Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_group_manager.cpp267 for (auto wpaGroup = wpaGroups.begin(); wpaGroup != wpaGroups.end(); ++wpaGroup) { in UpdateGroupsNetwork() local
268 if (group->GetGroupName() == wpaGroup->second.GetGroupName() && in UpdateGroupsNetwork()
269 … group->GetOwner().GetDeviceAddress() == wpaGroup->second.GetOwner().GetDeviceAddress()) { in UpdateGroupsNetwork()
270 group->SetNetworkId(wpaGroup->second.GetNetworkId()); in UpdateGroupsNetwork()
H A Dp2p_state_machine.cpp200 for (auto wpaGroup = wpaGroups.begin(); wpaGroup != wpaGroups.end(); ++wpaGroup) { in UpdateGroupManager() local
201 groupManager.UpdateWpaGroup(wpaGroup->second); in UpdateGroupManager()