OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCAN_ONLY_MODE
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiController.java
695
mWifiStateMachine.setOperationalMode(WifiStateMachine.
SCAN_ONLY_MODE
);
WifiStateMachine.java
202
/* 3 operational states for STA operation: CONNECT_MODE,
SCAN_ONLY_MODE
, SCAN_ONLY_WIFI_OFF_MODE
204
* In
SCAN_ONLY_MODE
, the STA can only scan for access points
604
/*
SCAN_ONLY_MODE
- don't connect to any APs; scan, but only while apps hold lock */
605
public static final int
SCAN_ONLY_MODE
= 2;
[
all
...]
Completed in 51 milliseconds