HomeSort by relevance Sort by last modified time
    Searched defs:survey (Results 1 - 6 of 6) 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");
  /packages/apps/Settings/src/com/android/settings/survey/
SurveyMixin.java 16 package com.android.settings.survey;
28 * attaches extra, survey related work to the onResume method of registered observable classes
39 * A mixin that attempts to perform survey related tasks right before onResume is called
60 // Try to download a survey if there is none available, show the survey otherwise
63 // register the receiver to show the survey on completion.
  /packages/apps/Settings/tests/robotests/src/com/android/settings/survey/
SurveyMixinTest.java 1 package com.android.settings.survey;
51 // set up the fakefeature factory to mock out the survey provider
62 // Pretend there is no survey in memory
75 // Verify we did not try to show a survey
81 // Pretend there is a survey in memory
94 // Verify we tried to show a survey
105 // Verify we don't try showing or downloading a survey
112 // Pretend there is a survey in memory
133 // Pretend there is a survey in memory
  /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 1010 struct freq_survey *survey)
1013 chan->min_nf = survey->nf;
1014 iface->lowest_nf = survey->nf;
1017 chan->min_nf = survey->nf;
1018 else if (survey->nf < chan->min_nf)
1019 chan->min_nf = survey->nf;
1020 if (survey->nf < iface->lowest_nf)
1021 iface->lowest_nf = survey->nf;
1030 struct freq_survey *survey; local
1033 survey = dl_list_first(&survey_res->survey_list, struct freq_survey
1066 struct freq_survey *survey, *tmp; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 7441 struct freq_survey *survey, *tmp; local
7457 struct freq_survey *survey; local
    [all...]

Completed in 1330 milliseconds