Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dscan.c1929 adapter->survey_idx = 0; in mwifiex_complete_scan()
2519 if (adapter->survey_idx >= adapter->num_in_chan_stats) { in mwifiex_update_chan_statistics()
2541 memcpy(&adapter->chan_stats[adapter->survey_idx++], &chan_stats, in mwifiex_update_chan_statistics()
Dmain.h1031 int survey_idx; member
/Linux-v5.4/net/wireless/
Dnl80211.c8868 int survey_idx = cb->args[2]; in nl80211_dump_survey() local
8895 res = rdev_dump_survey(rdev, wdev->netdev, survey_idx, &survey); in nl80211_dump_survey()
8904 survey_idx++; in nl80211_dump_survey()
8913 survey_idx++; in nl80211_dump_survey()
8917 cb->args[2] = survey_idx; in nl80211_dump_survey()