HomeSort by relevance Sort by last modified time
    Searched refs:WLAN_AUTH_FT (Results 1 - 11 of 11) sorted by null

  /external/wpa_supplicant_8/src/ap/
ap_mlme.c 30 case WLAN_AUTH_FT:
60 if (sta->auth_alg != WLAN_AUTH_FT &&
112 if (sta->auth_alg != WLAN_AUTH_FT &&
140 if (sta->auth_alg != WLAN_AUTH_FT &&
drv_callbacks.c 270 (sta->auth_alg != WLAN_AUTH_FT)) {
297 if (sta->auth_alg == WLAN_AUTH_FT) {
384 if (sta->auth_alg == WLAN_AUTH_FT)
398 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
733 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) {
734 sta->auth_alg = WLAN_AUTH_FT;
    [all...]
wpa_auth_glue.c 547 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0)
554 sta->auth_alg = WLAN_AUTH_FT;
563 sta->auth_alg = WLAN_AUTH_FT;
wpa_auth_ft.c 675 if (auth_alg == WLAN_AUTH_FT) {
697 if (auth_alg == WLAN_AUTH_FT) {
741 if (auth_alg == WLAN_AUTH_FT)
748 if (auth_alg == WLAN_AUTH_FT)
756 if (auth_alg == WLAN_AUTH_FT &&
    [all...]
ieee802_11.c 316 reply_res = send_auth_reply(hapd, dst, bssid, WLAN_AUTH_FT,
    [all...]
ap_drv_ops.c 261 sta->auth_alg == WLAN_AUTH_FT) &&
ieee802_1x.c 482 sta->auth_alg == WLAN_AUTH_FT) &&
    [all...]
hostapd.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 935 if (data->auth.auth_type == WLAN_AUTH_FT) {
1086 if (auth_type == WLAN_AUTH_FT && wpa_s->sme.ft_ies) {
    [all...]
events.c     [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 82 #define WLAN_AUTH_FT 2
    [all...]

Completed in 207 milliseconds