Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_active_tos.c62 [QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS] = {.type = NLA_U8 },
186 if (!tb[QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS]) { in __wlan_hdd_cfg80211_set_limit_offchan_param()
191 tos = nla_get_u8(tb[QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS]); in __wlan_hdd_cfg80211_set_limit_offchan_param()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/
Dqca_vendor.h1140 QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS = 1, enumerator