OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
49
// set up the fakefeature factory to mock out the
survey
provider
58
// Pretend there is no
survey
in memory
71
// Verify we did not try to show a
survey
77
// Pretend there is a
survey
in memory
90
// Verify we tried to show a
survey
101
// Verify we don't try showing or downloading a
survey
108
// Pretend there is a
survey
in memory
129
// 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
417
struct freq_
survey
*
survey
;
local
[
all
...]
drv_callbacks.c
1235
struct freq_
survey
*
survey
;
local
1271
struct freq_
survey
*
survey
, *tmp;
local
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
7638
struct freq_
survey
*
survey
, *tmp;
local
7654
struct freq_
survey
*
survey
;
local
[
all
...]
Completed in 87 milliseconds