Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dwpa.c318 u8 qos_tid; in ccmp_special_blocks() local
340 qos_tid = ieee80211_get_tid(hdr); in ccmp_special_blocks()
342 qos_tid = 0; in ccmp_special_blocks()
356 b_0[1] = qos_tid | (mgmt << 4); in ccmp_special_blocks()
372 aad[30] = qos_tid; in ccmp_special_blocks()
376 aad[24] = qos_tid; in ccmp_special_blocks()
570 u8 qos_tid; in gcmp_special_blocks() local
601 qos_tid = ieee80211_get_tid(hdr); in gcmp_special_blocks()
603 qos_tid = 0; in gcmp_special_blocks()
607 aad[30] = qos_tid; in gcmp_special_blocks()
[all …]