OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scan_ssids
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/wificond/scanning/
scan_utils.h
81
// |
scan_ssids
| is a vector of ssids we request to scan, which is mostly
87
// If |
scan_ssids
| is an empty vector, it will do a passive scan.
88
// If |
scan_ssids
| contains an empty string, it will a scan for all ssids.
100
const std::vector<std::vector<uint8_t>>&
scan_ssids
,
scanner_impl.cpp
217
vector<vector<uint8_t>>
scan_ssids
= {{}};
local
227
if (
scan_ssids
.size() + 1 > scan_capabilities_.max_num_sched_scan_ssids) {
231
scan_ssids
.push_back(network.ssid_);
253
scan_ssids
,
scan_utils.cpp
324
const std::vector<std::vector<uint8_t>>&
scan_ssids
,
336
for (size_t i = 0; i <
scan_ssids
.size(); i++) {
337
scan_ssids_attr.AddAttribute(NL80211Attr<vector<uint8_t>>(i,
scan_ssids
[i]));
Completed in 90 milliseconds