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
| #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 |
| gboolean icd_wlan_defs_is_wlan | ( | const gchar * | network_type | ) |
Check wheter the network type is wlan
| network_type | network type |
1.5.1