Searched refs:survey_data (Results 1 – 1 of 1) sorted by relevance
676 } survey_data[ARRAY_SIZE(hwsim_channels_2ghz) + member2357 for (idx = 0; idx < ARRAY_SIZE(data->survey_data); idx++) { in mac80211_hwsim_config()2358 if (data->survey_data[idx].channel == data->channel) { in mac80211_hwsim_config()2359 data->survey_data[idx].start = in mac80211_hwsim_config()2360 data->survey_data[idx].next_start; in mac80211_hwsim_config()2361 data->survey_data[idx].end = jiffies; in mac80211_hwsim_config()2369 for (idx = 0; idx < ARRAY_SIZE(data->survey_data); idx++) { in mac80211_hwsim_config()2370 if (data->survey_data[idx].channel && in mac80211_hwsim_config()2371 data->survey_data[idx].channel != data->channel) in mac80211_hwsim_config()2373 data->survey_data[idx].channel = data->channel; in mac80211_hwsim_config()[all …]