Searched refs:GetConnectedStationInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | dhcpd_interface_test.cpp | 172 EXPECT_TRUE(pDhcpdInterface->GetConnectedStationInfo(ifaceName, result)); 186 EXPECT_TRUE(pDhcpdInterface->GetConnectedStationInfo(ifaceName, result)); 200 EXPECT_TRUE(pDhcpdInterface->GetConnectedStationInfo(ifaceName, result));
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_state_machine.cpp | 157 bool ApStateMachine::GetConnectedStationInfo(std::map<std::string, StationInfo> &result) in GetConnectedStationInfo() function in OHOS::Wifi::ApStateMachine 161 return m_DhcpdInterface.GetConnectedStationInfo(ifaceName, result); in GetConnectedStationInfo()
|
H A D | ap_state_machine.h | 106 bool GetConnectedStationInfo(std::map<std::string, StationInfo> &result);
|
H A D | ap_service.cpp | 176 if (!m_ApStateMachine.GetConnectedStationInfo(tmp)) { in GetStationList()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | dhcpd_interface.h | 79 …bool GetConnectedStationInfo(const std::string &ifaceName, std::map<std::string, StationInfo> &res…
|
H A D | dhcpd_interface.cpp | 111 bool DhcpdInterface::GetConnectedStationInfo(const std::string &ifaceName, std::map<std::string, St… in GetConnectedStationInfo() function in OHOS::Wifi::DhcpdInterface
|