Searched refs:survey_data (Results 1 – 1 of 1) sorted by relevance
540 } survey_data[ARRAY_SIZE(hwsim_channels_2ghz) + member1678 for (idx = 0; idx < ARRAY_SIZE(data->survey_data); idx++) { in mac80211_hwsim_config()1679 if (data->survey_data[idx].channel == data->channel) { in mac80211_hwsim_config()1680 data->survey_data[idx].start = in mac80211_hwsim_config()1681 data->survey_data[idx].next_start; in mac80211_hwsim_config()1682 data->survey_data[idx].end = jiffies; in mac80211_hwsim_config()1689 for (idx = 0; idx < ARRAY_SIZE(data->survey_data); idx++) { in mac80211_hwsim_config()1690 if (data->survey_data[idx].channel && in mac80211_hwsim_config()1691 data->survey_data[idx].channel != data->channel) in mac80211_hwsim_config()1693 data->survey_data[idx].channel = data->channel; in mac80211_hwsim_config()[all …]