Searched defs:ScanSession (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/wifi/
H A Dscan_session.h42 // |ScanSession| sends requests to the kernel to scan WiFi frequencies for
46 // | ScanSession | | Kernel |
63 // A ScanSession is used to distribute a scan across multiple requests (hoping
65 // obviating the need for the remainder of the scan). A ScanSession can be
69 // ScanSession::FractionList scan_fractions;
73 // ScanSession scan_session(netlink_manager_, dispatcher(),
84 class ScanSession { class in namespace:shill
111 // abort the scan session by deleting the |ScanSession| object.
112 ScanSession(NetlinkManager* netlink_manager,
123 virtual ~ScanSession();
[all...]
H A Dscan_session.cc47 static string ObjectID(ScanSession* s) { return "(scan_session)"; }
50 const float ScanSession::kAllFrequencies = 1.1;
51 const uint64_t ScanSession::kScanRetryDelayMilliseconds = 200; // Arbitrary.
52 const size_t ScanSession::kScanRetryCount = 50;
54 ScanSession::ScanSession( function in class:shill::ScanSession
82 &ScanSession::CompareFrequencyCount);
106 ScanSession::~ScanSession() {
111 bool ScanSession
[all...]

Completed in 68 milliseconds