Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/
Dmac80211_hwsim.c650 } survey_data[ARRAY_SIZE(hwsim_channels_2ghz) + member
1928 for (idx = 0; idx < ARRAY_SIZE(data->survey_data); idx++) { in mac80211_hwsim_config()
1929 if (data->survey_data[idx].channel == data->channel) { in mac80211_hwsim_config()
1930 data->survey_data[idx].start = in mac80211_hwsim_config()
1931 data->survey_data[idx].next_start; in mac80211_hwsim_config()
1932 data->survey_data[idx].end = jiffies; in mac80211_hwsim_config()
1939 for (idx = 0; idx < ARRAY_SIZE(data->survey_data); idx++) { in mac80211_hwsim_config()
1940 if (data->survey_data[idx].channel && in mac80211_hwsim_config()
1941 data->survey_data[idx].channel != data->channel) in mac80211_hwsim_config()
1943 data->survey_data[idx].channel = data->channel; in mac80211_hwsim_config()
[all …]