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 29 case WLAN_AUTH_FT:
59 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP))
105 if (sta->auth_alg != WLAN_AUTH_FT)
131 if (sta->auth_alg != WLAN_AUTH_FT)
drv_callbacks.c 201 (sta->auth_alg != WLAN_AUTH_FT)) {
230 if (sta->auth_alg == WLAN_AUTH_FT) {
290 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
479 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) {
480 sta->auth_alg = WLAN_AUTH_FT;
wpa_auth_glue.c 458 if (hostapd_add_sta_node(hapd, sta_addr, WLAN_AUTH_FT) < 0)
465 sta->auth_alg = WLAN_AUTH_FT;
474 sta->auth_alg = WLAN_AUTH_FT;
ieee802_11.c 303 send_auth_reply(hapd, dst, bssid, WLAN_AUTH_FT, auth_transaction,
586 auth_alg == WLAN_AUTH_FT) ||
709 case WLAN_AUTH_FT:
710 sta->auth_alg = WLAN_AUTH_FT;
990 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
1011 if (sta->auth_alg == WLAN_AUTH_FT) {
    [all...]
wpa_auth_ft.c 641 if (auth_alg == WLAN_AUTH_FT) {
663 if (auth_alg == WLAN_AUTH_FT) {
712 if (auth_alg == WLAN_AUTH_FT)
719 if (auth_alg == WLAN_AUTH_FT)
727 if (auth_alg == WLAN_AUTH_FT &&
    [all...]
ap_drv_ops.c 252 sta->auth_alg == WLAN_AUTH_FT) &&
hostapd.c     [all...]
ieee802_1x.c 1006 if (sta->auth_alg == WLAN_AUTH_FT) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 611 if (data->auth.auth_type == WLAN_AUTH_FT) {
668 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 78 #define WLAN_AUTH_FT 2
    [all...]

Completed in 520 milliseconds