OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WifiMonitor
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java
79
import com.android.server.wifi.
WifiMonitor
;
97
* driver through wpa_supplicant and handles the event responses through
WifiMonitor
.
501
private
WifiMonitor
mWifiMonitor = new
WifiMonitor
(this, mWifiNative);
701
case
WifiMonitor
.P2P_INVITATION_RESULT_EVENT:
702
case
WifiMonitor
.SCAN_RESULTS_EVENT:
703
case
WifiMonitor
.SUP_CONNECTION_EVENT:
704
case
WifiMonitor
.SUP_DISCONNECTION_EVENT:
705
case
WifiMonitor
.NETWORK_CONNECTION_EVENT:
706
case
WifiMonitor
.NETWORK_DISCONNECTION_EVENT
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStateTracker.java
227
case
WifiMonitor
.AUTHENTICATION_FAILURE_EVENT:
231
case
WifiMonitor
.SUPPLICANT_STATE_CHANGE_EVENT:
245
case
WifiMonitor
.ASSOCIATION_REJECTION_EVENT:
331
case
WifiMonitor
.SUPPLICANT_STATE_CHANGE_EVENT:
375
case
WifiMonitor
.SUPPLICANT_STATE_CHANGE_EVENT:
WifiStateMachine.java
152
private
WifiMonitor
mWifiMonitor;
[
all
...]
WifiMonitor.java
50
public class
WifiMonitor
{
54
private static final String TAG = "
WifiMonitor
";
503
public
WifiMonitor
(StateMachine stateMachine, WifiNative wifiNative) {
504
if (DBG) Log.d(TAG, "Creating
WifiMonitor
");
546
private final HashMap<String,
WifiMonitor
> mIfaceMap = new HashMap<String,
WifiMonitor
>();
554
WifiMonitor
m = mIfaceMap.get(iface);
592
WifiMonitor
m = mIfaceMap.get(iface);
598
public synchronized void registerInterfaceMonitor(String iface,
WifiMonitor
m) {
607
// REVIEW: When should we call this? If this isn't called, then
WifiMonitor
[
all
...]
WifiServiceImpl.java
[
all
...]
Completed in 1883 milliseconds