Searched refs:NL80211_TXQ_ATTR_QUEUE (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 4161 #define NL80211_TXQ_ATTR_QUEUE NL80211_TXQ_ATTR_AC macro
|
H A D | driver_nl80211.c | 6525 if (nla_put_u8(msg, NL80211_TXQ_ATTR_QUEUE, NL80211_TXQ_Q_VO)) in i802_set_tx_queue_params() 6529 if (nla_put_u8(msg, NL80211_TXQ_ATTR_QUEUE, NL80211_TXQ_Q_VI)) in i802_set_tx_queue_params() 6533 if (nla_put_u8(msg, NL80211_TXQ_ATTR_QUEUE, NL80211_TXQ_Q_BE)) in i802_set_tx_queue_params() 6537 if (nla_put_u8(msg, NL80211_TXQ_ATTR_QUEUE, NL80211_TXQ_Q_BK)) in i802_set_tx_queue_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | nl80211_copy.h | 4563 #define NL80211_TXQ_ATTR_QUEUE NL80211_TXQ_ATTR_AC macro
|
H A D | driver_nl80211.c | 7591 if (nla_put_u8(msg, NL80211_TXQ_ATTR_QUEUE, NL80211_TXQ_Q_VO)) 7595 if (nla_put_u8(msg, NL80211_TXQ_ATTR_QUEUE, NL80211_TXQ_Q_VI)) 7599 if (nla_put_u8(msg, NL80211_TXQ_ATTR_QUEUE, NL80211_TXQ_Q_BE)) 7603 if (nla_put_u8(msg, NL80211_TXQ_ATTR_QUEUE, NL80211_TXQ_Q_BK))
|
Completed in 51 milliseconds