Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c239 fc = le16_to_cpu(hdr->frame_ctl); in libipw_is_eapol_frame()
278 hdrlen = libipw_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in libipw_rx_frame_decrypt()
310 hdrlen = libipw_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in libipw_rx_frame_decrypt_msdu()
358 fc = le16_to_cpu(hdr->frame_ctl); in libipw_rx()
849 fc = le16_to_cpu(hdr->frame_ctl); in libipw_rx_any()
1541 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1588 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1597 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response()
1604 if (is_beacon(beacon->header.frame_ctl)) { in libipw_process_probe_response()
1617 switch (WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl))) { in libipw_rx_mgt()
[all …]
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()
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
Dipw2200.h378 __le16 frame_ctl; member
389 __le16 frame_ctl; member
399 __le16 frame_ctl; member
409 __le16 frame_ctl; member
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()
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-6.12.1/drivers/net/wireless/ti/wlcore/
Dwl12xx_80211.h63 __le16 frame_ctl; member
Dinit.c157 tmpl->header.frame_ctl = cpu_to_le16(IEEE80211_FTYPE_MGMT | in wl1271_ap_init_deauth_template()
/linux-6.12.1/drivers/net/wireless/ti/wl1251/
Dwl12xx_80211.h62 __le16 frame_ctl; member
/linux-6.12.1/drivers/staging/rtl8192e/
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()
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()