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

/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.py43 def set_network(self, id, field, value): member in class: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")
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_helpers.h28 int set_network(const char *ifname, int id, const char *field,
H A Dwpa_helpers.c249 int set_network(const char *ifname, int id, const char *field, function
/external/wpa_supplicant_8/src/common/
H A Dwpa_helpers.h28 int set_network(const char *ifname, int id, const char *field,
H A Dwpa_helpers.c249 int set_network(const char *ifname, int id, const char *field, function
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_helpers.h28 int set_network(const char *ifname, int id, const char *field,
H A Dwpa_helpers.c249 int set_network(const char *ifname, int id, const char *field, function
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c2048 if (set_network(ifname, id, "proto", "OSEN") < 0 ||
2049 set_network(ifname, id, "key_mgmt", "OSEN") < 0 ||
2050 set_network(ifname, id, "pairwise", "CCMP") < 0 ||
2051 set_network(ifname, id, "group", "GTK_NOT_USED") < 0 ||
2052 set_network(ifname, id, "eap", "WFA-UNAUTH-TLS") < 0 ||
2053 set_network(ifname, id, "ocsp", "2") < 0 ||
2058 if (set_network(ifname, id, "key_mgmt", "NONE") < 0)

Completed in 190 milliseconds