Lines Matching defs:wifi

17 package com.android.server.wifi;
19 import static android.net.wifi.WifiManager.WIFI_AP_STATE_DISABLED;
20 import static android.net.wifi.WifiManager.WIFI_AP_STATE_DISABLING;
21 import static android.net.wifi.WifiManager.WIFI_AP_STATE_ENABLED;
22 import static android.net.wifi.WifiManager.WIFI_AP_STATE_ENABLING;
23 import static android.net.wifi.WifiManager.WIFI_AP_STATE_FAILED;
24 import static android.net.wifi.WifiManager.WIFI_STATE_DISABLED;
25 import static android.net.wifi.WifiManager.WIFI_STATE_DISABLING;
26 import static android.net.wifi.WifiManager.WIFI_STATE_ENABLED;
27 import static android.net.wifi.WifiManager.WIFI_STATE_ENABLING;
28 import static android.net.wifi.WifiManager.WIFI_STATE_UNKNOWN;
59 import android.net.wifi.PasspointManagementObjectDefinition;
60 import android.net.wifi.RssiPacketCountInfo;
61 import android.net.wifi.ScanResult;
62 import android.net.wifi.ScanSettings;
63 import android.net.wifi.SupplicantState;
64 import android.net.wifi.WifiChannel;
65 import android.net.wifi.WifiConfiguration;
66 import android.net.wifi.WifiConnectionStatistics;
67 import android.net.wifi.WifiEnterpriseConfig;
68 import android.net.wifi.WifiInfo;
69 import android.net.wifi.WifiLinkLayerStats;
70 import android.net.wifi.WifiManager;
71 import android.net.wifi.WifiScanner;
72 import android.net.wifi.WifiSsid;
73 import android.net.wifi.WpsInfo;
74 import android.net.wifi.WpsResult;
75 import android.net.wifi.WpsResult.Status;
76 import android.net.wifi.p2p.IWifiP2pManager;
108 import com.android.server.wifi.hotspot2.IconEvent;
109 import com.android.server.wifi.hotspot2.NetworkDetail;
110 import com.android.server.wifi.hotspot2.Utils;
111 import com.android.server.wifi.p2p.WifiP2pServiceImpl;
112 import com.android.server.wifi.util.TelephonyUtil;
144 * In the current implementation, we support concurrent wifi p2p and wifi operation.
270 * In SCAN_ONLY_WIFI_OFF_MODE, the STA can only scan for access points with wifi toggle being off
348 * The link properties of the wifi interface.
356 // Wakelock held during wifi start/stop and driver load/unload
572 /* The base for wifi message types */
855 * wifi chipset does not support background scanning to set up a
1437 * Initiate a wifi scan. If workSource is not null, blame is given to it, otherwise blame is
1440 * @param callingUid The uid initiating the wifi scan. Blame will be given here unless
1638 // call wifi native to start the scan
2179 * Get Network object of current wifi network
2180 * @return Network object of current wifi network
2222 * Returns the wifi configuration file
2310 // Dump only wifi metrics serialized proto bytes (base64)
3035 loge("Failed to note battery stats in wifi");
3059 loge("Failed to note battery stats in wifi");
3235 // Object holding most recent wifi score report and bad Linkspeed count
4732 // wifi scanning service is initialized
4985 /* Defer wifi start/shut and driver commands */
6478 // Call wifi native to start the scan
6531 // We must clear the config BSSID, as the wifi chipset may decide to roam
6785 // We must clear the config BSSID, as the wifi chipset may decide to roam
7006 // We must clear the config BSSID, as the wifi chipset may decide to roam