Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_mlme.c62 sta->auth_alg != WLAN_AUTH_FILS_SK_PFS && in mlme_authenticate_indication()
114 sta->auth_alg != WLAN_AUTH_FILS_SK_PFS && in mlme_associate_indication()
142 sta->auth_alg != WLAN_AUTH_FILS_SK_PFS && in mlme_reassociate_indication()
H A Dieee802_11.c1839 if (auth_alg == WLAN_AUTH_FILS_SK_PFS) { in handle_auth_fils()
2274 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()
2972 auth_alg == WLAN_AUTH_FILS_SK_PFS) || in handle_auth()
3302 case WLAN_AUTH_FILS_SK_PFS: in handle_auth()
4349 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in __check_assoc_ies()
4934 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in send_assoc_resp()
5133 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in send_assoc_resp()
5552 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in handle_assoc()
5667 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in handle_assoc()
[all …]
H A Ddrv_callbacks.c708 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_notif_assoc()
851 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_notif_assoc()
882 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_notif_assoc()
H A Dieee802_11_eht.c983 case WLAN_AUTH_FILS_SK_PFS: in auth_skip_fixed_fields()
H A Dwpa_auth_ie.c980 sm->auth_alg == WLAN_AUTH_FILS_SK_PFS || in wpa_validate_wpa_ie()
H A Dap_drv_ops.c432 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_sta_auth()
H A Dieee802_1x.c1418 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in ieee802_1x_new_station()
H A Dhostapd.c4051 sta->auth_alg != WLAN_AUTH_FILS_SK_PFS && in hostapd_new_assoc_sta()
H A Dwpa_auth_ft.c2616 auth_alg == WLAN_AUTH_FILS_SK_PFS || in wpa_sm_write_assoc_resp_ies()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c2144 data->auth.auth_type == WLAN_AUTH_FILS_SK_PFS) { in sme_event_auth()
2148 WPA_AUTH_ALG_FILS_SK_PFS ? WLAN_AUTH_FILS_SK_PFS : in sme_event_auth()
2247 auth_type == WLAN_AUTH_FILS_SK_PFS) { in sme_associate()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h98 #define WLAN_AUTH_FILS_SK_PFS 5 macro