Home
last modified time | relevance | path

Searched refs:qos_tid (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dwpa.c319 u8 qos_tid; in ccmp_special_blocks() local
341 qos_tid = ieee80211_get_tid(hdr); in ccmp_special_blocks()
343 qos_tid = 0; in ccmp_special_blocks()
357 b_0[1] = qos_tid | (mgmt << 4); in ccmp_special_blocks()
373 aad[30] = qos_tid; in ccmp_special_blocks()
377 aad[24] = qos_tid; in ccmp_special_blocks()
576 u8 qos_tid; in gcmp_special_blocks() local
607 qos_tid = ieee80211_get_tid(hdr); in gcmp_special_blocks()
609 qos_tid = 0; in gcmp_special_blocks()
613 aad[30] = qos_tid; in gcmp_special_blocks()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_ccmp.c668 u8 qos_tid;
692 qos_tid = *ieee80211_get_qos_ctl(hdr) & IEEE80211_QOS_CTL_TID_MASK;
694 qos_tid = 0;
699 qos_tid = (*((u8 *)ppkt + ppkt->hdr_offset+30)) & IEEE80211_QOS_CTL_TID_MASK;
701 qos_tid = (*((u8 *)ppkt + ppkt->hdr_offset+24)) & IEEE80211_QOS_CTL_TID_MASK;
704 qos_tid = 0;
713 b_0[1] = qos_tid | (mgmt << 4);
724 aad[30] = qos_tid;
728 aad[24] = qos_tid;