Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
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()
Ddrv_callbacks.c449 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc()
527 sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc()
546 else if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc()
875 sta->auth_alg = WLAN_AUTH_FILS_SK; in hostapd_notify_auth_fils_finish()
930 if (rx_auth->auth_type == WLAN_AUTH_FILS_SK) { in hostapd_notif_auth()
931 sta->auth_alg = WLAN_AUTH_FILS_SK; in hostapd_notif_auth()
Dieee802_11.c1496 WLAN_AUTH_FILS_SK_PFS : WLAN_AUTH_FILS_SK; in handle_auth_fils_finish()
1508 sta->auth_alg = pub ? WLAN_AUTH_FILS_SK_PFS : WLAN_AUTH_FILS_SK; in handle_auth_fils_finish()
1705 auth_alg == WLAN_AUTH_FILS_SK) || in handle_auth()
1974 case WLAN_AUTH_FILS_SK: in handle_auth()
2871 (sta->auth_alg == WLAN_AUTH_FILS_SK || in send_assoc_resp()
3174 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in handle_assoc()
3285 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in handle_assoc()
3944 sta->auth_alg == WLAN_AUTH_FILS_SK || in handle_assoc_cb()
4009 if ((sta->auth_alg == WLAN_AUTH_FILS_SK || in handle_assoc_cb()
Dap_drv_ops.c370 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_sta_auth()
Dieee802_1x.c1186 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in ieee802_1x_new_station()
Dhostapd.c2964 sta->auth_alg != WLAN_AUTH_FILS_SK && in hostapd_new_assoc_sta()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c1035 if (data->auth.auth_type == WLAN_AUTH_FILS_SK || in sme_event_auth()
1041 WLAN_AUTH_FILS_SK; in sme_event_auth()
1115 if (auth_type == WLAN_AUTH_FILS_SK || in sme_associate()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h84 #define WLAN_AUTH_FILS_SK 4 macro