Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H A Dap.c339 static int32_t WifiCmdStaRemove(const RequestContext *context, struct HdfSBuf *reqData, struct HdfS… in WifiCmdStaRemove() function
526 DUEMessage(CMD_AP_DEL_STATION, WifiCmdStaRemove, 0),
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp884 ret = WifiCmdStaRemove(NULL, addr, addrLen);
886 WifiCmdStaRemove(ifNameInvalid, addr, addrLen);
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h585 int32_t WifiCmdStaRemove(const char *ifName, const uint8_t *addr, uint32_t addrLen);
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_wpa_cmd_adapter.c537 int32_t WifiCmdStaRemove(const char *ifName, const uint8_t *addr, uint32_t addrLen) in WifiCmdStaRemove() function