Home | History | Annotate | Download | only in wifi

Lines Matching refs:bssid

800   // synthesize new |path| and |bssid| values, since we don't really care
807 string* bssid) {
813 *bssid = StringPrintf("00:00:00:00:00:%02x", bss_counter_);
814 WiFiEndpointRefPtr endpoint = MakeEndpointWithMode(*ssid, *bssid, mode);
819 WiFiEndpointRefPtr MakeEndpoint(const string& ssid, const string& bssid) {
820 return MakeEndpointWithMode(ssid, bssid, kNetworkModeInfrastructure);
823 const string& ssid, const string& bssid, const string& mode) {
825 &control_interface_, nullptr, ssid, bssid, mode, 0, 0);
850 string bssid;
852 MakeNewEndpoint(mode, false, &ssid, &path, &bssid);
858 ReportBSS(path, ssid, bssid, signal_strength, frequency, mode);
875 string bssid;
877 MakeNewEndpoint(mode, true, &ssid, &path, &bssid);
880 ReportBSS(path, ssid, bssid, signal_strength, frequency, mode);
1033 const string& bssid,
1040 const string& bssid,
1402 const string& bssid,
1411 base::RemoveChars(bssid, ":", &bssid_nosep);
1413 bss_properties.SetUint8s("BSSID", bssid_bytes);
1424 const string& bssid,
1430 CreateBSSProperties(ssid, bssid, signal_strength, frequency, mode));
3569 new_station.attributes()->CreateRawAttribute(NL80211_ATTR_MAC, "BSSID");
3674 new_vht_station.attributes()->CreateRawAttribute(NL80211_ATTR_MAC, "BSSID");
3871 string bssid;
3883 // Same SSID but different BSSID is an additional geolocation object.
3892 ReportBSS(bsses[i].bsspath, bsses[i].ssid, bsses[i].bssid,
3898 expected_info.AddField(kGeoMacAddressProperty, bsses[i].bssid);