Home | History | Annotate | Download | only in network

Lines Matching refs:ssids

331         @param expected_ssids list of string SSIDs.
601 def timed_scan(self, frequencies, ssids, scan_timeout_seconds=10,
603 """Request timed scan to discover given SSIDs.
609 not able to discover the given SSIDs.
612 @param ssids list of string ssids to probe request for.
617 SSIDs are missing from the results.
624 self.wifi_if, frequencies=frequencies, ssids=ssids)
638 # Verify all ssids are discovered
639 self.assert_bsses_include_ssids(scan_result.bss_list, ssids)
645 def scan(self, frequencies, ssids, timeout_seconds=10, require_match=True):
646 """Request a scan and (optionally) check that requested SSIDs appear in
653 If |ssids| is non-empty, we will speficially probe for those SSIDs.
656 of |ssids| was found in scan results.
659 @param ssids list of string ssids to probe request for.
662 SSIDs are missing from the results.
663 @param require_match: bool True if we must find |ssids|.
669 self.wifi_if, frequencies=frequencies, ssids=ssids)
678 self.assert_bsses_include_ssids(bss_list, ssids)
693 self.wifi_if, frequencies=[], ssids=[ssid])
765 @return list of string SSIDs
919 for whitelisted SSIDs to |period|. This setting only takes effect if the
1077 self.scan(frequencies=[], ssids=[], timeout_seconds=30)