Home
last modified time | relevance | path

Searched refs:set_network (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/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")
H A DREADME-HS20418 > set_network 0 key_mgmt WPA-EAP
420 > set_network 0 ssid "enterprise"
422 > set_network 0 eap TTLS
424 > set_network 0 anonymous_identity "anonymous"
426 > set_network 0 identity "user"
428 > set_network 0 password "password"
430 > set_network 0 priority 0
440 > set_network 3 key_mgmt NONE
442 > set_network 3 ssid "coffee-shop"
448 the following set_network commands.
H A DREADME776 set_network <network id> <variable> <value> = set network variables (shows
901 wpa_cli -iwlan0 set_network 0 ssid '"test"'
902 wpa_cli -iwlan0 set_network 0 key_mgmt WPA-PSK
903 wpa_cli -iwlan0 set_network 0 psk '"12345678"'
904 wpa_cli -iwlan0 set_network 0 pairwise TKIP
905 wpa_cli -iwlan0 set_network 0 group TKIP
906 wpa_cli -iwlan0 set_network 0 proto WPA
H A DChangeLog2024 wpa_cli set_network 0 ssid "\"my network\""
/freebsd/contrib/wpa/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
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c2238 if (set_network(ifname, id, "proto", "OSEN") < 0 || in osu_connect()
2239 set_network(ifname, id, "key_mgmt", "OSEN") < 0 || in osu_connect()
2240 set_network(ifname, id, "pairwise", "CCMP") < 0 || in osu_connect()
2241 set_network(ifname, id, "group", "GTK_NOT_USED CCMP") < 0 || in osu_connect()
2242 set_network(ifname, id, "eap", "WFA-UNAUTH-TLS") < 0 || in osu_connect()
2243 set_network(ifname, id, "ocsp", "2") < 0 || in osu_connect()
2252 if (set_network(ifname, id, "key_mgmt", "NONE") < 0) in osu_connect()