Searched refs:kZeroBssid (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/ |
D | hidl_manager.cpp | 35 constexpr u8 kZeroBssid[6] = {0, 0, 0, 0, 0, 0}; variable 1343 std::placeholders::_1, bssid ? bssid : kZeroBssid, in notifyP2pInvitationResult() 1409 p2p_dev_addr ? p2p_dev_addr : kZeroBssid)); in notifyApStaAuthorized() 1426 p2p_dev_addr ? p2p_dev_addr : kZeroBssid)); in notifyApStaDeauthorized()
|
D | sta_network.cpp | 25 constexpr uint8_t kZeroBssid[6] = {0, 0, 0, 0, 0, 0}; variable 848 if (os_memcmp(bssid.data(), kZeroBssid, ETH_ALEN) == 0) { in setBssidInternal() 1307 os_memcpy(bssid.data(), kZeroBssid, ETH_ALEN); in getBssidInternal()
|