Home
last modified time | relevance | path

Searched refs:groupAddr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_hal.c281 char groupAddr[WIFI_MAC_LENGTH + 1] = {0}; in DealP2pConnectChanged() local
282 if (strncpy_s(groupAddr, sizeof(groupAddr), buf, WIFI_MAC_LENGTH) != EOK) { in DealP2pConnectChanged()
285 P2pHalCbStaConnectState(devAddr, groupAddr, type); in DealP2pConnectChanged()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.h408 …GcInfo MatchDevInGcInfos(const std::string &deviceAddr, const std::string &groupAddr, std::vector<…
H A Dp2p_state_machine.cpp424 const std::string &groupAddr, std::vector<GcInfo> &gcInfos) in MatchDevInGcInfos() argument
427 MacAnonymize(deviceAddr).c_str(), MacAnonymize(groupAddr).c_str()); in MatchDevInGcInfos()
430 if ((gcInfo.mac == deviceAddr) || (gcInfo.mac == groupAddr)) { in MatchDevInGcInfos()