Searched refs:WPA_KEY_MGMT_PSK (Results 1 – 8 of 8) sorted by relevance
32 #define WPA_KEY_MGMT_PSK BIT(1) macro54 #define DEFAULT_KEY_MGMT (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_IEEE8021X)
54 if (ssid->key_mgmt & (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_IEEE8021X | in wpa_supplicant_select_config()95 if (wpa_s->key_mgmt == WPA_KEY_MGMT_PSK) in wpa_supplicant_mark_disassoc()468 (WPA_KEY_MGMT_IEEE8021X | WPA_KEY_MGMT_PSK)) && in wpa_supplicant_select_bss()720 if (wpa_s->key_mgmt == WPA_KEY_MGMT_PSK) in wpa_supplicant_event_assoc()753 wpa_s->key_mgmt == WPA_KEY_MGMT_PSK) { in wpa_supplicant_event_disassoc()
190 if (wpa_s->key_mgmt == WPA_KEY_MGMT_PSK || in wpa_supplicant_eapol_send()608 if (wpa_s->key_mgmt == WPA_KEY_MGMT_PSK) { in wpa_supplicant_initiate_eapol()941 if (wpa_s->key_mgmt == WPA_KEY_MGMT_PSK) { in wpa_supplicant_reload_configuration()1148 case WPA_KEY_MGMT_PSK: in key_mgmt2driver()1319 } else if (sel & WPA_KEY_MGMT_PSK) { in wpa_supplicant_set_suites()1320 wpa_s->key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_set_suites()1358 if (ssid->key_mgmt & WPA_KEY_MGMT_PSK) in wpa_supplicant_set_suites()1434 (ssid->key_mgmt & (WPA_KEY_MGMT_IEEE8021X | WPA_KEY_MGMT_PSK))) { in wpa_supplicant_associate()1450 (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_IEEE8021X | in wpa_supplicant_associate()2002 if (wpa_s->key_mgmt != WPA_KEY_MGMT_PSK && in wpa_supplicant_rx_eapol()
264 case WPA_KEY_MGMT_PSK: in wpa_key_mgmt_txt()300 return WPA_KEY_MGMT_PSK; in wpa_key_mgmt_to_bitfield()335 return WPA_KEY_MGMT_PSK; in rsn_key_mgmt_to_bitfield()704 } else if (key_mgmt == WPA_KEY_MGMT_PSK) { in wpa_gen_wpa_ie_wpa()781 } else if (key_mgmt == WPA_KEY_MGMT_PSK) { in wpa_gen_wpa_ie_rsn()1577 if (sm->key_mgmt == WPA_KEY_MGMT_PSK) in wpa_supplicant_key_neg_complete()3659 case WPA_KEY_MGMT_PSK: in wpa_key_mgmt_suite()3720 if ((sm->key_mgmt == WPA_KEY_MGMT_PSK || in wpa_sm_get_mib()
478 val |= WPA_KEY_MGMT_PSK; in wpa_config_parse_key_mgmt()522 if (ssid->key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_config_write_key_mgmt()
109 if ((ssid->key_mgmt & WPA_KEY_MGMT_PSK) && !ssid->psk_set) { in wpa_config_validate_network()
267 if ((ssid->key_mgmt & WPA_KEY_MGMT_PSK) && !ssid->psk_set) { in wpa_config_read_network()
498 if (data.key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_supplicant_ie_txt()