Home
last modified time | relevance | path

Searched refs:kZeroBssid (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dhidl_manager.cpp37 constexpr u8 kZeroBssid[6] = {0, 0, 0, 0, 0, 0}; variable
1477 std::placeholders::_1, bssid ? bssid : kZeroBssid, in notifyP2pInvitationResult()
1543 p2p_dev_addr ? p2p_dev_addr : kZeroBssid)); in notifyApStaAuthorized()
1560 p2p_dev_addr ? p2p_dev_addr : kZeroBssid)); in notifyApStaDeauthorized()
Dsta_network.cpp27 constexpr uint8_t kZeroBssid[6] = {0, 0, 0, 0, 0, 0}; variable
1065 if (os_memcmp(bssid.data(), kZeroBssid, ETH_ALEN) == 0) { in setBssidInternal()
1551 os_memcpy(bssid.data(), kZeroBssid, ETH_ALEN); in getBssidInternal()