Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/
Dscan.c1914 adapter->survey_idx = 0; in mwifiex_complete_scan()
2504 if (adapter->survey_idx >= adapter->num_in_chan_stats) { in mwifiex_update_chan_statistics()
2526 memcpy(&adapter->chan_stats[adapter->survey_idx++], &chan_stats, in mwifiex_update_chan_statistics()
Dmain.h1024 int survey_idx; member
/Linux-v6.1/net/wireless/
Dnl80211.c10347 int survey_idx = cb->args[2]; in nl80211_dump_survey() local
10378 res = rdev_dump_survey(rdev, wdev->netdev, survey_idx, &survey); in nl80211_dump_survey()
10388 survey_idx++; in nl80211_dump_survey()
10397 survey_idx++; in nl80211_dump_survey()
10401 cb->args[2] = survey_idx; in nl80211_dump_survey()