/linux-6.6.21/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_rx.c | 239 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 …]
|
D | libipw_tx.c | 328 header.frame_ctl = cpu_to_le16(fc); in libipw_xmit() 433 header.frame_ctl = in libipw_xmit() 440 header.frame_ctl = cpu_to_le16(fc); in libipw_xmit() 463 frag_hdr->frame_ctl = in libipw_xmit()
|
D | libipw.h | 333 __le16 frame_ctl; member 340 __le16 frame_ctl; member 348 __le16 frame_ctl; member 358 __le16 frame_ctl; member 369 __le16 frame_ctl; member
|
D | ipw2200.h | 378 __le16 frame_ctl; member 389 __le16 frame_ctl; member 399 __le16 frame_ctl; member 409 __le16 frame_ctl; member
|
D | ipw2200.c | 8159 ((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() 10060 hdr_len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in ipw_tx_skb() 10102 fc = le16_to_cpu(hdr->frame_ctl); in ipw_tx_skb() 10103 hdr->frame_ctl = cpu_to_le16(fc & ~IEEE80211_FCTL_MOREFRAGS); in ipw_tx_skb() 10113 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |= in ipw_tx_skb() 10128 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |= in ipw_tx_skb() 10135 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |= in ipw_tx_skb()
|
/linux-6.6.21/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 91 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_frag_cache_get() 161 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_frag_cache_invalidate() 243 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_is_eapol_frame() 293 hdrlen = rtllib_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in rtllib_rx_frame_decrypt() 332 hdrlen = rtllib_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in rtllib_rx_frame_decrypt_msdu() 352 u16 fc = le16_to_cpu(header->frame_ctl); in is_duplicate_packet() 757 u16 fc = le16_to_cpu(hdr->frame_ctl); in parse_subframe() 884 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_rx_get_hdrlen() 909 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_rx_check_duplicate() 948 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_rx_extract_addr() [all …]
|
D | rtllib_softmac.c | 200 if (le16_to_cpu(header->frame_ctl) == RTLLIB_STYPE_BEACON) in softmac_mgmt_xmit() 272 fc = le16_to_cpu(header->frame_ctl); in softmac_ps_mgmt_xmit() 334 req->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_PROBE_REQ); in rtllib_probe_req() 742 auth->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_AUTH); in rtllib_authentication_req() 744 auth->header.frame_ctl |= cpu_to_le16(RTLLIB_FCTL_WEP); in rtllib_authentication_req() 863 beacon_buf->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_PROBE_RESP); in rtllib_probe_resp() 929 hdr->frame_ctl = cpu_to_le16(RTLLIB_FTYPE_DATA | in rtllib_null_func() 953 hdr->frame_ctl = cpu_to_le16(RTLLIB_FTYPE_CTL | RTLLIB_STYPE_PSPOLL | in rtllib_pspoll_func() 1079 hdr->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_ASSOC_REQ); in rtllib_association_req() 1964 u16 frame_ctl = le16_to_cpu(header->frame_ctl); in rtllib_rx_assoc_resp() local [all …]
|
D | rtllib.h | 677 __le16 frame_ctl; member 684 __le16 frame_ctl; member 690 __le16 frame_ctl; member 697 __le16 frame_ctl; member 705 __le16 frame_ctl; member 715 __le16 frame_ctl; member 726 __le16 frame_ctl; member 737 __le16 frame_ctl; member 954 fc = le16_to_cpu(hdr->frame_ctl); in Frame_QoSTID() 1787 switch (rtllib_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in rtllib_get_payload()
|
D | rtllib_crypt_tkip.c | 471 switch (le16_to_cpu(hdr11->frame_ctl) & in michael_mic_hdr() 517 if (RTLLIB_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) in rtllib_michael_mic_add() 561 if (RTLLIB_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) in rtllib_michael_mic_verify()
|
D | rtl819x_BAProc.c | 96 BAReq->frame_ctl = cpu_to_le16(RTLLIB_STYPE_MANAGE_ACT); in rtllib_ADDBA() 156 Delba->frame_ctl = cpu_to_le16(RTLLIB_STYPE_MANAGE_ACT); in rtllib_DELBA()
|
D | rtllib_tx.c | 692 header.frame_ctl = cpu_to_le16(fc); in rtllib_xmit_inter() 801 frag_hdr->frame_ctl = cpu_to_le16(fc | in rtllib_xmit_inter()
|
D | rtllib_crypt_ccmp.c | 94 fc = le16_to_cpu(hdr->frame_ctl); in ccmp_init_iv_and_aad()
|
/linux-6.6.21/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 47 u16 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_monitor_rx() 96 u16 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_frag_cache_get() 164 u16 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_frag_cache_invalidate() 303 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_is_eapol_frame() 346 hdrlen = ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in ieee80211_rx_frame_decrypt() 393 hdrlen = ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in ieee80211_rx_frame_decrypt_msdu() 414 u16 fc = le16_to_cpu(header->frame_ctl); in is_duplicate_packet() 770 u16 fc = le16_to_cpu(hdr->frame_ctl); in parse_subframe() 920 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_rx() 2213 int fc = WLAN_FC_GET_STYPE(le16_to_cpu(beacon->header.frame_ctl)); in ieee80211_process_probe_response() [all …]
|
D | ieee80211.h | 824 __le16 frame_ctl; member 830 __le16 frame_ctl; member 837 __le16 frame_ctl; member 845 __le16 frame_ctl; member 855 __le16 frame_ctl; member 866 __le16 frame_ctl; member 877 __le16 frame_ctl; member 1131 fc = le16_to_cpu(hdr->frame_ctl); in Frame_QoSTID() 2065 switch (ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in ieee80211_get_payload()
|
D | ieee80211_softmac.c | 329 req->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_PROBE_REQ); in ieee80211_probe_req() 630 auth->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_AUTH in ieee80211_authentication_req() 633 auth->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_AUTH); in ieee80211_authentication_req() 749 beacon_buf->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_PROBE_RESP); in ieee80211_probe_resp() 824 assoc->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_ASSOC_RESP); in ieee80211_assoc_resp() 882 auth->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_AUTH); in ieee80211_auth_resp() 903 hdr->frame_ctl = cpu_to_le16(IEEE80211_FTYPE_DATA | in ieee80211_null_func() 1029 hdr->header.frame_ctl = IEEE80211_STYPE_ASSOC_REQ; in ieee80211_association_req() 1908 if (WLAN_FC_GET_STYPE(header->frame_ctl) != IEEE80211_STYPE_PROBE_RESP && in ieee80211_rx_frame_softmac() 1909 WLAN_FC_GET_STYPE(header->frame_ctl) != IEEE80211_STYPE_BEACON) in ieee80211_rx_frame_softmac() [all …]
|
D | ieee80211_crypt_tkip.c | 478 switch (le16_to_cpu(hdr11->frame_ctl) & in michael_mic_hdr() 523 if (IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) in ieee80211_michael_mic_add() 571 if (IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) in ieee80211_michael_mic_verify()
|
D | ieee80211_tx.c | 632 header.frame_ctl = cpu_to_le16(fc); in ieee80211_xmit() 727 frag_hdr->frame_ctl = cpu_to_le16( in ieee80211_xmit()
|
D | rtl819x_BAProc.c | 134 BAReq->frame_ctl = cpu_to_le16(IEEE80211_STYPE_MANAGE_ACT); //action frame in ieee80211_ADDBA() 216 Delba->frame_ctl = cpu_to_le16(IEEE80211_STYPE_MANAGE_ACT); //action frame in ieee80211_DELBA()
|
D | ieee80211_crypt_ccmp.c | 100 fc = le16_to_cpu(hdr->frame_ctl); in ccmp_init_iv_and_aad()
|
/linux-6.6.21/drivers/net/wireless/ti/wlcore/ |
D | wl12xx_80211.h | 63 __le16 frame_ctl; member
|
D | init.c | 157 tmpl->header.frame_ctl = cpu_to_le16(IEEE80211_FTYPE_MGMT | in wl1271_ap_init_deauth_template()
|
/linux-6.6.21/drivers/net/wireless/ti/wl1251/ |
D | wl12xx_80211.h | 62 __le16 frame_ctl; member
|
/linux-6.6.21/drivers/net/wireless/atmel/ |
D | atmel.c | 803 u16 buff, frame_ctl, len = (ETH_ZLEN < skb->len) ? skb->len : ETH_ZLEN; in start_tx() local 837 frame_ctl = IEEE80211_FTYPE_DATA; in start_tx() 841 frame_ctl |= IEEE80211_FCTL_PROTECTED; in start_tx() 847 frame_ctl |= IEEE80211_FCTL_TODS; in start_tx() 856 header.frame_control = cpu_to_le16(frame_ctl); in start_tx() 1060 u16 msdu_size, rx_packet_loc, frame_ctl, seq_control; in rx_done_irq() local 1082 frame_ctl = le16_to_cpu(header.frame_control); in rx_done_irq() 1089 if (!priv->wep_is_on || !(frame_ctl & IEEE80211_FCTL_PROTECTED)) { in rx_done_irq() 1104 if (priv->do_rx_crc && (!priv->wep_is_on || !(frame_ctl & IEEE80211_FCTL_PROTECTED))) { in rx_done_irq() 1109 if ((frame_ctl & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA) { in rx_done_irq() [all …]
|
/linux-6.6.21/drivers/net/wireless/intersil/orinoco/ |
D | main.c | 172 __le16 frame_ctl; member 189 __le16 frame_ctl; member 746 fc = le16_to_cpu(desc->frame_ctl); in orinoco_rx_monitor() 795 skb_put_data(skb, &(desc->frame_ctl), hdrlen); in orinoco_rx_monitor() 957 fc = le16_to_cpu(desc->frame_ctl); in orinoco_rx()
|
/linux-6.6.21/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 1574 fc = le16_to_cpu(hdr->frame_ctl); in _rtl92e_translate_rx_signal_stats()
|