HomeSort by relevance Sort by last modified time
    Searched defs:survey (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
acs.c 38 * 1. passive scans are used to collect survey data
39 * (it is assumed that scan trigger collection of survey data in driver)
47 * spend gathering survey data during hostapd startup. Short traffic bursts
64 * Survey interference factor implementation details
68 * The survey interference factor is defined as the ratio of the
131 * ACS: Trying survey-based ACS
132 * ACS: Survey analysis for channel 1 (2412 MHz)
139 * ACS: Survey analysis for channel 2 (2417 MHz)
146 * ACS: Survey analysis for channel 3 (2422 MHz)
153 * ACS: Survey analysis for channel 4 (2427 MHz
248 struct freq_survey *survey, *tmp; local
326 struct freq_survey *survey; local
405 struct freq_survey *survey; local
    [all...]
drv_callbacks.c 742 struct freq_survey *survey)
745 chan->min_nf = survey->nf;
746 iface->lowest_nf = survey->nf;
749 chan->min_nf = survey->nf;
750 else if (survey->nf < chan->min_nf)
751 chan->min_nf = survey->nf;
752 if (survey->nf < iface->lowest_nf)
753 iface->lowest_nf = survey->nf;
762 struct freq_survey *survey, *tmp; local
766 wpa_printf(MSG_DEBUG, "No survey data received")
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 10027 struct freq_survey *survey, *tmp; local
10043 struct freq_survey *survey; local
    [all...]

Completed in 85 milliseconds