Defines | |
#define | WLAN_TYPE_INFRA "WLAN_INFRA" |
#define | WLAN_TYPE_ADHOC "WLAN_ADHOC" |
#define | WLAN_SECURITY_OPEN 0x1 << 3 |
#define | WLAN_SECURITY_WEP 0x2 << 3 |
#define | WLAN_SECURITY_WPA_PSK 0x4 << 3 |
Functions | |
guint | icd_wlan_defs_get_secmode (const gchar *iap_name) |
gboolean | icd_wlan_defs_is_wlan (const gchar *network_type) |
#define WLAN_SECURITY_OPEN 0x1 << 3 |
open wlan network setting in network attributes
#define WLAN_SECURITY_WEP 0x2 << 3 |
wep wlan encryption in netowork attributes
Referenced by icd_wlan_defs_get_secmode().
#define WLAN_SECURITY_WPA_PSK 0x4 << 3 |
wpa psk wlan encryption in network attributes
#define WLAN_TYPE_ADHOC "WLAN_ADHOC" |
wlan ad-hoc mode
#define WLAN_TYPE_INFRA "WLAN_INFRA" |
wlan infrastructure mode
guint icd_wlan_defs_get_secmode | ( | const gchar * | iap_name | ) |
Get wlan security attributes for an IAP
iap_name | IAP name |
References icd_gconf_get_iap_string(), and WLAN_SECURITY_WEP.
Referenced by icd_osso_ic_make_request().
gboolean icd_wlan_defs_is_wlan | ( | const gchar * | network_type | ) |
Check wheter the network type is wlan
network_type | network type |
Referenced by icd_osso_ic_make_request().