Home
last modified time | relevance | path

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 Ddhcpd_interface_test.cpp172 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 Dap_state_machine.cpp157 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 Dap_state_machine.h106 bool GetConnectedStationInfo(std::map<std::string, StationInfo> &result);
H A Dap_service.cpp176 if (!m_ApStateMachine.GetConnectedStationInfo(tmp)) { in GetStationList()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.h79 …bool GetConnectedStationInfo(const std::string &ifaceName, std::map<std::string, StationInfo> &res…
H A Ddhcpd_interface.cpp111 bool DhcpdInterface::GetConnectedStationInfo(const std::string &ifaceName, std::map<std::string, St… in GetConnectedStationInfo() function in OHOS::Wifi::DhcpdInterface