Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfr.c249 enum qca_wlan_vendor_cfr_capture_type vendor_capture_type; in wlan_cfg80211_cfr_set_config() local
270 vendor_capture_type = nla_get_u32(tb[ in wlan_cfg80211_cfr_set_config()
272 if ((vendor_capture_type < QCA_WLAN_VENDOR_CFR_DIRECT_FTM) || in wlan_cfg80211_cfr_set_config()
273 (vendor_capture_type > QCA_WLAN_VENDOR_CFR_ALL_PACKET)) { in wlan_cfg80211_cfr_set_config()
275 vendor_capture_type); in wlan_cfg80211_cfr_set_config()
278 type = convert_vendor_cfr_capture_type(vendor_capture_type); in wlan_cfg80211_cfr_set_config()