Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_OSEN (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddefs.h51 #define WPA_KEY_MGMT_OSEN BIT(15) macro
60 WPA_KEY_MGMT_OSEN | in wpa_key_mgmt_wpa_ieee8021x()
92 WPA_KEY_MGMT_OSEN | in wpa_key_mgmt_sha256()
Dwpa_common.c89 case WPA_KEY_MGMT_OSEN: in wpa_eapol_key_mic()
490 return WPA_KEY_MGMT_OSEN; in rsn_key_mgmt_to_bitfield()
1180 case WPA_KEY_MGMT_OSEN: in wpa_key_mgmt_txt()
1210 if (akm & WPA_KEY_MGMT_OSEN) in wpa_akm_to_suite()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c97 if (sm->key_mgmt == WPA_KEY_MGMT_OSEN || in wpa_sm_key_request()
275 !wpa_key_mgmt_ft(sm->key_mgmt) && sm->key_mgmt != WPA_KEY_MGMT_OSEN) in wpa_supplicant_get_pmk()
1579 sm->key_mgmt == WPA_KEY_MGMT_OSEN || in wpa_supplicant_decrypt_key_data()
1794 sm->key_mgmt != WPA_KEY_MGMT_OSEN) { in wpa_sm_rx_eapol()
1801 if (sm->key_mgmt == WPA_KEY_MGMT_OSEN && in wpa_sm_rx_eapol()
1830 sm->key_mgmt != WPA_KEY_MGMT_OSEN && in wpa_sm_rx_eapol()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c242 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) in wpa_use_aes_cmac()
981 sm->wpa_key_mgmt != WPA_KEY_MGMT_OSEN && in wpa_receive()
1426 else if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN || in __wpa_send_eapol()
1451 sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN || in __wpa_send_eapol()
1528 sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN || in __wpa_send_eapol()
1966 sm->wpa_key_mgmt != WPA_KEY_MGMT_OSEN) { in SM_STATE()
Dwpa_auth_glue.c81 wconf->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in hostapd_wpa_auth_conf()
Dwpa_auth_ie.c727 sm->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_validate_osen()
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c489 if (ssid->key_mgmt & WPA_KEY_MGMT_OSEN) in wpa_supplicant_match_privacy()
632 if ((ssid->key_mgmt & WPA_KEY_MGMT_OSEN) && in wpa_supplicant_ssid_bss_match()
971 if ((ssid->key_mgmt & WPA_KEY_MGMT_OSEN) && !osen) { in wpa_scan_res_match()
Dwpa_supplicant.c1066 ie.key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_supplicant_set_suites()
1226 } else if (sel & WPA_KEY_MGMT_OSEN) { in wpa_supplicant_set_suites()
1227 wpa_s->key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_supplicant_set_suites()
Dconfig.c679 val |= WPA_KEY_MGMT_OSEN; in wpa_config_parse_key_mgmt()
854 if (ssid->key_mgmt & WPA_KEY_MGMT_OSEN) { in wpa_config_write_key_mgmt()
Dctrl_iface.c2397 if (data.key_mgmt & WPA_KEY_MGMT_OSEN) { in wpa_supplicant_ie_txt()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c4594 params->key_mgmt_suite == WPA_KEY_MGMT_OSEN || in nl80211_connect_common()
4620 case WPA_KEY_MGMT_OSEN: in nl80211_connect_common()