Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_OWE (Results 1 - 25 of 41) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddefs.h58 #define WPA_KEY_MGMT_OWE BIT(22) macro
157 akm == WPA_KEY_MGMT_OWE || in wpa_key_mgmt_wpa()
H A Dwpa_common.c37 case WPA_KEY_MGMT_OWE: in wpa_kck_len()
73 case WPA_KEY_MGMT_OWE: in wpa_kek_len()
109 case WPA_KEY_MGMT_OWE: in wpa_mic_len()
125 akmp == WPA_KEY_MGMT_OWE || in wpa_use_akm_defined()
142 akmp == WPA_KEY_MGMT_OWE || in wpa_use_cmac()
163 akmp == WPA_KEY_MGMT_OWE || in wpa_use_aes_key_wrap()
254 case WPA_KEY_MGMT_OWE: in wpa_eapol_key_mic()
412 } else if (wpa_key_mgmt_sha256(akmp) || akmp == WPA_KEY_MGMT_OWE) { in wpa_pmk_to_ptk()
1154 return WPA_KEY_MGMT_OWE; in rsn_key_mgmt_to_bitfield()
2036 case WPA_KEY_MGMT_OWE in wpa_key_mgmt_txt()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddefs.h61 #define WPA_KEY_MGMT_OWE BIT(22) macro
182 akm == WPA_KEY_MGMT_OWE || in wpa_key_mgmt_wpa()
H A Dwpa_common.c41 case WPA_KEY_MGMT_OWE: in wpa_kck_len()
79 case WPA_KEY_MGMT_OWE: in wpa_kek_len()
117 case WPA_KEY_MGMT_OWE: in wpa_mic_len()
135 akmp == WPA_KEY_MGMT_OWE || in wpa_use_akm_defined()
152 akmp == WPA_KEY_MGMT_OWE || in wpa_use_cmac()
174 akmp == WPA_KEY_MGMT_OWE || in wpa_use_aes_key_wrap()
288 case WPA_KEY_MGMT_OWE: in wpa_eapol_key_mic()
399 if (akmp == (WPA_KEY_MGMT_OWE | WPA_KEY_MGMT_PSK_SHA256)) { in wpa_pmk_to_ptk()
401 akmp = WPA_KEY_MGMT_OWE; in wpa_pmk_to_ptk()
470 } else if (akmp == WPA_KEY_MGMT_OWE in wpa_pmk_to_ptk()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ie.c245 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) { in wpa_write_rsn_ie()
627 else if (data.key_mgmt & WPA_KEY_MGMT_OWE) in wpa_validate_wpa_ie()
735 else if (key_mgmt & WPA_KEY_MGMT_OWE) in wpa_validate_wpa_ie()
736 sm->wpa_key_mgmt = WPA_KEY_MGMT_OWE; in wpa_validate_wpa_ie()
833 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE && !owe_dh) { in wpa_validate_wpa_ie()
844 if (sm->wpa_key_mgmt != WPA_KEY_MGMT_OWE && owe_dh) { in wpa_validate_wpa_ie()
H A Dwpa_auth_glue.c279 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in hostapd_wpa_auth_get_psk()
285 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && sta) { in hostapd_wpa_auth_get_psk()
289 if (sa && sa->akmp == WPA_KEY_MGMT_OWE) { in hostapd_wpa_auth_get_psk()
H A Dieee802_11.c2794 sta->owe_pmk_len, pmkid, 0, WPA_KEY_MGMT_OWE); in owe_process_assoc_req()
2822 if (!(data.key_mgmt & WPA_KEY_MGMT_OWE)) { in owe_validate_request()
3156 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in check_assoc_ies()
3157 wpa_auth_sta_key_mgmt(sta->wpa_sm) == WPA_KEY_MGMT_OWE && in check_assoc_ies()
3475 if (sta && (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE)) in send_assoc_resp()
3546 (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE)) in send_assoc_resp()
3608 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in send_assoc_resp()
3610 wpa_auth_sta_key_mgmt(sta->wpa_sm) == WPA_KEY_MGMT_OWE) { in send_assoc_resp()
H A Ddrv_callbacks.c558 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in hostapd_notif_assoc()
559 wpa_auth_sta_key_mgmt(sta->wpa_sm) == WPA_KEY_MGMT_OWE && in hostapd_notif_assoc()
1622 if (!(hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE)) { in hostapd_notif_update_dh_ie()
H A Dwpa_auth.c1885 sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE) { in SM_STATE()
2142 (sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE && sm->pmksa) || in SM_STATE()
3370 sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE) { in SM_STATE()
3443 sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE in SM_STEP()
H A Dieee802_1x.c1100 (wpa_key_mgmt_wpa_psk(key_mgmt) || key_mgmt == WPA_KEY_MGMT_OWE || in ieee802_1x_receive()
1252 (wpa_key_mgmt_wpa_psk(key_mgmt) || key_mgmt == WPA_KEY_MGMT_OWE || in ieee802_1x_new_station()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ie.c277 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) { in wpa_write_rsn_ie()
689 else if (data.key_mgmt & WPA_KEY_MGMT_OWE) in wpa_validate_wpa_ie()
797 else if (key_mgmt & WPA_KEY_MGMT_OWE) in wpa_validate_wpa_ie()
798 sm->wpa_key_mgmt = WPA_KEY_MGMT_OWE; in wpa_validate_wpa_ie()
905 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE && !owe_dh) { in wpa_validate_wpa_ie()
H A Ddrv_callbacks.c635 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in hostapd_notif_assoc()
636 wpa_auth_sta_key_mgmt(sta->wpa_sm) == WPA_KEY_MGMT_OWE && in hostapd_notif_assoc()
1854 if (!(hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE)) { in hostapd_notif_update_dh_ie()
H A Dwpa_auth_glue.c375 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in hostapd_wpa_auth_get_psk()
381 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && sta) { in hostapd_wpa_auth_get_psk()
385 if (sa && sa->akmp == WPA_KEY_MGMT_OWE) { in hostapd_wpa_auth_get_psk()
H A Dieee802_11.c4335 sta->owe_pmk_len, pmkid, 0, WPA_KEY_MGMT_OWE); in owe_process_assoc_req()
4363 if (!(data.key_mgmt & WPA_KEY_MGMT_OWE)) { in owe_validate_request()
4732 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in check_assoc_ies()
4733 wpa_auth_sta_key_mgmt(sta->wpa_sm) == WPA_KEY_MGMT_OWE && in check_assoc_ies()
5063 if (sta && (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE)) in send_assoc_resp()
5138 (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE)) in send_assoc_resp()
5216 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in send_assoc_resp()
5218 wpa_auth_sta_key_mgmt(sta->wpa_sm) == WPA_KEY_MGMT_OWE && in send_assoc_resp()
H A Dwpa_auth.c1989 sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE) { in SM_STATE()
2246 (sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE && sm->pmksa) || in SM_STATE()
3037 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE && pmk_len > 32 && in SM_STATE()
3702 sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE) { in SM_STATE()
3779 sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE in SM_STEP()
H A Dieee802_1x.c1110 (wpa_key_mgmt_wpa_psk(key_mgmt) || key_mgmt == WPA_KEY_MGMT_OWE || in ieee802_1x_receive()
1260 (wpa_key_mgmt_wpa_psk(key_mgmt) || key_mgmt == WPA_KEY_MGMT_OWE || in ieee802_1x_new_station()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpas_glue.c162 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE || in wpa_supplicant_eapol_send()
415 if (ssid && (ssid->key_mgmt & WPA_KEY_MGMT_OWE) && in wpa_get_beacon_ie()
1366 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE && in wpa_supplicant_transition_disable()
1367 (ssid->key_mgmt & WPA_KEY_MGMT_OWE) && in wpa_supplicant_transition_disable()
H A Devents.c223 if ((wpa_s->current_ssid->key_mgmt & WPA_KEY_MGMT_OWE) && in wpa_supplicant_select_config()
371 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE || in wpa_supplicant_mark_disassoc()
580 if ((ssid->key_mgmt & WPA_KEY_MGMT_OWE) && !ssid->owe_only) in wpa_supplicant_match_privacy()
802 (!(ssid->key_mgmt & WPA_KEY_MGMT_OWE) || ssid->owe_only)) { in wpa_supplicant_ssid_bss_match()
874 if ((ssid->key_mgmt & WPA_KEY_MGMT_OWE) && !ssid->owe_only && in wpa_supplicant_ssid_bss_match()
1409 !(ssid->key_mgmt & WPA_KEY_MGMT_OWE) && in wpa_scan_res_ok()
3359 if (wpa_s->key_mgmt == WPA_KEY_MGMT_OWE &&
4178 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE || ft_completed ||
5663 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE &&
H A Dwpa_supplicant.c1106 if (ssid && (ssid->key_mgmt & WPA_KEY_MGMT_OWE)) in wpa_supplicant_set_state()
1298 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE || in wpa_supplicant_reload_configuration()
1590 if ((ssid->key_mgmt & WPA_KEY_MGMT_OWE) && in wpa_supplicant_set_suites()
1784 } else if (sel & WPA_KEY_MGMT_OWE) { in wpa_supplicant_set_suites()
1785 wpa_s->key_mgmt = WPA_KEY_MGMT_OWE; in wpa_supplicant_set_suites()
2004 } else if (wpa_s->key_mgmt == WPA_KEY_MGMT_OWE) { in wpa_supplicant_set_suites()
3401 ssid->key_mgmt == WPA_KEY_MGMT_OWE) {
4192 } else if (!rsn && (ssid->key_mgmt & WPA_KEY_MGMT_OWE) &&
5432 wpa_s->key_mgmt != WPA_KEY_MGMT_OWE &&
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_ie.c222 } else if (key_mgmt & WPA_KEY_MGMT_OWE) { in wpa_gen_wpa_ie_rsn()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_ie.c200 } else if (key_mgmt & WPA_KEY_MGMT_OWE) { in wpa_gen_wpa_ie_rsn()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Devents.c318 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE || in wpa_supplicant_mark_disassoc()
507 if ((ssid->key_mgmt & WPA_KEY_MGMT_OWE) && !ssid->owe_only) in wpa_supplicant_match_privacy()
652 (!(ssid->key_mgmt & WPA_KEY_MGMT_OWE) || ssid->owe_only)) { in wpa_supplicant_ssid_bss_match()
723 if ((ssid->key_mgmt & WPA_KEY_MGMT_OWE) && !ssid->owe_only && in wpa_supplicant_ssid_bss_match()
1194 !(ssid->key_mgmt & WPA_KEY_MGMT_OWE) && in wpa_scan_res_match()
2498 if (wpa_s->key_mgmt == WPA_KEY_MGMT_OWE && in wpa_supplicant_event_associnfo()
2839 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE || ft_completed || in wpa_supplicant_event_assoc()
4104 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE && in wpas_event_assoc_reject()
H A Dwpa_supplicant.c1121 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE || in wpa_supplicant_reload_configuration()
1363 if ((ssid->key_mgmt & WPA_KEY_MGMT_OWE) && in wpa_supplicant_set_suites()
1541 } else if (sel & WPA_KEY_MGMT_OWE) { in wpa_supplicant_set_suites()
1542 wpa_s->key_mgmt = WPA_KEY_MGMT_OWE; in wpa_supplicant_set_suites()
1713 } else if (wpa_s->key_mgmt == WPA_KEY_MGMT_OWE) { in wpa_supplicant_set_suites()
2874 ssid->key_mgmt == WPA_KEY_MGMT_OWE) { in wpas_populate_assoc_ies()
3294 } else if (!rsn && (ssid->key_mgmt & WPA_KEY_MGMT_OWE) && in wpas_start_assoc_cb()
4324 wpa_s->key_mgmt != WPA_KEY_MGMT_OWE && in wpa_supplicant_rx_eapol()
H A Dwpas_glue.c153 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE || in wpa_supplicant_eapol_send()
H A Dconfig.c785 val |= WPA_KEY_MGMT_OWE; in wpa_config_parse_key_mgmt()
1059 if (ssid->key_mgmt & WPA_KEY_MGMT_OWE) { in wpa_config_write_key_mgmt()

Completed in 100 milliseconds

12