/linux-4.4.14/net/mac80211/ |
D | mesh_ps.c | 64 u8 *qc = ieee80211_get_qos_ctl((void *) skb->data); in mps_qos_null_tx() 213 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_mps_set_frame_flags() 278 u8 *qc = ieee80211_get_qos_ctl(hdr); in mps_set_sta_peer_pm() 349 ieee80211_mpsp_trigger_process(ieee80211_get_qos_ctl(hdr), in ieee80211_mps_rx_h_sta_process() 387 qc = ieee80211_get_qos_ctl(nullfunc); in mpsp_trigger_send() 514 u8 *qoshdr = ieee80211_get_qos_ctl(hdr); in mps_frame_deliver()
|
D | wme.c | 138 p = ieee80211_get_qos_ctl(hdr); in ieee80211_select_queue_80211() 245 p = ieee80211_get_qos_ctl(hdr); in ieee80211_set_qos_hdr()
|
D | status.c | 83 u8 *p = ieee80211_get_qos_ctl(hdr); in ieee80211_handle_filtered_frame() 190 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_frame_acked() 783 ieee80211_get_qos_ctl(hdr), in ieee80211_tx_status() 797 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_tx_status() 804 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_tx_status()
|
D | michael.c | 38 tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in michael_mic_hdr()
|
D | wpa.c | 336 qos_tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in ccmp_special_blocks() 593 qos_tid = *ieee80211_get_qos_ctl(hdr) & in gcmp_special_blocks() 857 qos_tid = *ieee80211_get_qos_ctl(hdr) & in ieee80211_crypto_cs_decrypt()
|
D | rx.c | 602 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_parse_qos() 1050 ack_policy = *ieee80211_get_qos_ctl(hdr) & in ieee80211_rx_reorder_ampdu() 1052 tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_rx_reorder_ampdu() 1348 tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_rx_h_uapsd_and_pspoll()
|
D | tx.c | 182 *(ieee80211_get_qos_ctl(hdr)) & IEEE80211_QOS_CTL_ACK_POLICY_NOACK) in ieee80211_duration() 841 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_tx_h_sequence() 1191 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_tx_prepare() 2772 *ieee80211_get_qos_ctl(hdr) = tid; in ieee80211_xmit_fast()
|
D | rc80211_minstrel_ht.c | 690 tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in minstrel_aggr_check()
|
D | iface.c | 1299 u16 tid = *ieee80211_get_qos_ctl(hdr) & in ieee80211_iface_work()
|
D | sta_info.c | 1473 qoshdr = ieee80211_get_qos_ctl(hdr); in ieee80211_sta_ps_deliver_response()
|
D | mlme.c | 2187 u16 tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_sta_tx_wmm_ac_notify()
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | txrx.c | 134 qc = ieee80211_get_qos_ctl(hdr); in wcn36xx_tx_start_ampdu()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | tx.c | 122 u8 *qc = ieee80211_get_qos_ctl(hdr); in iwl_mvm_set_tx_cmd() 482 qc = ieee80211_get_qos_ctl(hdr); in iwl_mvm_tx_skb()
|
D | rs.c | 1146 u8 *qc = ieee80211_get_qos_ctl(hdr); in rs_get_tid()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | carl9170.h | 633 return (ieee80211_get_qos_ctl(hdr))[0] & IEEE80211_QOS_CTL_TID_MASK; in get_tid_h()
|
D | rx.c | 469 u8 *qc = ieee80211_get_qos_ctl(hdr); in carl9170_rx_copy_data()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_txrx.c | 301 qc = ieee80211_get_qos_ctl(hdr); in ath9k_htc_tx_data() 425 qc = ieee80211_get_qos_ctl(hdr); in ath9k_htc_check_tx_aggr()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | tx.c | 98 u8 *qc = ieee80211_get_qos_ctl(hdr); in iwlagn_tx_cmd_build_basic() 396 qc = ieee80211_get_qos_ctl(hdr); in iwlagn_tx_skb()
|
D | rs.c | 294 u8 *qc = ieee80211_get_qos_ctl(hdr); in rs_tl_add_packet()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | usb.c | 596 u8 *qc = ieee80211_get_qos_ctl(hdr); in _rtl_rx_get_padding() 995 qc = ieee80211_get_qos_ctl(hdr); in _rtl_usb_tx_preprocess()
|
D | wifi.h | 3016 return (ieee80211_get_qos_ctl(hdr))[0] & IEEE80211_QOS_CTL_TID_MASK; in rtl_get_tid_h()
|
/linux-4.4.14/net/wireless/ |
D | lib80211_crypt_tkip.c | 557 hdr[12] = le16_to_cpu(*((__le16 *)ieee80211_get_qos_ctl(hdr11))) in michael_mic_hdr()
|
/linux-4.4.14/drivers/net/wireless/libertas_tf/ |
D | main.c | 588 (*ieee80211_get_qos_ctl(hdr) & in lbtf_rx()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | trx.c | 507 u8 *qc = ieee80211_get_qos_ctl(hdr); in rtl92cu_tx_fill_desc()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 960 qc = ieee80211_get_qos_ctl(hdr); in ath10k_get_tid() 1355 qos = ieee80211_get_qos_ctl(hdr); in ath10k_htt_rx_h_mpdu()
|
D | mac.c | 3126 return ieee80211_get_qos_ctl(hdr)[0] & IEEE80211_QOS_CTL_TID_MASK; in ath10k_tx_h_get_tid() 3216 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath10k_tx_h_nwifi()
|
/linux-4.4.14/include/linux/ |
D | ieee80211.h | 2331 static inline u8 *ieee80211_get_qos_ctl(struct ieee80211_hdr *hdr) in ieee80211_get_qos_ctl() function
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | txrx.c | 495 u8 *qos = ieee80211_get_qos_ctl(t->hdr); in cw1200_tx_h_calc_tid()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 3945-mac.c | 435 u8 *qc = ieee80211_get_qos_ctl(hdr); in il3945_build_tx_cmd_basic() 527 u8 *qc = ieee80211_get_qos_ctl(hdr); in il3945_tx_skb()
|
D | 4965-mac.c | 1528 u8 *qc = ieee80211_get_qos_ctl(hdr); in il4965_tx_cmd_build_basic() 1746 qc = ieee80211_get_qos_ctl(hdr); in il4965_tx_skb() 2809 qc = ieee80211_get_qos_ctl(hdr); in il4965_hdl_tx()
|
D | 4965-rs.c | 280 u8 *qc = ieee80211_get_qos_ctl(hdr); in il4965_rs_tl_add_packet()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_recv.c | 1311 __le16 *qptr = (__le16 *)ieee80211_get_qos_ctl(hdr); in validate_recv_data_frame()
|
/linux-4.4.14/drivers/net/wireless/ |
D | mwl8k.c | 1908 qos = le16_to_cpu(*((__le16 *)ieee80211_get_qos_ctl(wh))); in mwl8k_txq_xmit()
|