Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c243 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 …]
Dlibipw_tx.c342 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()
Dlibipw.h338 __le16 frame_ctl; member
345 __le16 frame_ctl; member
353 __le16 frame_ctl; member
363 __le16 frame_ctl; member
374 __le16 frame_ctl; member
Dipw2200.h392 __le16 frame_ctl; member
403 __le16 frame_ctl; member
413 __le16 frame_ctl; member
423 __le16 frame_ctl; member
Dipw2200.c8235 ((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()
Dipw2100.c2635 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/
Drtllib_rx.c99 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 …]
Drtllib_softmac.c217 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 …]
Drtllib.h778 __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()
Drtllib_crypt_tkip.c530 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()
Drtl819x_BAProc.c105 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()
Drtllib_tx.c718 header.frame_ctl = cpu_to_le16(fc); in rtllib_xmit_inter()
827 frag_hdr->frame_ctl = cpu_to_le16( in rtllib_xmit_inter()
Drtllib_crypt_ccmp.c120 fc = le16_to_cpu(hdr->frame_ctl); in ccmp_init_blocks()
/linux-4.4.14/drivers/staging/rtl8712/
Dieee80211.h146 u16 frame_ctl; member
156 u16 frame_ctl; member
166 u16 frame_ctl; member
177 u16 frame_ctl; member
531 u16 frame_ctl; member
Drtl871x_xmit.c482 u16 *fctrl = &pwlanhdr->frame_ctl; in make_wlanhdr()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c51 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 …]
Dieee80211.h892 __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()
Dieee80211_softmac.c342 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 …]
Dieee80211_crypt_tkip.c532 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()
Drtl819x_BAProc.c140 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()
Dieee80211_tx.c698 header.frame_ctl = cpu_to_le16(fc); in ieee80211_xmit()
796 frag_hdr->frame_ctl = cpu_to_le16( in ieee80211_xmit()
Dieee80211_crypt_ccmp.c125 fc = le16_to_cpu(hdr->frame_ctl); in ccmp_init_blocks()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h308 __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/
Drtl8188e_cmd.c237 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/
Dwl12xx_80211.h62 __le16 frame_ctl; member
Dinit.c171 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/
Dwl12xx_80211.h61 __le16 frame_ctl; member
/linux-4.4.14/drivers/net/wireless/
Datmel.c805 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/
Dmain.c172 __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/
Drtw_mlme_ext.c357 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 …]
Drtw_ieee80211.c1350 fc = le16_to_cpu(((struct rtw_ieee80211_hdr_3addr *)frame)->frame_ctl); in rtw_action_frame_parse()
Drtw_xmit.c786 __le16 *fctrl = &pwlanhdr->frame_ctl; in rtw_make_wlanhdr()
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c1752 fc = le16_to_cpu(header->frame_ctl); in _rtl92e_tx()
2076 fc = le16_to_cpu(rtllib_hdr->frame_ctl); in _rtl92e_rx_normal()
Dr8192E_dev.c1879 fc = le16_to_cpu(hdr->frame_ctl); in _rtl92e_translate_rx_signal_stats()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h939 __le16 frame_ctl; member
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c4509 fc = le16_to_cpu(hdr->frame_ctl); in TranslateRxSignalStuff819xUsb()