Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | oobs_iface_wireless_get_essid () |
void | oobs_iface_wireless_set_essid () |
const gchar * | oobs_iface_wireless_get_key () |
void | oobs_iface_wireless_set_key () |
const gchar * | oobs_iface_wireless_get_key_type () |
void | oobs_iface_wireless_set_key_type () |
const gchar *
oobs_iface_wireless_get_essid (OobsIfaceWireless *iface
);
Returns the network identification (ESSID) that this interface uses.
void oobs_iface_wireless_set_essid (OobsIfaceWireless *iface
,const gchar *essid
);
Sets a new network identification (ESSID), overwriting the previous one.
const gchar *
oobs_iface_wireless_get_key (OobsIfaceWireless *iface
);
Returns the network key associated to the ESSID that this interface uses.
void oobs_iface_wireless_set_key (OobsIfaceWireless *iface
,const gchar *key
);
Sets a new network key for the ESSID that the interface uses.
const gchar *
oobs_iface_wireless_get_key_type (OobsIfaceWireless *iface
);
Returns the type of key that the interface uses.
void oobs_iface_wireless_set_key_type (OobsIfaceWireless *iface
,const gchar *key_type
);
Sets the type of the contained key.