Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_active_tos.c166 uint8_t tos_status; in __wlan_hdd_cfg80211_set_limit_offchan_param() local
203 tos_status = nla_get_u8(tb[QCA_WLAN_VENDOR_ATTR_ACTIVE_TOS_START]); in __wlan_hdd_cfg80211_set_limit_offchan_param()
205 hdd_debug("tos status %d", tos_status); in __wlan_hdd_cfg80211_set_limit_offchan_param()
206 ret = hdd_set_limit_off_chan_for_tos(adapter, tos, tos_status); in __wlan_hdd_cfg80211_set_limit_offchan_param()