HomeSort by relevance Sort by last modified time
    Searched refs:survey (Results 1 - 6 of 6) 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
250 struct freq_survey *survey, *tmp; local
329 struct freq_survey *survey; local
420 struct freq_survey *survey; local
    [all...]
drv_callbacks.c 939 struct freq_survey *survey)
942 chan->min_nf = survey->nf;
943 iface->lowest_nf = survey->nf;
946 chan->min_nf = survey->nf;
947 else if (survey->nf < chan->min_nf)
948 chan->min_nf = survey->nf;
949 if (survey->nf < iface->lowest_nf)
950 iface->lowest_nf = survey->nf;
959 struct freq_survey *survey; local
962 survey = dl_list_first(&survey_res->survey_list, struct freq_survey
995 struct freq_survey *survey, *tmp; local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/link_analysis/
hits_alg.py 64 "A survey of eigenvector methods of web information retrieval."
169 "A survey of eigenvector methods of web information retrieval."
253 "A survey of eigenvector methods of web information retrieval."
pagerank_alg.py 75 "A survey of eigenvector methods of web information retrieval."
261 "A survey of eigenvector methods of web information retrieval."
341 "A survey of eigenvector methods of web information retrieval."
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 6700 struct freq_survey *survey, *tmp; local
6716 struct freq_survey *survey; local
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 287 milliseconds