HomeSort by: relevance | last modified time | path
    Searched refs:frame_control (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/wpa/dist/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);
1051 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
1089 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT
    [all...]
driver_nl80211_monitor.c 33 fc = le_to_host16(hdr->frame_control);
56 fc = le_to_host16(hdr->frame_control);
78 fc = le_to_host16(hdr->frame_control);
driver_atheros.c 870 fc = le_to_host16(mgmt->frame_control);
1371 fc = le_to_host16(hdr->frame_control);
1434 fc = le_to_host16(mgmt->frame_control);
driver_nl80211_event.c 1354 fc = le_to_host16(mgmt->frame_control);
1390 u16 fc = le_to_host16(hdr->frame_control);
1704 fc = le_to_host16(mgmt->frame_control);
driver_nl80211.c 4259 fc = le_to_host16(mgmt->frame_control);
6304 hdr->frame_control =
6306 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS);
6308 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP);
6310 hdr->frame_control |=
8267 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
8294 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
9138 hdr->frame_control =
10333 nulldata.hdr.frame_control =
10338 nulldata.hdr.frame_control
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
nb30.d 174 UCHAR frame_control;
  /src/external/bsd/wpa/dist/src/ap/
wnm_ap.c 167 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
403 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
852 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
919 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
979 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
1072 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
ctrl_iface_ap.c 578 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
582 fc2str(le_to_host16(mgmt->frame_control)));
642 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
704 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
wmm.c 195 m->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
ieee802_11_shared.c 127 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
225 resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
beacon.c 923 params->resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
1988 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
2170 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
drv_callbacks.c 1656 fc = le_to_host16(mgmt->frame_control);
1876 u16 fc = le_to_host16(hdr->frame_control);
2426 fc = le_to_host16(hdr->frame_control);
ieee802_11.c 436 reply->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
2922 fc = le_to_host16(mgmt->frame_control);
4703 reply.frame_control =
4880 reply->frame_control =
5370 fc = le_to_host16(mgmt->frame_control);
6012 !(mgmt->frame_control & host_to_le16(WLAN_FC_ISWEP)) &&
6022 u16 fc = le_to_host16(mgmt->frame_control);
6249 fc = le_to_host16(mgmt->frame_control);
wpa_auth_glue.c 1074 m->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
  /src/external/bsd/wpa/dist/src/common/
ieee802_11_defs.h 954 le16 frame_control; member in struct:ieee80211_hdr
971 le16 frame_control; member in struct:ieee80211_hdr_s1g_beacon
990 le16 frame_control; member in struct:ieee80211_mgmt
ieee802_11_common.c 1170 fc = le_to_host16(hdr->frame_control);
wpa_common.c 3803 auth->frame_control = host_to_le16((WLAN_FC_TYPE_MGMT << 2) |
  /src/sys/dev/pci/
mlyreg.h 259 u_int8_t frame_control:2; /* N/A */ member in struct:mly_param_controller
  /src/external/bsd/wpa/dist/wpa_supplicant/
ibss_rsn.c 511 auth.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
pasn_supplicant.c 959 deauth->frame_control = host_to_le16((WLAN_FC_TYPE_MGMT << 2) |
wnm_sta.c 166 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
events.c 6008 fc = le_to_host16(hdr->frame_control);
6439 fc = le_to_host16(mgmt->frame_control);
sme.c 1350 resp->frame_control = host_to_le16((WLAN_FC_TYPE_MGMT << 2) |
  /src/external/bsd/wpa/dist/src/pasn/
pasn_initiator.c 1034 fc = le_to_host16(mgmt->frame_control);
  /src/external/bsd/wpa/dist/src/p2p/
p2p.c 2304 resp->frame_control = host_to_le16((WLAN_FC_TYPE_MGMT << 2) |

Completed in 89 milliseconds

1 2