Home
last modified time | relevance | path

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

/net/wireless/
Dlib80211_crypt_ccmp.c117 u8 *pos, qc = 0; in ccmp_init_blocks() local
132 qc = *pos & 0x0f; in ccmp_init_blocks()
142 b0[1] = qc; in ccmp_init_blocks()
168 aad[a4_included ? 30 : 24] = qc; in ccmp_init_blocks()
/net/mac80211/
Dmain.c521 u8 *qc; in ieee80211_tx_status() local
523 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_tx_status()
524 tid = qc[0] & 0xf; in ieee80211_tx_status()
Dtx.c607 u8 *qc; in ieee80211_tx_h_sequence() local
649 qc = ieee80211_get_qos_ctl(hdr); in ieee80211_tx_h_sequence()
650 tid = *qc & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_tx_h_sequence()
955 u8 *qc, *state; in __ieee80211_tx_prepare() local
987 qc = ieee80211_get_qos_ctl(hdr); in __ieee80211_tx_prepare()
988 tid = *qc & IEEE80211_QOS_CTL_TID_MASK; in __ieee80211_tx_prepare()
Drx.c346 u8 *qc = ieee80211_get_qos_ctl(hdr); in ieee80211_parse_qos() local
348 tid = *qc & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_parse_qos()
349 if (*qc & IEEE80211_QOS_CONTROL_A_MSDU_PRESENT) in ieee80211_parse_qos()