/Linux-v4.19/drivers/net/wireless/intel/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() 447 header.frame_ctl = in libipw_xmit() 454 header.frame_ctl = cpu_to_le16(fc); in libipw_xmit() 477 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
|
/Linux-v4.19/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() 904 u16 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_rx_get_hdrlen() 929 fc = le16_to_cpu(hdr->frame_ctl); in rtllib_rx_check_duplicate() 968 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() 289 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() 915 beacon_buf->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_PROBE_RESP); in rtllib_probe_resp() 986 assoc->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_ASSOC_RESP); in rtllib_assoc_resp() 1046 auth->header.frame_ctl = cpu_to_le16(RTLLIB_STYPE_AUTH); in rtllib_auth_resp() 1069 hdr->frame_ctl = cpu_to_le16(RTLLIB_FTYPE_DATA | in rtllib_null_func() 1095 hdr->frame_ctl = cpu_to_le16(RTLLIB_FTYPE_CTL | RTLLIB_STYPE_PSPOLL | in rtllib_pspoll_func() [all …]
|
D | rtllib.h | 727 __le16 frame_ctl; member 734 __le16 frame_ctl; member 740 __le16 frame_ctl; member 747 __le16 frame_ctl; member 755 __le16 frame_ctl; member 765 __le16 frame_ctl; member 776 __le16 frame_ctl; member 787 __le16 frame_ctl; member 1003 fc = le16_to_cpu(hdr->frame_ctl); in Frame_QoSTID() 1893 switch (rtllib_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in rtllib_get_payload()
|
D | rtllib_crypt_tkip.c | 538 switch (le16_to_cpu(hdr11->frame_ctl) & in michael_mic_hdr() 581 if (RTLLIB_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) in rtllib_michael_mic_add() 626 if (RTLLIB_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) in rtllib_michael_mic_verify()
|
D | rtl819x_BAProc.c | 104 BAReq->frame_ctl = cpu_to_le16(RTLLIB_STYPE_MANAGE_ACT); in rtllib_ADDBA() 166 Delba->frame_ctl = cpu_to_le16(RTLLIB_STYPE_MANAGE_ACT); in rtllib_DELBA()
|
D | rtllib_tx.c | 717 header.frame_ctl = cpu_to_le16(fc); in rtllib_xmit_inter() 826 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-v4.19/drivers/staging/rtl8712/ |
D | ieee80211.h | 141 __le16 frame_ctl; member 151 __le16 frame_ctl; member 160 __le16 frame_ctl; member 171 __le16 frame_ctl; member 517 __le16 frame_ctl; member
|
/Linux-v4.19/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() 774 u16 fc = le16_to_cpu(hdr->frame_ctl); in parse_subframe() 929 fc = le16_to_cpu(hdr->frame_ctl); in ieee80211_rx() 2393 int fc = WLAN_FC_GET_STYPE(le16_to_cpu(beacon->header.frame_ctl)); in ieee80211_process_probe_response() [all …]
|
D | ieee80211.h | 891 __le16 frame_ctl; member 897 __le16 frame_ctl; member 904 __le16 frame_ctl; member 912 __le16 frame_ctl; member 922 __le16 frame_ctl; member 933 __le16 frame_ctl; member 944 __le16 frame_ctl; member 1198 fc = le16_to_cpu(hdr->frame_ctl); in Frame_QoSTID() 2133 switch (ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in ieee80211_get_payload()
|
D | ieee80211_softmac.c | 330 req->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_PROBE_REQ); in ieee80211_probe_req() 631 auth->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_AUTH in ieee80211_authentication_req() 634 auth->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_AUTH); in ieee80211_authentication_req() 751 beacon_buf->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_PROBE_RESP); in ieee80211_probe_resp() 826 assoc->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_ASSOC_RESP); in ieee80211_assoc_resp() 884 auth->header.frame_ctl = cpu_to_le16(IEEE80211_STYPE_AUTH); in ieee80211_auth_resp() 905 hdr->frame_ctl = cpu_to_le16(IEEE80211_FTYPE_DATA | in ieee80211_null_func() 1031 hdr->header.frame_ctl = IEEE80211_STYPE_ASSOC_REQ; in ieee80211_association_req() 1899 if (WLAN_FC_GET_STYPE(header->frame_ctl) != IEEE80211_STYPE_PROBE_RESP && in ieee80211_rx_frame_softmac() 1900 WLAN_FC_GET_STYPE(header->frame_ctl) != IEEE80211_STYPE_BEACON) in ieee80211_rx_frame_softmac() [all …]
|
D | ieee80211_crypt_tkip.c | 534 switch (le16_to_cpu(hdr11->frame_ctl) & in michael_mic_hdr() 579 if (IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) in ieee80211_michael_mic_add() 627 if (IEEE80211_QOS_HAS_SEQ(le16_to_cpu(hdr->frame_ctl))) in ieee80211_michael_mic_verify()
|
D | rtl819x_BAProc.c | 136 BAReq->frame_ctl = cpu_to_le16(IEEE80211_STYPE_MANAGE_ACT); //action frame in ieee80211_ADDBA() 220 Delba->frame_ctl = cpu_to_le16(IEEE80211_STYPE_MANAGE_ACT); //action frame in ieee80211_DELBA()
|
D | ieee80211_tx.c | 700 header.frame_ctl = cpu_to_le16(fc); in ieee80211_xmit() 802 frag_hdr->frame_ctl = cpu_to_le16( in ieee80211_xmit()
|
D | ieee80211_crypt_ccmp.c | 121 fc = le16_to_cpu(hdr->frame_ctl); in ccmp_init_blocks()
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | wl12xx_80211.h | 63 __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-v4.19/drivers/net/wireless/ti/wl1251/ |
D | wl12xx_80211.h | 62 __le16 frame_ctl; member
|
/Linux-v4.19/drivers/net/wireless/atmel/ |
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() 1062 u16 msdu_size, rx_packet_loc, frame_ctl, seq_control; in rx_done_irq() local 1084 frame_ctl = le16_to_cpu(header.frame_control); in rx_done_irq() 1091 if (!priv->wep_is_on || !(frame_ctl & IEEE80211_FCTL_PROTECTED)) { in rx_done_irq() 1106 if (priv->do_rx_crc && (!priv->wep_is_on || !(frame_ctl & IEEE80211_FCTL_PROTECTED))) { in rx_done_irq() 1111 if ((frame_ctl & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA) { in rx_done_irq() [all …]
|
/Linux-v4.19/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-v4.19/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 662 u16 frame_ctl; member
|