Home
last modified time | relevance | path

Searched refs:WLAN_AUTH_FILS_SK (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_mlme.c61 sta->auth_alg != WLAN_AUTH_FILS_SK && in mlme_authenticate_indication()
113 sta->auth_alg != WLAN_AUTH_FILS_SK && in mlme_associate_indication()
141 sta->auth_alg != WLAN_AUTH_FILS_SK && in mlme_reassociate_indication()
H A Ddrv_callbacks.c707 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc()
850 sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc()
881 else if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc()
1569 sta->auth_alg = WLAN_AUTH_FILS_SK; in hostapd_notify_auth_fils_finish()
1624 if (rx_auth->auth_type == WLAN_AUTH_FILS_SK) { in hostapd_notif_auth()
1625 sta->auth_alg = WLAN_AUTH_FILS_SK; in hostapd_notif_auth()
H A Dieee802_11.c2274 WLAN_AUTH_FILS_SK_PFS : WLAN_AUTH_FILS_SK; in handle_auth_fils_finish()
2286 sta->auth_alg = pub ? WLAN_AUTH_FILS_SK_PFS : WLAN_AUTH_FILS_SK; in handle_auth_fils_finish()
2544 if (alg != WLAN_AUTH_FILS_SK || seq != 1 || in pasn_wd_handle_fils()
2969 auth_alg == WLAN_AUTH_FILS_SK) || in handle_auth()
3301 case WLAN_AUTH_FILS_SK: in handle_auth()
4348 (sta->auth_alg == WLAN_AUTH_FILS_SK || in __check_assoc_ies()
4933 (sta->auth_alg == WLAN_AUTH_FILS_SK || in send_assoc_resp()
5132 (sta->auth_alg == WLAN_AUTH_FILS_SK || in send_assoc_resp()
5551 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in handle_assoc()
5666 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in handle_assoc()
[all …]
H A Dieee802_11_eht.c982 case WLAN_AUTH_FILS_SK: in auth_skip_fixed_fields()
H A Dwpa_auth_ie.c979 (sm->auth_alg == WLAN_AUTH_FILS_SK || in wpa_validate_wpa_ie()
H A Dap_drv_ops.c431 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_sta_auth()
H A Dieee802_1x.c1417 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in ieee802_1x_new_station()
H A Dhostapd.c4050 sta->auth_alg != WLAN_AUTH_FILS_SK && in hostapd_new_assoc_sta()
H A Dwpa_auth_ft.c2615 ((auth_alg == WLAN_AUTH_FILS_SK || in wpa_sm_write_assoc_resp_ies()
/freebsd/contrib/wpa/src/pasn/
H A Dpasn_initiator.c229 wpabuf_put_le16(buf, WLAN_AUTH_FILS_SK); in wpas_pasn_fils_build_auth()
336 if (alg != WLAN_AUTH_FILS_SK || seq != 2 || in wpas_pasn_wd_fils_rx()
H A Dpasn_responder.c233 wpabuf_put_le16(buf, WLAN_AUTH_FILS_SK); in pasn_get_fils_wd()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c2143 if (data->auth.auth_type == WLAN_AUTH_FILS_SK || in sme_event_auth()
2149 WLAN_AUTH_FILS_SK; in sme_event_auth()
2246 if (auth_type == WLAN_AUTH_FILS_SK || in sme_associate()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h97 #define WLAN_AUTH_FILS_SK 4 macro