Searched refs:WifiCmdGetOwnMac (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/ |
H A D | hdf_client_test.cpp | 790 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 D | wifi_driver_client.h | 579 int32_t WifiCmdGetOwnMac(const char *ifName, char *buf, uint32_t len);
|
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_wpa_cmd_adapter.c | 350 int32_t WifiCmdGetOwnMac(const char *ifName, char *buf, uint32_t len) in WifiCmdGetOwnMac() function
|