Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/
Dscan.c1909 adapter->survey_idx = 0; in mwifiex_complete_scan()
2499 if (adapter->survey_idx >= adapter->num_in_chan_stats) { in mwifiex_update_chan_statistics()
2521 memcpy(&adapter->chan_stats[adapter->survey_idx++], &chan_stats, in mwifiex_update_chan_statistics()
Dmain.h1011 int survey_idx; member
/Linux-v6.6/net/wireless/
Dnl80211.c10580 int survey_idx = cb->args[2]; in nl80211_dump_survey() local
10611 res = rdev_dump_survey(rdev, wdev->netdev, survey_idx, &survey); in nl80211_dump_survey()
10621 survey_idx++; in nl80211_dump_survey()
10630 survey_idx++; in nl80211_dump_survey()
10634 cb->args[2] = survey_idx; in nl80211_dump_survey()