Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_PSK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_supplicant.c299 } else if (sel & WPA_KEY_MGMT_PSK) { in wpa_supplicant_set_suites()
300 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_set_suites()
314 if (ssid->key_mgmt & WPA_KEY_MGMT_PSK) in wpa_supplicant_set_suites()
338 (ssid->key_mgmt & (WPA_KEY_MGMT_IEEE8021X | WPA_KEY_MGMT_PSK))) { in wpa_supplicant_associate()
695 ssid->key_mgmt = WPA_KEY_MGMT_PSK; /* | WPA_KEY_MGMT_IEEE8021X; */ in wpa_config_read_network()
716 if ((ssid->key_mgmt & WPA_KEY_MGMT_PSK) && !ssid->psk_set) { in wpa_config_read_network()
H A Dwpa_impl.h31 #define WPA_KEY_MGMT_PSK BIT(1) macro
H A Dwpa.c181 return (WPA_KEY_MGMT_PSK); in wpa_key_mgmt_to_bitfield()
208 return (WPA_KEY_MGMT_PSK); in rsn_key_mgmt_to_bitfield()
609 } else if (wpa_s->key_mgmt == WPA_KEY_MGMT_PSK) { in wpa_gen_wpa_ie_wpa()
673 } else if (wpa_s->key_mgmt == WPA_KEY_MGMT_PSK) { in wpa_gen_wpa_ie_rsn()