Lines Matching refs:qc
64 u8 *qc = ieee80211_get_qos_ctl((void *) skb->data); in mps_qos_null_tx() local
66 qc[0] |= IEEE80211_QOS_CTL_EOSP; in mps_qos_null_tx()
191 u8 *qc; in ieee80211_mps_set_frame_flags() local
213 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_mps_set_frame_flags()
219 qc[1] |= (IEEE80211_QOS_CTL_MESH_PS_LEVEL >> 8); in ieee80211_mps_set_frame_flags()
221 qc[1] &= ~(IEEE80211_QOS_CTL_MESH_PS_LEVEL >> 8); in ieee80211_mps_set_frame_flags()
278 u8 *qc = ieee80211_get_qos_ctl(hdr); in mps_set_sta_peer_pm() local
291 if (qc[1] & (IEEE80211_QOS_CTL_MESH_PS_LEVEL >> 8)) in mps_set_sta_peer_pm()
369 u8 *qc; in mpsp_trigger_send() local
387 qc = ieee80211_get_qos_ctl(nullfunc); in mpsp_trigger_send()
389 qc[1] |= (IEEE80211_QOS_CTL_RSPI >> 8); in mpsp_trigger_send()
391 qc[0] |= IEEE80211_QOS_CTL_EOSP; in mpsp_trigger_send()
536 void ieee80211_mpsp_trigger_process(u8 *qc, struct sta_info *sta, in ieee80211_mpsp_trigger_process() argument
539 u8 rspi = qc[1] & (IEEE80211_QOS_CTL_RSPI >> 8); in ieee80211_mpsp_trigger_process()
540 u8 eosp = qc[0] & IEEE80211_QOS_CTL_EOSP; in ieee80211_mpsp_trigger_process()