Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/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")
H A DREADME-HS20381 > set_network 0 key_mgmt WPA-EAP
383 > set_network 0 ssid "enterprise"
385 > set_network 0 eap TTLS
387 > set_network 0 anonymous_identity "anonymous"
389 > set_network 0 identity "user"
391 > set_network 0 password "password"
393 > set_network 0 priority 0
403 > set_network 3 key_mgmt NONE
405 > set_network 3 ssid "coffee-shop"
411 the following set_network commands.
H A DREADME774 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
H A DChangeLog1920 wpa_cli set_network 0 ssid "\"my network\""
/freebsd-12.1/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-12.1/contrib/wpa/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()