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

  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 152 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
209 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
270 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
drv_callbacks.c 604 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT &&
645 hdr->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
801 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT &&
804 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT &&
833 case WLAN_FC_TYPE_MGMT:
ieee802_11_shared.c 61 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
99 resp.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
wnm_ap.c 100 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
wmm.c 147 m->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
beacon.c 217 resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
613 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
wpa_auth_glue.c 445 m->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
ieee802_11.c 271 reply->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
1100 IEEE80211_FC(WLAN_FC_TYPE_MGMT, WLAN_FC_STYPE_DEAUTH);
1126 IEEE80211_FC(WLAN_FC_TYPE_MGMT,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 161 if (type != WLAN_FC_TYPE_MGMT || stype != WLAN_FC_STYPE_BEACON) {
189 case WLAN_FC_TYPE_MGMT:
1041 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
1078 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
driver_atheros.c 750 if (WLAN_FC_GET_TYPE(fc) != WLAN_FC_TYPE_MGMT ||
784 if (WLAN_FC_GET_TYPE(fc) != WLAN_FC_TYPE_MGMT)
863 if (WLAN_FC_GET_TYPE(fc) != WLAN_FC_TYPE_MGMT ||
894 if (WLAN_FC_GET_TYPE(fc) != WLAN_FC_TYPE_MGMT)
    [all...]
driver_test.c 484 WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT &&
808 if (WLAN_FC_GET_TYPE(fc) != WLAN_FC_TYPE_MGMT) {
    [all...]
driver_nl80211.c     [all...]
driver_madwifi.c 723 if (WLAN_FC_GET_TYPE(fc) != WLAN_FC_TYPE_MGMT ||
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 116 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
513 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
716 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
events.c     [all...]
ibss_rsn.c 487 auth.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 412 case WLAN_FC_TYPE_MGMT:
ieee802_11_defs.h 32 #define WLAN_FC_TYPE_MGMT 0
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 580 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
637 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c     [all...]

Completed in 301 milliseconds