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

  /external/iw/
survey.c 14 SECTION(survey); variable
32 printf("Survey data from %s\n", dev);
35 fprintf(stderr, "survey data missing!\n");
80 COMMAND(survey, dump, NULL,
82 "List all gathered channel survey data");
  /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
250 struct freq_survey *survey, *tmp; local
329 struct freq_survey *survey; local
420 struct freq_survey *survey; local
    [all...]
drv_callbacks.c 991 struct freq_survey *survey)
994 chan->min_nf = survey->nf;
995 iface->lowest_nf = survey->nf;
998 chan->min_nf = survey->nf;
999 else if (survey->nf < chan->min_nf)
1000 chan->min_nf = survey->nf;
1001 if (survey->nf < iface->lowest_nf)
1002 iface->lowest_nf = survey->nf;
1011 struct freq_survey *survey; local
1014 survey = dl_list_first(&survey_res->survey_list, struct freq_survey
1047 struct freq_survey *survey, *tmp; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 7002 struct freq_survey *survey, *tmp; local
7018 struct freq_survey *survey; local
    [all...]

Completed in 141 milliseconds