/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | eapol_test.py | 43 def set_network(self, id, field, value): member in eapol_test 87 et.set_network(id, item, conf[item]) 89 et.set_network(id, "key_mgmt", "IEEE8021X") 90 et.set_network(id, "eapol_flags", "0") 91 et.set_network(id, "eap", "TLS") 98 et.set_network(id, "disabled", "0")
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A 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")
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_helpers.h | 28 int set_network(const char *ifname, int id, const char *field,
|
H A D | wpa_helpers.c | 250 int set_network(const char *ifname, int id, const char *field, in set_network() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_helpers.h | 28 int set_network(const char *ifname, int id, const char *field,
|
H A D | wpa_helpers.c | 250 int set_network(const char *ifname, int id, const char *field, in set_network() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | osu_client.c | 2199 if (set_network(ifname, id, "proto", "OSEN") < 0 || in osu_connect() 2200 set_network(ifname, id, "key_mgmt", "OSEN") < 0 || in osu_connect() 2201 set_network(ifname, id, "pairwise", "CCMP") < 0 || in osu_connect() 2202 set_network(ifname, id, "group", "GTK_NOT_USED CCMP") < 0 || in osu_connect() 2203 set_network(ifname, id, "eap", "WFA-UNAUTH-TLS") < 0 || in osu_connect() 2204 set_network(ifname, id, "ocsp", "2") < 0 || in osu_connect() 2213 if (set_network(ifname, id, "key_mgmt", "NONE") < 0) in osu_connect()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | osu_client.c | 2201 if (set_network(ifname, id, "proto", "OSEN") < 0 || in osu_connect() 2202 set_network(ifname, id, "key_mgmt", "OSEN") < 0 || in osu_connect() 2203 set_network(ifname, id, "pairwise", "CCMP") < 0 || in osu_connect() 2204 set_network(ifname, id, "group", "GTK_NOT_USED CCMP") < 0 || in osu_connect() 2205 set_network(ifname, id, "eap", "WFA-UNAUTH-TLS") < 0 || in osu_connect() 2206 set_network(ifname, id, "ocsp", "2") < 0 || in osu_connect() 2215 if (set_network(ifname, id, "key_mgmt", "NONE") < 0) in osu_connect()
|