Searched refs:bssid_bytes (Results 1 – 2 of 2) sorted by relevance
284 vector<uint8_t> bssid_bytes = in MakeEndpoint() local286 args.SetUint8s(WPASupplicant::kBSSPropertyBSSID, bssid_bytes); in MakeEndpoint()
1410 vector<uint8_t> bssid_bytes; in CreateBSSProperties() local1412 base::HexStringToBytes(bssid_nosep, &bssid_bytes); in CreateBSSProperties()1413 bss_properties.SetUint8s("BSSID", bssid_bytes); in CreateBSSProperties()