Searched refs:frame_control (Results 1 - 25 of 93) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dwpa.c40 !ieee80211_is_data_present(hdr->frame_control))
43 hdrlen = ieee80211_hdrlen(hdr->frame_control);
94 !ieee80211_has_protected(hdr->frame_control) ||
95 !ieee80211_is_data_present(hdr->frame_control))
98 hdrlen = ieee80211_hdrlen(hdr->frame_control);
147 hdrlen = ieee80211_hdrlen(hdr->frame_control);
208 hdrlen = ieee80211_hdrlen(hdr->frame_control);
210 if (!ieee80211_is_data(hdr->frame_control))
268 mgmt = ieee80211_is_mgmt(hdr->frame_control);
269 mask_fc = hdr->frame_control;
[all...]
H A Dwep.c100 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PROTECTED);
106 hdrlen = ieee80211_hdrlen(hdr->frame_control);
121 hdrlen = ieee80211_hdrlen(hdr->frame_control);
232 if (!ieee80211_has_protected(hdr->frame_control))
235 hdrlen = ieee80211_hdrlen(hdr->frame_control);
283 if (!ieee80211_has_protected(hdr->frame_control))
286 hdrlen = ieee80211_hdrlen(hdr->frame_control);
300 if (!ieee80211_is_data(hdr->frame_control) &&
301 !ieee80211_is_auth(hdr->frame_control))
H A Drx.c64 if (ieee80211_is_ctl(hdr->frame_control) &&
65 !ieee80211_is_pspoll(hdr->frame_control) &&
66 !ieee80211_is_back_req(hdr->frame_control))
229 /* make sure hdr->frame_control is on the linear part */
321 if (ieee80211_is_data_qos(hdr->frame_control)) {
462 unsigned int hdrlen = ieee80211_hdrlen(hdr->frame_control);
465 if (ieee80211_is_data(hdr->frame_control)) {
467 if (ieee80211_has_tods(hdr->frame_control) ||
468 !ieee80211_has_fromds(hdr->frame_control))
473 if (!ieee80211_has_a4(hdr->frame_control))
[all...]
H A Dtx.c83 if (ieee80211_is_ctl(hdr->frame_control)) {
248 !ieee80211_is_probe_req(hdr->frame_control) &&
249 !ieee80211_is_nullfunc(hdr->frame_control))
274 ieee80211_is_data(hdr->frame_control))) {
284 if (unlikely(ieee80211_is_data(hdr->frame_control) &&
365 if (ieee80211_has_order(hdr->frame_control))
423 ieee80211_is_probe_resp(hdr->frame_control) ||
424 ieee80211_is_auth(hdr->frame_control) ||
425 ieee80211_is_assoc_resp(hdr->frame_control) ||
426 ieee80211_is_reassoc_resp(hdr->frame_control)))
[all...]
H A Dmichael.c37 if (ieee80211_is_data_qos(hdr->frame_control))
H A Dstatus.c133 if (ieee80211_is_action(mgmt->frame_control) &&
195 fc = hdr->frame_control;
259 type = le16_to_cpu(hdr->frame_control) & IEEE80211_FCTL_FTYPE;
H A Dspectmgmt.c48 msr_report->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
H A Dwme.c135 if (ieee80211_is_data_qos(hdr->frame_control)) {
H A Dht.c182 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
240 action_frame->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
H A Diface.c673 if (!ieee80211_is_data(hdr->frame_control)) {
677 if (!ieee80211_is_data_qos(hdr->frame_control)) {
741 } else if (ieee80211_is_action(mgmt->frame_control) &&
767 } else if (ieee80211_is_data_qos(mgmt->frame_control)) {
770 * So the frame isn't mgmt, but frame_control
777 WARN_ON(hdr->frame_control &
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c31 fc = le16_to_cpu(hdr->frame_control);
206 hdr.frame_control = cpu_to_le16(fc);
294 fc = le16_to_cpu(hdr->frame_control);
295 if (ieee80211_is_data(hdr->frame_control) &&
355 hdr_len = hostap_80211_get_hdrlen(hdr->frame_control);
433 fc = le16_to_cpu(hdr->frame_control);
439 ieee80211_is_data(hdr->frame_control) &&
474 hdr->frame_control = cpu_to_le16(fc);
477 if (!ieee80211_is_data(hdr->frame_control)) {
498 hdr->frame_control
[all...]
H A Dhostap_80211.h9 __le16 frame_control; member in struct:hostap_ieee80211_mgmt
H A Dhostap_80211_rx.c35 fc = le16_to_cpu(hdr->frame_control);
91 fc = le16_to_cpu(fhdr->frame_control);
100 hdrlen = hostap_80211_get_hdrlen(fhdr->frame_control);
619 fc = le16_to_cpu(hdr->frame_control);
659 hdrlen = hostap_80211_get_hdrlen(hdr->frame_control);
697 hdrlen = hostap_80211_get_hdrlen(hdr->frame_control);
752 fc = le16_to_cpu(hdr->frame_control);
757 hdrlen = hostap_80211_get_hdrlen(hdr->frame_control);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dcommon.h55 int ath9k_cmn_padpos(__le16 frame_control);
H A Drecv.c621 && ieee80211_is_beacon(hdr->frame_control))
624 (ieee80211_is_data(hdr->frame_control) ||
625 ieee80211_is_action(hdr->frame_control)) &&
627 !ieee80211_has_moredata(hdr->frame_control)) {
637 !ieee80211_has_morefrags(hdr->frame_control)) {
834 fc = hdr->frame_control;
960 fc = hdr->frame_control;
1036 fc = hdr->frame_control;
1037 padpos = ath9k_cmn_padpos(hdr->frame_control);
H A Dcommon.c30 int ath9k_cmn_padpos(__le16 frame_control) argument
33 if (ieee80211_has_a4(frame_control)) {
36 if (ieee80211_is_data_qos(frame_control)) {
H A Dhtc_drv_txrx.c89 fc = hdr->frame_control;
220 fc = hdr->frame_control;
509 fc = hdr->frame_control;
643 if (ieee80211_is_beacon(hdr->frame_control) && priv->ps_enabled)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h144 __le16 frame_control; member in struct:ieee80211_hdr
154 __le16 frame_control; member in struct:ieee80211_hdr_3addr
163 __le16 frame_control; member in struct:ieee80211_qos_hdr
627 __le16 frame_control; member in struct:ieee80211_mgmt
773 __le16 frame_control; member in struct:ieee80211_rts
780 __le16 frame_control; member in struct:ieee80211_cts
786 __le16 frame_control; member in struct:ieee80211_pspoll
799 __le16 frame_control; member in struct:ieee80211_bar
1363 * The qos ctrl bytes come after the frame_control, duration, seq_num
1370 if (ieee80211_has_a4(hdr->frame_control))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00ht.c91 if (ieee80211_is_mgmt(hdr->frame_control))
H A Drt2x00queue.c322 if (ieee80211_is_rts(hdr->frame_control) ||
323 ieee80211_is_cts(hdr->frame_control)) {
325 if (ieee80211_is_rts(hdr->frame_control))
344 if (ieee80211_has_morefrags(hdr->frame_control)) {
361 if ((ieee80211_is_beacon(hdr->frame_control) ||
362 ieee80211_is_probe_resp(hdr->frame_control)) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dmac_structures.h537 struct MAC_frame_control frame_control; member in struct:Management_Frame
550 struct MAC_frame_control frame_control; member in struct:Control_Frame
558 struct MAC_frame_control frame_control; member in struct:Data_Frame
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-rx.c267 u16 fc = le16_to_cpu(hdr->frame_control);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dxmit.c217 txhdr->mac_frame_ctl = wlhdr->frame_control;
255 wlhdr_len = ieee80211_hdrlen(wlhdr->frame_control);
492 fctl = wlhdr->frame_control;
513 wlhdr->frame_control = fctl;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Drx.c903 if (ieee80211_is_assoc_req(mgt->frame_control)) {
910 } else if (ieee80211_is_reassoc_req(mgt->frame_control)) {
917 } else if (ieee80211_is_assoc_resp(mgt->frame_control)) {
924 } else if (ieee80211_is_reassoc_resp(mgt->frame_control)) {
933 le16_to_cpu(mgt->frame_control));
1500 if (!ieee80211_has_protected(hdr->frame_control))
1503 hdr_len = ieee80211_hdrlen(hdr->frame_control);
1540 if (ieee80211_is_data_qos(hdr->frame_control)) {
1545 ieee80211_hdrlen(hdr->frame_control) -
1549 hdr->frame_control
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dtxrx.c304 if (!ieee80211_is_beacon(hdr->frame_control))
616 if (ieee80211_is_data_qos(hdr->frame_control))
654 if (unlikely(ieee80211_is_mgmt(hdr->frame_control))) {
655 if (ieee80211_is_probe_resp(hdr->frame_control)) {
660 } else if (ieee80211_is_beacon(hdr->frame_control)) {

Completed in 243 milliseconds

1234