Searched refs:qc (Results 1 – 7 of 7) sorted by relevance
65 u8 *qc = ieee80211_get_qos_ctl((void *) skb->data); in mps_qos_null_tx() local67 qc[0] |= IEEE80211_QOS_CTL_EOSP; in mps_qos_null_tx()192 u8 *qc; in ieee80211_mps_set_frame_flags() local214 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() local292 if (qc[1] & (IEEE80211_QOS_CTL_MESH_PS_LEVEL >> 8)) in mps_set_sta_peer_pm()370 u8 *qc; in mpsp_trigger_send() local388 qc = ieee80211_get_qos_ctl(nullfunc); in mpsp_trigger_send()[all …]
192 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_frame_acked() local193 u16 tid = qc[0] & 0xf; in ieee80211_frame_acked()966 u8 *qc; in __ieee80211_tx_status() local968 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() local977 tid = qc[0] & 0xf; in __ieee80211_tx_status()
470 u8 *qc; in mesh_fast_tx_cache() local567 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()
296 void ieee80211_mpsp_trigger_process(u8 *qc, struct sta_info *sta,
883 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_parse_qos() local885 tid = *qc & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_parse_qos()886 if (*qc & IEEE80211_QOS_CTL_A_MSDU_PRESENT) in ieee80211_parse_qos()
3326 u8 *qc, *h_80211_src, *h_80211_dst; in ieee80211_amsdu_prepare_head() local3374 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_amsdu_prepare_head()3375 *qc |= IEEE80211_QOS_CTL_A_MSDU_PRESENT; in ieee80211_amsdu_prepare_head()
97 u8 *pos, qc = 0; in ccmp_init_iv_and_aad() local111 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()