Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp790 ret = WifiCmdGetOwnMac(NULL, NULL, len);
792 ret = WifiCmdGetOwnMac(ifNameInvalid, NULL, len);
794 WifiCmdGetOwnMac(ifNameInvalid, NULL, len);
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h579 int32_t WifiCmdGetOwnMac(const char *ifName, char *buf, uint32_t len);
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_wpa_cmd_adapter.c350 int32_t WifiCmdGetOwnMac(const char *ifName, char *buf, uint32_t len) in WifiCmdGetOwnMac() function