Home
last modified time | relevance | path

Searched refs:set_network (Results 1 - 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Deapol_test.py43 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 Deapol_test.py43 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 Dwpa_helpers.h28 int set_network(const char *ifname, int id, const char *field,
H A Dwpa_helpers.c250 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 Dwpa_helpers.h28 int set_network(const char *ifname, int id, const char *field,
H A Dwpa_helpers.c250 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 Dosu_client.c2199 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 Dosu_client.c2201 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()

Completed in 10 milliseconds