Home
last modified time | relevance | path

Searched refs:WifiCmdRemainOnChannel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/p2p/
H A Dp2p.c34 static int32_t WifiCmdRemainOnChannel(const RequestContext *context, struct HdfSBuf *reqData, stru… in WifiCmdRemainOnChannel() function
371 DUEMessage(CMD_P2P_REMAIN_ON_CHANNEL, WifiCmdRemainOnChannel, 0),
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp940 ret = WifiCmdRemainOnChannel(NULL, &onChannel);
942 WifiCmdRemainOnChannel(ifNameInvalid, &onChannel);
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h589 int32_t WifiCmdRemainOnChannel(const char *ifName, const WifiOnChannel *onChannel);
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_wpa_cmd_adapter.c641 int32_t WifiCmdRemainOnChannel(const char *ifName, const WifiOnChannel *onChannel) in WifiCmdRemainOnChannel() function