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

  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 71 fc = le_to_host16(hdr->frame_control);
127 fc = le_to_host16(hdr->frame_control);
157 fc = le_to_host16(hdr->frame_control);
274 hdr->frame_control |= host_to_le16(BIT(1));
276 hdr->frame_control &= ~host_to_le16(BIT(1));
300 hdr->frame_control =
302 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS);
304 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP);
1041 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
1078 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT
    [all...]
driver_atheros.c 749 fc = le_to_host16(mgmt->frame_control);
782 fc = le_to_host16(mgmt->frame_control);
862 fc = le_to_host16(mgmt->frame_control);
892 fc = le_to_host16(mgmt->frame_control);
    [all...]
driver_nl80211.c     [all...]
driver_test.c 471 fc = le_to_host16(hdr->frame_control);
807 fc = le_to_host16(hdr->frame_control);
    [all...]
driver_madwifi.c 722 fc = le_to_host16(mgmt->frame_control);
    [all...]
  /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,
ieee802_11_shared.c 61 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
99 resp.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
drv_callbacks.c 598 fc = le_to_host16(hdr->frame_control);
645 hdr->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
652 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP);
800 fc = le_to_host16(hdr->frame_control);
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,
ieee802_11.c 271 reply->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
573 fc = le_to_host16(mgmt->frame_control);
1099 reply.frame_control =
1125 reply->frame_control =
    [all...]
iapp.c 260 if (assoc && WLAN_FC_GET_STYPE(le_to_host16(assoc->frame_control)) ==
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,
  /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,
ibss_rsn.c 487 auth.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
events.c     [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 391 fc = le_to_host16(hdr->frame_control);
ieee802_11_defs.h 390 le16 frame_control; member in struct:ieee80211_hdr
409 le16 frame_control; member in struct:ieee80211_mgmt
    [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 488 milliseconds