Home
last modified time | relevance | path

Searched refs:WLAN_AUTH_FILS_PK (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_mlme.c63 sta->auth_alg != WLAN_AUTH_FILS_PK && in mlme_authenticate_indication()
115 sta->auth_alg != WLAN_AUTH_FILS_PK) in mlme_associate_indication()
143 sta->auth_alg != WLAN_AUTH_FILS_PK) in mlme_reassociate_indication()
H A Ddrv_callbacks.c709 sta->auth_alg == WLAN_AUTH_FILS_PK) { in hostapd_notif_assoc()
852 sta->auth_alg == WLAN_AUTH_FILS_PK) in hostapd_notif_assoc()
883 sta->auth_alg == WLAN_AUTH_FILS_PK) in hostapd_notif_assoc()
H A Dieee802_11.c4350 sta->auth_alg == WLAN_AUTH_FILS_PK)) { in __check_assoc_ies()
4935 sta->auth_alg == WLAN_AUTH_FILS_PK)) in send_assoc_resp()
5134 sta->auth_alg == WLAN_AUTH_FILS_PK) && in send_assoc_resp()
5553 sta->auth_alg == WLAN_AUTH_FILS_PK) { in handle_assoc()
5668 sta->auth_alg == WLAN_AUTH_FILS_PK) { in handle_assoc()
6606 sta->auth_alg == WLAN_AUTH_FILS_PK || in handle_assoc_cb()
6674 sta->auth_alg == WLAN_AUTH_FILS_PK) && in handle_assoc_cb()
H A Dieee802_11_eht.c984 case WLAN_AUTH_FILS_PK: in auth_skip_fixed_fields()
H A Dwpa_auth_ie.c981 sm->auth_alg == WLAN_AUTH_FILS_PK) && in wpa_validate_wpa_ie()
H A Dap_drv_ops.c433 sta->auth_alg == WLAN_AUTH_FILS_PK) { in hostapd_sta_auth()
H A Dieee802_1x.c1419 sta->auth_alg == WLAN_AUTH_FILS_PK) { in ieee802_1x_new_station()
H A Dhostapd.c4052 sta->auth_alg != WLAN_AUTH_FILS_PK && in hostapd_new_assoc_sta()
H A Dwpa_auth_ft.c2617 auth_alg == WLAN_AUTH_FILS_PK) && in wpa_sm_write_assoc_resp_ies()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h99 #define WLAN_AUTH_FILS_PK 6 macro