Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_OWE (Results 1 – 18 of 18) sorted by relevance

/dragonfly/contrib/wpa_supplicant/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 …]
/dragonfly/contrib/wpa_supplicant/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 Ddrv_callbacks.c545 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in hostapd_notif_assoc()
546 wpa_auth_sta_key_mgmt(sta->wpa_sm) == WPA_KEY_MGMT_OWE && in hostapd_notif_assoc()
1609 if (!(hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE)) { in hostapd_notif_update_dh_ie()
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 Dwpa_auth.c1876 sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE) { in SM_STATE()
2133 (sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE && sm->pmksa) || in SM_STATE()
3361 sm->wpa_key_mgmt == WPA_KEY_MGMT_OWE) { in SM_STATE()
3434 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()
/dragonfly/contrib/wpa_supplicant/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()
2492 if (wpa_s->key_mgmt == WPA_KEY_MGMT_OWE && in wpa_supplicant_event_associnfo()
2833 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE || ft_completed || in wpa_supplicant_event_assoc()
4098 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE && in wpas_event_assoc_reject()
H A Dwpa_supplicant.c1094 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE || in wpa_supplicant_reload_configuration()
1336 if ((ssid->key_mgmt & WPA_KEY_MGMT_OWE) && in wpa_supplicant_set_suites()
1514 } else if (sel & WPA_KEY_MGMT_OWE) { in wpa_supplicant_set_suites()
1515 wpa_s->key_mgmt = WPA_KEY_MGMT_OWE; in wpa_supplicant_set_suites()
1686 } else if (wpa_s->key_mgmt == WPA_KEY_MGMT_OWE) { in wpa_supplicant_set_suites()
2847 ssid->key_mgmt == WPA_KEY_MGMT_OWE) { in wpas_populate_assoc_ies()
3267 } else if (!rsn && (ssid->key_mgmt & WPA_KEY_MGMT_OWE) && in wpas_start_assoc_cb()
4297 wpa_s->key_mgmt != WPA_KEY_MGMT_OWE && in wpa_supplicant_rx_eapol()
H A Dwpas_glue.c149 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()
H A Dscan.c714 if (!(ssid->key_mgmt & WPA_KEY_MGMT_OWE)) in wpa_add_owe_scan_ssid()
H A Dsme.c1550 wpa_s->key_mgmt == WPA_KEY_MGMT_OWE) { in sme_associate()
H A Dctrl_iface.c2728 if (data.key_mgmt & WPA_KEY_MGMT_OWE) { in wpa_supplicant_ie_txt()
/dragonfly/contrib/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.c200 } else if (key_mgmt & WPA_KEY_MGMT_OWE) { in wpa_gen_wpa_ie_rsn()
H A Dwpa.c745 sm->key_mgmt == WPA_KEY_MGMT_OWE) in wpa_supplicant_key_neg_complete()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c5567 params->key_mgmt_suite == WPA_KEY_MGMT_OWE || in nl80211_connect_common()
5620 case WPA_KEY_MGMT_OWE: in nl80211_connect_common()