Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg80211.c8883 u8 restrict_offchan) in wlan_hdd_handle_restrict_offchan_config() argument
8897 if (restrict_offchan == 1) { in wlan_hdd_handle_restrict_offchan_config()
8914 } else if (restrict_offchan == 0) { in wlan_hdd_handle_restrict_offchan_config()
10474 uint8_t restrict_offchan; in hdd_config_restrict_offchannel() local
10476 restrict_offchan = nla_get_u8(attr); in hdd_config_restrict_offchannel()
10477 hdd_debug("%u", restrict_offchan); in hdd_config_restrict_offchannel()
10479 if (restrict_offchan > 1) { in hdd_config_restrict_offchannel()
10480 hdd_err("Invalid value %u", restrict_offchan); in hdd_config_restrict_offchannel()
10485 restrict_offchan); in hdd_config_restrict_offchannel()