Home
last modified time | relevance | path

Searched refs:SetScanMacAddr (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_cmd.c222 ret = SetScanMacAddr(ifName, scanMac, len); in HalCmdSetScanningMacAddress()
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp303 ret = SetScanMacAddr(ifNameInvalid, scanMac, ETH_ADDR_LEN);
305 ret = SetScanMacAddr(WLAN_IFNAME, scanMac, ETH_ADDR_LEN);
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h349 int32_t SetScanMacAddr(const char *ifName, uint8_t *scanMac, uint8_t len);
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c525 int32_t SetScanMacAddr(const char *ifName, uint8_t *scanMac, uint8_t len) in SetScanMacAddr() function
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1411 int32_t SetScanMacAddr(const char *ifName, uint8_t *scanMac, uint8_t len) in SetScanMacAddr() function