Searched refs:set_network (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | eapol_test.py | 43 def set_network(self, id, field, value): member in eapol_test 84 et.set_network(id, "key_mgmt", "IEEE8021X") 85 et.set_network(id, "eapol_flags", "0") 86 et.set_network(id, "eap", "TLS") 92 et.set_network(id, "disabled", "0")
|
D | README-HS20 | 366 > set_network 0 key_mgmt WPA-EAP 368 > set_network 0 ssid "enterprise" 370 > set_network 0 eap TTLS 372 > set_network 0 anonymous_identity "anonymous" 374 > set_network 0 identity "user" 376 > set_network 0 password "password" 378 > set_network 0 priority 0 388 > set_network 3 key_mgmt NONE 390 > set_network 3 ssid "coffee-shop" 396 the following set_network commands.
|
D | README | 774 set_network <network id> <variable> <value> = set network variables (shows 899 wpa_cli -iwlan0 set_network 0 ssid '"test"' 900 wpa_cli -iwlan0 set_network 0 key_mgmt WPA-PSK 901 wpa_cli -iwlan0 set_network 0 psk '"12345678"' 902 wpa_cli -iwlan0 set_network 0 pairwise TKIP 903 wpa_cli -iwlan0 set_network 0 group TKIP 904 wpa_cli -iwlan0 set_network 0 proto WPA
|
D | ChangeLog | 1752 wpa_cli set_network 0 ssid "\"my network\""
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_helpers.h | 28 int set_network(const char *ifname, int id, const char *field,
|
D | wpa_helpers.c | 249 int set_network(const char *ifname, int id, const char *field, in set_network() function
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 2048 if (set_network(ifname, id, "proto", "OSEN") < 0 || in osu_connect() 2049 set_network(ifname, id, "key_mgmt", "OSEN") < 0 || in osu_connect() 2050 set_network(ifname, id, "pairwise", "CCMP") < 0 || in osu_connect() 2051 set_network(ifname, id, "group", "GTK_NOT_USED") < 0 || in osu_connect() 2052 set_network(ifname, id, "eap", "WFA-UNAUTH-TLS") < 0 || in osu_connect() 2053 set_network(ifname, id, "ocsp", "2") < 0 || in osu_connect() 2058 if (set_network(ifname, id, "key_mgmt", "NONE") < 0) in osu_connect()
|