/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 243 fc = le16_to_cpu(hdr->frame_ctl); in libipw_is_eapol_frame() 282 hdrlen = libipw_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in libipw_rx_frame_decrypt() 314 hdrlen = libipw_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in libipw_rx_frame_decrypt_msdu() 362 fc = le16_to_cpu(hdr->frame_ctl); in libipw_rx() 853 fc = le16_to_cpu(hdr->frame_ctl); in libipw_rx_any() 1569 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response() 1616 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response() 1625 is_beacon(beacon->header.frame_ctl) ? in libipw_process_probe_response() 1632 if (is_beacon(beacon->header.frame_ctl)) { in libipw_process_probe_response() 1645 switch (WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl))) { in libipw_rx_mgt() [all …]
|
D | libipw_tx.c | 342 header.frame_ctl = cpu_to_le16(fc); in libipw_xmit() 448 header.frame_ctl = in libipw_xmit() 455 header.frame_ctl = cpu_to_le16(fc); in libipw_xmit() 480 frag_hdr->frame_ctl = in libipw_xmit()
|
D | libipw.h | 338 __le16 frame_ctl; member 345 __le16 frame_ctl; member 353 __le16 frame_ctl; member 363 __le16 frame_ctl; member 374 __le16 frame_ctl; member
|
D | ipw2200.h | 392 __le16 frame_ctl; member 403 __le16 frame_ctl; member 413 __le16 frame_ctl; member 423 __le16 frame_ctl; member
|
D | ipw2200.c | 8235 ((WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) == in ipw_handle_mgmt_packet() 8237 (WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) == in ipw_handle_mgmt_packet() 8386 header->frame_ctl))) { in ipw_rx() 8396 (le16_to_cpu(header->frame_ctl))) { in ipw_rx() 10137 hdr_len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in ipw_tx_skb() 10179 fc = le16_to_cpu(hdr->frame_ctl); in ipw_tx_skb() 10180 hdr->frame_ctl = cpu_to_le16(fc & ~IEEE80211_FCTL_MOREFRAGS); in ipw_tx_skb() 10190 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |= in ipw_tx_skb() 10205 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |= in ipw_tx_skb() 10212 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |= in ipw_tx_skb()
|
D | ipw2100.c | 2635 switch (WLAN_FC_GET_TYPE(le16_to_cpu(u->rx_data.header.frame_ctl))) { in ipw2100_corruption_check() 2746 switch (WLAN_FC_GET_TYPE(le16_to_cpu(u->rx_data.header.frame_ctl))) { in __ipw2100_rx_process()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 99 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_frag_cache_get() 170 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_frag_cache_invalidate() 262 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_is_eapol_frame() 311 hdrlen = rtllib_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in rtllib_rx_frame_decrypt() 351 hdrlen = rtllib_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in rtllib_rx_frame_decrypt_msdu() 372 u16 fc = le16_to_cpu(header->frame_ctl); in is_duplicate_packet() 776 u16 fc = le16_to_cpu(hdr->frame_ctl); in parse_subframe() 907 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_rx_get_hdrlen() 932 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_rx_check_duplicate() 971 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_rx_extract_addr() [all …]
|
D | rtllib_softmac.c | 217 if (le16_to_cpu(header->frame_ctl) == RTLLIB_STYPE_BEACON) in softmac_mgmt_xmit() 288 fc = le16_to_cpu(header->frame_ctl); in softmac_ps_mgmt_xmit() 355 req->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_PROBE_REQ); in rtllib_probe_req() 793 auth->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_AUTH); in rtllib_authentication_req() 795 auth->header.frame_ctl |= cpu_to_le16(RTLLIB_FCTL_WEP); in rtllib_authentication_req() 916 beacon_buf->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_PROBE_RESP); in rtllib_probe_resp() 988 assoc->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_ASSOC_RESP); in rtllib_assoc_resp() 1049 auth->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_AUTH); in rtllib_auth_resp() 1073 hdr->frame_ctl = cpu_to_le16(RTLLIB_FTYPE_DATA | in rtllib_null_func() 1100 hdr->frame_ctl = cpu_to_le16(RTLLIB_FTYPE_CTL | RTLLIB_STYPE_PSPOLL | in rtllib_pspoll_func() [all …]
|
D | rtllib.h | 778 __le16 frame_ctl; member 785 __le16 frame_ctl; member 791 __le16 frame_ctl; member 798 __le16 frame_ctl; member 806 __le16 frame_ctl; member 816 __le16 frame_ctl; member 827 __le16 frame_ctl; member 838 __le16 frame_ctl; member 1054 fc = le16_to_cpu(hdr->frame_ctl); in Frame_QoSTID() 1944 switch (rtllib_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in rtllib_get_payload()
|
D | rtllib_crypt_tkip.c | 530 switch (le16_to_cpu(hdr11->frame_ctl) & in michael_mic_hdr() 573 if (RTLLIB_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) in rtllib_michael_mic_add() 618 if (RTLLIB_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) in rtllib_michael_mic_verify()
|
D | rtl819x_BAProc.c | 105 BAReq->frame_ctl = cpu_to_le16(RTLLIB_STYPE_MANAGE_ACT); in rtllib_ADDBA() 168 Delba->frame_ctl = cpu_to_le16(RTLLIB_STYPE_MANAGE_ACT); in rtllib_DELBA()
|
D | rtllib_tx.c | 718 header.frame_ctl = cpu_to_le16(fc); in rtllib_xmit_inter() 827 frag_hdr->frame_ctl = cpu_to_le16( in rtllib_xmit_inter()
|
D | rtllib_crypt_ccmp.c | 120 fc = le16_to_cpu(hdr->frame_ctl); in ccmp_init_blocks()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | ieee80211.h | 146 u16 frame_ctl; member 156 u16 frame_ctl; member 166 u16 frame_ctl; member 177 u16 frame_ctl; member 531 u16 frame_ctl; member
|
D | rtl871x_xmit.c | 482 u16 *fctrl = &pwlanhdr->frame_ctl; in make_wlanhdr()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 51 u16 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_monitor_rx() 100 u16 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_frag_cache_get() 168 u16 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_frag_cache_invalidate() 308 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_is_eapol_frame() 352 hdrlen = ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in ieee80211_rx_frame_decrypt() 400 hdrlen = ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in ieee80211_rx_frame_decrypt_msdu() 421 u16 fc = le16_to_cpu(header->frame_ctl); in is_duplicate_packet() 765 u16 fc = le16_to_cpu(hdr->frame_ctl); in parse_subframe() 924 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_rx() 2426 WLAN_FC_GET_STYPE(beacon->header.frame_ctl) == in ieee80211_process_probe_response() [all …]
|
D | ieee80211.h | 892 __le16 frame_ctl; member 898 __le16 frame_ctl; member 905 __le16 frame_ctl; member 913 __le16 frame_ctl; member 923 __le16 frame_ctl; member 934 __le16 frame_ctl; member 945 __le16 frame_ctl; member 1197 fc = le16_to_cpu(hdr->frame_ctl); in Frame_QoSTID() 2129 switch (ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in ieee80211_get_payload()
|
D | ieee80211_softmac.c | 342 req->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_PROBE_REQ); in ieee80211_probe_req() 658 auth->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_AUTH in ieee80211_authentication_req() 661 auth->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_AUTH); in ieee80211_authentication_req() 784 beacon_buf->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_PROBE_RESP); in ieee80211_probe_resp() 862 assoc->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_ASSOC_RESP); in ieee80211_assoc_resp() 918 auth->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_AUTH); in ieee80211_auth_resp() 941 hdr->frame_ctl = cpu_to_le16(IEEE80211_FTYPE_DATA | in ieee80211_null_func() 1083 hdr->header.frame_ctl = IEEE80211_STYPE_ASSOC_REQ; in ieee80211_association_req() 1993 if(WLAN_FC_GET_STYPE(header->frame_ctl) != IEEE80211_STYPE_PROBE_RESP && in ieee80211_rx_frame_softmac() 1994 WLAN_FC_GET_STYPE(header->frame_ctl) != IEEE80211_STYPE_BEACON) in ieee80211_rx_frame_softmac() [all …]
|
D | ieee80211_crypt_tkip.c | 532 switch (le16_to_cpu(hdr11->frame_ctl) & in michael_mic_hdr() 577 if (IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) in ieee80211_michael_mic_add() 625 if (IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) in ieee80211_michael_mic_verify()
|
D | rtl819x_BAProc.c | 140 BAReq->frame_ctl = cpu_to_le16(IEEE80211_STYPE_MANAGE_ACT); //action frame in ieee80211_ADDBA() 225 Delba->frame_ctl = cpu_to_le16(IEEE80211_STYPE_MANAGE_ACT); //action frame in ieee80211_DELBA()
|
D | ieee80211_tx.c | 698 header.frame_ctl = cpu_to_le16(fc); in ieee80211_xmit() 796 frag_hdr->frame_ctl = cpu_to_le16( in ieee80211_xmit()
|
D | ieee80211_crypt_ccmp.c | 125 fc = le16_to_cpu(hdr->frame_ctl); in ccmp_init_blocks()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 308 __le16 frame_ctl; member 318 __le16 frame_ctl; member 327 __le16 frame_ctl; member 338 __le16 frame_ctl; member 684 u16 frame_ctl; member
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 237 fctrl = &(pwlanhdr->frame_ctl); in ConstructBeacon() 321 fctrl = &(pwlanhdr->frame_ctl); in ConstructPSPoll() 357 fctrl = &pwlanhdr->frame_ctl; in ConstructNullFunctionData() 419 fctrl = &(pwlanhdr->frame_ctl); in ConstructProbeRsp()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | wl12xx_80211.h | 62 __le16 frame_ctl; member
|
D | init.c | 171 tmpl->header.frame_ctl = cpu_to_le16(IEEE80211_FTYPE_MGMT | in wl1271_ap_init_deauth_template()
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | wl12xx_80211.h | 61 __le16 frame_ctl; member
|
/linux-4.4.14/drivers/net/wireless/ |
D | atmel.c | 805 u16 buff, frame_ctl, len = (ETH_ZLEN < skb->len) ? skb->len : ETH_ZLEN; in start_tx() local 839 frame_ctl = IEEE80211_FTYPE_DATA; in start_tx() 843 frame_ctl |= IEEE80211_FCTL_PROTECTED; in start_tx() 849 frame_ctl |= IEEE80211_FCTL_TODS; in start_tx() 858 header.frame_control = cpu_to_le16(frame_ctl); in start_tx() 1063 u16 msdu_size, rx_packet_loc, frame_ctl, seq_control; in rx_done_irq() local 1085 frame_ctl = le16_to_cpu(header.frame_control); in rx_done_irq() 1092 if (!priv->wep_is_on || !(frame_ctl & IEEE80211_FCTL_PROTECTED)) { in rx_done_irq() 1107 if (priv->do_rx_crc && (!priv->wep_is_on || !(frame_ctl & IEEE80211_FCTL_PROTECTED))) { in rx_done_irq() 1112 if ((frame_ctl & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA) { in rx_done_irq() [all …]
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | main.c | 172 __le16 frame_ctl; member 189 __le16 frame_ctl; member 761 fc = le16_to_cpu(desc->frame_ctl); in orinoco_rx_monitor() 810 memcpy(skb_put(skb, hdrlen), &(desc->frame_ctl), hdrlen); in orinoco_rx_monitor() 972 fc = le16_to_cpu(desc->frame_ctl); in orinoco_rx()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 357 fctrl = &(pwlanhdr->frame_ctl); in issue_beacon() 500 fctrl = &(pwlanhdr->frame_ctl); in issue_probersp() 646 fctrl = &(pwlanhdr->frame_ctl); in _issue_probereq() 784 fctrl = &(pwlanhdr->frame_ctl); in issue_auth() 933 fctrl = &(pwlanhdr->frame_ctl); in issue_asocrsp() 1058 fctrl = &(pwlanhdr->frame_ctl); in issue_assocreq() 1260 fctrl = &(pwlanhdr->frame_ctl); in _issue_nulldata() 1378 fctrl = &(pwlanhdr->frame_ctl); in _issue_qos_nulldata() 1495 fctrl = &(pwlanhdr->frame_ctl); in _issue_deauth() 1599 fctrl = &(pwlanhdr->frame_ctl); in issue_action_spct_ch_switch() [all …]
|
D | rtw_ieee80211.c | 1350 fc = le16_to_cpu(((struct rtw_ieee80211_hdr_3addr *)frame)->frame_ctl); in rtw_action_frame_parse()
|
D | rtw_xmit.c | 786 __le16 *fctrl = &pwlanhdr->frame_ctl; in rtw_make_wlanhdr()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.c | 1752 fc = le16_to_cpu(header->frame_ctl); in _rtl92e_tx() 2076 fc = le16_to_cpu(rtllib_hdr->frame_ctl); in _rtl92e_rx_normal()
|
D | r8192E_dev.c | 1879 fc = le16_to_cpu(hdr->frame_ctl); in _rtl92e_translate_rx_signal_stats()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 939 __le16 frame_ctl; member
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 4509 fc = le16_to_cpu(hdr->frame_ctl); in TranslateRxSignalStuff819xUsb()
|