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 39 * 1. passive scans are used to collect survey data
40 * (it is assumed that scan trigger collection of survey data in driver)
48 * spend gathering survey data during hostapd startup. Short traffic bursts
65 * Survey interference factor implementation details
69 * The survey interference factor is defined as the ratio of the
132 * ACS: Trying survey-based ACS
133 * ACS: Survey analysis for channel 1 (2412 MHz)
140 * ACS: Survey analysis for channel 2 (2417 MHz)
147 * ACS: Survey analysis for channel 3 (2422 MHz)
154 * ACS: Survey analysis for channel 4 (2427 MHz
249 struct freq_survey *survey, *tmp; local
328 struct freq_survey *survey; local
408 struct freq_survey *survey; local
    [all...]
drv_callbacks.c 840 struct freq_survey *survey)
843 chan->min_nf = survey->nf;
844 iface->lowest_nf = survey->nf;
847 chan->min_nf = survey->nf;
848 else if (survey->nf < chan->min_nf)
849 chan->min_nf = survey->nf;
850 if (survey->nf < iface->lowest_nf)
851 iface->lowest_nf = survey->nf;
860 struct freq_survey *survey, *tmp; local
864 wpa_printf(MSG_DEBUG, "No survey data received")
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 11105 struct freq_survey *survey, *tmp; local
11121 struct freq_survey *survey; local
    [all...]

Completed in 51 milliseconds