Searched refs:restrict_offchan (Results 1 – 1 of 1) sorted by relevance
8883 u8 restrict_offchan) in wlan_hdd_handle_restrict_offchan_config() argument8897 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() local10476 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()