Home | History | Annotate | Download | only in scanning

Lines Matching refs:ssids

86   // - |ssids| is a vector of ssids we request to scan, which mostly is used
88 // If |ssids| is an empty vector, it will do a passive scan.
89 // If |ssids| contains an empty string, it will a scan for all ssids.
97 const std::vector<std::vector<uint8_t>>& ssids,
107 // - |scan_ssids| is a vector of ssids we request to scan, which is mostly
114 // - |scan_ssids| is the list of ssids to actively scan for.
116 // If |scan_ssids| contains an empty string, it will a scan for all ssids.
117 // - |match_ssids| is the list of ssids that we want to add as filters.