Searched defs:qos_tid (Results 1 - 1 of 1) sorted by relevance

/net/mac80211/
H A Dwpa.c311 u8 qos_tid; local
333 qos_tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK;
335 qos_tid = 0;
349 b_0[1] = qos_tid | (mgmt << 4);
365 aad[30] = qos_tid;
369 aad[24] = qos_tid;
609 u8 qos_tid; local
626 qos_tid = *ieee80211_get_qos_ctl(hdr) &
629 qos_tid = 0;
636 rx_pn = key->u.gen.rx_pn[qos_tid];
[all...]

Completed in 526 milliseconds