Lines Matching defs:wifi

17 package com.android.server.wifi;
19 import static com.android.server.wifi.WifiController.CMD_AIRPLANE_TOGGLED;
20 import static com.android.server.wifi.WifiController.CMD_BATTERY_CHANGED;
21 import static com.android.server.wifi.WifiController.CMD_EMERGENCY_CALL_STATE_CHANGED;
22 import static com.android.server.wifi.WifiController.CMD_EMERGENCY_MODE_CHANGED;
23 import static com.android.server.wifi.WifiController.CMD_LOCKS_CHANGED;
24 import static com.android.server.wifi.WifiController.CMD_SCAN_ALWAYS_MODE_CHANGED;
25 import static com.android.server.wifi.WifiController.CMD_SCREEN_OFF;
26 import static com.android.server.wifi.WifiController.CMD_SCREEN_ON;
27 import static com.android.server.wifi.WifiController.CMD_SET_AP;
28 import static com.android.server.wifi.WifiController.CMD_USER_PRESENT;
29 import static com.android.server.wifi.WifiController.CMD_WIFI_TOGGLED;
50 import android.net.wifi.IWifiManager;
51 import android.net.wifi.PasspointManagementObjectDefinition;
52 import android.net.wifi.ScanResult;
53 import android.net.wifi.ScanSettings;
54 import android.net.wifi.WifiActivityEnergyInfo;
55 import android.net.wifi.WifiConfiguration;
56 import android.net.wifi.WifiConnectionStatistics;
57 import android.net.wifi.WifiEnterpriseConfig;
58 import android.net.wifi.WifiInfo;
59 import android.net.wifi.WifiLinkLayerStats;
60 import android.net.wifi.WifiManager;
92 import com.android.server.wifi.configparse.ConfigBuilder;
400 // Adding optimizations of only receiving broadcasts when wifi is enabled
401 // can result in race conditions when apps toggle wifi in the background
419 * see {@link android.net.wifi.WifiManager#pingSupplicant()}
433 * see {@link android.net.wifi.WifiManager#startScan}
434 * and {@link android.net.wifi.WifiManager#startCustomizedScan}
545 * see {@link android.net.wifi.WifiManager#setWifiEnabled(boolean)}
563 // Nothing to do if wifi cannot be toggled
588 * see {@link android.net.wifi.WifiManager#setWifiApEnabled(WifiConfiguration, boolean)}
674 * see {@link android.net.wifi.WifiManager#disconnect()}
682 * see {@link android.net.wifi.WifiManager#reconnect()}
690 * see {@link android.net.wifi.WifiManager#reassociate()}
698 * see {@link android.net.wifi.WifiManager#getSupportedFeatures}
718 * see {@link android.net.wifi.WifiManager#getControllerActivityEnergyInfo(int)}
788 * see {@link android.net.wifi.WifiManager#getConfiguredNetworks()}
803 * see {@link android.net.wifi.WifiManager#getPrivilegedConfiguredNetworks()}
828 * see {@link android.net.wifi.WifiManager#addOrUpdateNetwork(WifiConfiguration)}
897 * See {@link android.net.wifi.WifiManager#removeNetwork(int)}
914 * See {@link android.net.wifi.WifiManager#enableNetwork(int, boolean)}
932 * See {@link android.net.wifi.WifiManager#disableNetwork(int)}
948 * See {@link android.net.wifi.WifiManager#getConnectionInfo()}
1107 * The persist behavior exists so that wifi can fall back to the last
1130 * @return Get the best choice country code for wifi, regardless of if it was set or
1218 * see {@link android.net.wifi.WifiManager#addToBlacklist}
1228 * see {@link android.net.wifi.WifiManager#clearBlacklist}
1737 // Enable wifi