HomeSort by relevance Sort by last modified time
    Searched refs:frame_control (Results 1 - 19 of 19) 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_nl80211.c 1223 fc = le_to_host16(mgmt->frame_control);
1272 fc = le_to_host16(hdr->frame_control);
    [all...]
driver_test.c 471 fc = le_to_host16(hdr->frame_control);
807 fc = le_to_host16(hdr->frame_control);
    [all...]
driver_atheros.c 749 fc = le_to_host16(mgmt->frame_control);
    [all...]
driver_madwifi.c 728 fc = le_to_host16(mgmt->frame_control);
    [all...]
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 341 fc = le_to_host16(hdr->frame_control);
388 hdr->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
395 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP);
474 fc = le_to_host16(hdr->frame_control);
ieee802_11_shared.c 61 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
99 resp.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
ieee802_11.c 249 reply->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
324 fc = le_to_host16(mgmt->frame_control);
812 reply.frame_control =
838 reply->frame_control =
    [all...]
wmm.c 147 m->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
iapp.c 260 if (assoc && WLAN_FC_GET_STYPE(le_to_host16(assoc->frame_control)) ==
beacon.c 214 resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
528 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
wpa_auth_glue.c 409 m->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 359 fc = le_to_host16(hdr->frame_control);
ieee802_11_defs.h 369 le16 frame_control; member in struct:ieee80211_hdr
388 le16 frame_control; member in struct:ieee80211_mgmt
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 250 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
253 mgmt->frame_control |= host_to_le16(WLAN_FC_ISWEP);
377 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
386 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
499 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
527 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
665 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 174 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
230 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
287 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
545 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_defs.h 237 le16 frame_control; member in struct:ieee80211_mgmt
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c     [all...]

Completed in 344 milliseconds