Interface | Description |
---|---|
SupplicantWifiScannerImpl.HwPnoDebouncer.Listener |
Interface used to indicate PNO scan notifications.
|
WifiScannerImpl.WifiScannerImplFactory |
A factory that create a
WifiScannerImpl |
Class | Description |
---|---|
BackgroundScanScheduler |
This class takes a series of scan requests and formulates the best hardware level scanning
schedule it can to try and satisfy requests.
|
ChannelHelper |
ChannelHelper offers an abstraction for channel manipulation utilities allowing operation to be
adjusted based on the amount of information known about the available channels.
|
HalChannelHelper |
KnownBandsChannelHelper that uses band to channel mappings retrieved from the HAL.
|
HalWifiScannerImpl |
WifiScanner implementation that takes advantage of the gscan HAL API
The gscan API is used to perform background scans and wpa_supplicant is used for onehot scans.
|
KnownBandsChannelHelper |
ChannelHelper that offers channel manipulation utilities when the channels in a band are known.
|
NoBandChannelHelper |
ChannelHelper that offers channel manipulation utilities when the channels in a band are not
known.
|
PresetKnownBandsChannelHelper |
KnownBandsChannelHelper that uses a supplied list of band to channels mappings.
|
ScanScheduleUtil |
A class with utilities for dealing with scan schedules.
|
SupplicantWifiScannerImpl |
Implementation of the WifiScanner HAL API that uses wpa_supplicant to perform all scans
|
SupplicantWifiScannerImpl.HwPnoDebouncer |
HW PNO Debouncer is used to debounce PNO requests.
|
WifiScannerImpl |
Defines the interface to the Wifi hardware required for the WifiScanner API
|
WifiScanningService | |
WifiScanningServiceImpl |