Searched refs:SetScanMacAddr (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_cmd.c | 222 ret = SetScanMacAddr(ifName, scanMac, len); in HalCmdSetScanningMacAddress()
|
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/ |
H A D | hdf_client_test.cpp | 303 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 D | wifi_driver_client.h | 349 int32_t SetScanMacAddr(const char *ifName, uint8_t *scanMac, uint8_t len);
|
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_cmd_adapter.c | 525 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 D | netlink_cmd_adapter.c | 1411 int32_t SetScanMacAddr(const char *ifName, uint8_t *scanMac, uint8_t len) in SetScanMacAddr() function
|