Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c708 } survey_data[ARRAY_SIZE(hwsim_channels_2ghz) + member
2600 for (idx = 0; idx < ARRAY_SIZE(data->survey_data); idx++) { in mac80211_hwsim_config()
2601 if (data->survey_data[idx].channel == data->channel) { in mac80211_hwsim_config()
2602 data->survey_data[idx].start = in mac80211_hwsim_config()
2603 data->survey_data[idx].next_start; in mac80211_hwsim_config()
2604 data->survey_data[idx].end = jiffies; in mac80211_hwsim_config()
2612 for (idx = 0; idx < ARRAY_SIZE(data->survey_data); idx++) { in mac80211_hwsim_config()
2613 if (data->survey_data[idx].channel && in mac80211_hwsim_config()
2614 data->survey_data[idx].channel != data->channel) in mac80211_hwsim_config()
2616 data->survey_data[idx].channel = data->channel; in mac80211_hwsim_config()
[all …]