Home
last modified time | relevance | path

Searched refs:qc (Results 1 – 7 of 7) sorted by relevance

/net/mac80211/
Dmesh_ps.c65 u8 *qc = ieee80211_get_qos_ctl((void *) skb->data); in mps_qos_null_tx() local
67 qc[0] |= IEEE80211_QOS_CTL_EOSP; in mps_qos_null_tx()
192 u8 *qc; in ieee80211_mps_set_frame_flags() local
214 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_mps_set_frame_flags()
220 qc[1] |= (IEEE80211_QOS_CTL_MESH_PS_LEVEL >> 8); in ieee80211_mps_set_frame_flags()
222 qc[1] &= ~(IEEE80211_QOS_CTL_MESH_PS_LEVEL >> 8); in ieee80211_mps_set_frame_flags()
279 u8 *qc = ieee80211_get_qos_ctl(hdr); in mps_set_sta_peer_pm() local
292 if (qc[1] & (IEEE80211_QOS_CTL_MESH_PS_LEVEL >> 8)) in mps_set_sta_peer_pm()
370 u8 *qc; in mpsp_trigger_send() local
388 qc = ieee80211_get_qos_ctl(nullfunc); in mpsp_trigger_send()
[all …]
Dstatus.c192 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_frame_acked() local
193 u16 tid = qc[0] & 0xf; in ieee80211_frame_acked()
966 u8 *qc; in __ieee80211_tx_status() local
968 qc = ieee80211_get_qos_ctl(hdr); in __ieee80211_tx_status()
969 tid = qc[0] & 0xf; in __ieee80211_tx_status()
975 u8 *qc = ieee80211_get_qos_ctl(hdr); in __ieee80211_tx_status() local
977 tid = qc[0] & 0xf; in __ieee80211_tx_status()
Dmesh_pathtbl.c470 u8 *qc; in mesh_fast_tx_cache() local
567 qc = ieee80211_get_qos_ctl(hdr); in mesh_fast_tx_cache()
568 qc[1] |= IEEE80211_QOS_CTL_MESH_CONTROL_PRESENT >> 8; in mesh_fast_tx_cache()
Dmesh.h296 void ieee80211_mpsp_trigger_process(u8 *qc, struct sta_info *sta,
Drx.c883 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_parse_qos() local
885 tid = *qc & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_parse_qos()
886 if (*qc & IEEE80211_QOS_CTL_A_MSDU_PRESENT) in ieee80211_parse_qos()
Dtx.c3326 u8 *qc, *h_80211_src, *h_80211_dst; in ieee80211_amsdu_prepare_head() local
3374 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_amsdu_prepare_head()
3375 *qc |= IEEE80211_QOS_CTL_A_MSDU_PRESENT; in ieee80211_amsdu_prepare_head()
/net/wireless/
Dlib80211_crypt_ccmp.c97 u8 *pos, qc = 0; in ccmp_init_iv_and_aad() local
111 qc = *pos & 0x0f; in ccmp_init_iv_and_aad()
125 iv[1] = qc; in ccmp_init_iv_and_aad()
147 aad[a4_included ? 28 : 22] = qc; in ccmp_init_iv_and_aad()