Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/
Dmac80211_hwsim.c676 } survey_data[ARRAY_SIZE(hwsim_channels_2ghz) + member
2209 for (idx = 0; idx < ARRAY_SIZE(data->survey_data); idx++) { in mac80211_hwsim_config()
2210 if (data->survey_data[idx].channel == data->channel) { in mac80211_hwsim_config()
2211 data->survey_data[idx].start = in mac80211_hwsim_config()
2212 data->survey_data[idx].next_start; in mac80211_hwsim_config()
2213 data->survey_data[idx].end = jiffies; in mac80211_hwsim_config()
2221 for (idx = 0; idx < ARRAY_SIZE(data->survey_data); idx++) { in mac80211_hwsim_config()
2222 if (data->survey_data[idx].channel && in mac80211_hwsim_config()
2223 data->survey_data[idx].channel != data->channel) in mac80211_hwsim_config()
2225 data->survey_data[idx].channel = data->channel; in mac80211_hwsim_config()
[all …]