Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_netlink.cpp86 int32_t WifiNetLink::SendCmdKernel(int32_t sockFd, int32_t cmd, int32_t flag) in SendCmdKernel() function in OHOS::Wifi::WifiNetLink
124 return SendCmdKernel(sockFd, NETLINK_WIFIPRO_START_MONITOR, 0); in StartMonitor()
129 return SendCmdKernel(sockFd, NETLINK_WIFIPRO_GET_MSG, 0); in ProcessQueryTcp()
H A Dwifi_netlink.h37 int32_t SendCmdKernel(int32_t sockFd, int32_t cmd, int32_t flag);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_netlink_test.cpp54 WifiNetLink::GetInstance().SendCmdKernel(sockFd, cmd, flag);