Home
last modified time | relevance | path

Searched refs:frame_ctl (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_rx.c239 fc = le16_to_cpu(hdr->frame_ctl); in libipw_is_eapol_frame()
358 fc = le16_to_cpu(hdr->frame_ctl); in libipw_rx()
849 fc = le16_to_cpu(hdr->frame_ctl); in libipw_rx_any()
1621 (header->frame_ctl))); in libipw_rx_mgt()
1630 (header->frame_ctl))); in libipw_rx_mgt()
1636 (header->frame_ctl))); in libipw_rx_mgt()
1648 (header->frame_ctl))); in libipw_rx_mgt()
1659 (header->frame_ctl))); in libipw_rx_mgt()
1670 (header->frame_ctl))); in libipw_rx_mgt()
1695 (header->frame_ctl))); in libipw_rx_mgt()
[all …]
A Dlibipw_tx.c327 header.frame_ctl = cpu_to_le16(fc); in libipw_xmit()
432 header.frame_ctl = in libipw_xmit()
439 header.frame_ctl = cpu_to_le16(fc); in libipw_xmit()
462 frag_hdr->frame_ctl = in libipw_xmit()
A Dlibipw.h333 __le16 frame_ctl; member
340 __le16 frame_ctl; member
350 __le16 frame_ctl;
363 __le16 frame_ctl; member
374 __le16 frame_ctl; member
A Dipw2200.h378 __le16 frame_ctl; member
389 __le16 frame_ctl; member
399 __le16 frame_ctl; member
409 __le16 frame_ctl; member
A Dipw2200.c8159 ((WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) == in ipw_handle_mgmt_packet()
8161 (WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) == in ipw_handle_mgmt_packet()
8309 header->frame_ctl))) { in ipw_rx()
8319 (le16_to_cpu(header->frame_ctl))) { in ipw_rx()
10059 hdr_len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in ipw_tx_skb()
10101 fc = le16_to_cpu(hdr->frame_ctl); in ipw_tx_skb()
10102 hdr->frame_ctl = cpu_to_le16(fc & ~IEEE80211_FCTL_MOREFRAGS); in ipw_tx_skb()
10112 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |= in ipw_tx_skb()
10127 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |= in ipw_tx_skb()
10134 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |= in ipw_tx_skb()
A Dipw2100.c2610 switch (WLAN_FC_GET_TYPE(le16_to_cpu(u->rx_data.header.frame_ctl))) { in ipw2100_corruption_check()
2721 switch (WLAN_FC_GET_TYPE(le16_to_cpu(u->rx_data.header.frame_ctl))) { in __ipw2100_rx_process()
/linux/drivers/net/wireless/ti/wlcore/
A Dwl12xx_80211.h63 __le16 frame_ctl; member
A Dinit.c157 tmpl->header.frame_ctl = cpu_to_le16(IEEE80211_FTYPE_MGMT | in wl1271_ap_init_deauth_template()
/linux/drivers/net/wireless/ti/wl1251/
A Dwl12xx_80211.h62 __le16 frame_ctl; member
/linux/drivers/staging/rtl8192e/
A Drtllib_softmac.c1578 u16 frame_ctl = le16_to_cpu(header->frame_control); in rtllib_rx_assoc_resp() local
1581 WLAN_FC_GET_STYPE(frame_ctl)); in rtllib_rx_assoc_resp()
1716 u16 frame_ctl; in rtllib_rx_deauth() local
1727 frame_ctl = le16_to_cpu(header->frame_control); in rtllib_rx_deauth()
1730 WLAN_FC_GET_STYPE(frame_ctl), in rtllib_rx_deauth()
1750 u16 frame_ctl; in rtllib_rx_frame_softmac() local
1755 frame_ctl = le16_to_cpu(header->frame_control); in rtllib_rx_frame_softmac()
1756 switch (WLAN_FC_GET_STYPE(frame_ctl)) { in rtllib_rx_frame_softmac()
A Drtllib_rx.c2393 __le16 frame_ctl = beacon->header.frame_control; in rtllib_process_probe_response() local
2423 ieee80211_is_beacon(frame_ctl) ? "BEACON" : "PROBE RESPONSE"); in rtllib_process_probe_response()
2430 if (ieee80211_is_probe_resp(frame_ctl)) { in rtllib_process_probe_response()
2463 if (ieee80211_is_beacon(frame_ctl)) { in rtllib_process_probe_response()
2498 ieee80211_is_beacon(frame_ctl) ? "BEACON" : "PROBE RESPONSE"); in rtllib_process_probe_response()
2508 ieee80211_is_beacon(frame_ctl) ? "BEACON" : "PROBE RESPONSE"); in rtllib_process_probe_response()
2529 if (ieee80211_is_beacon(frame_ctl) && in rtllib_process_probe_response()

Completed in 64 milliseconds