Home
last modified time | relevance | path

Searched defs:scanMac (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/wlan/hal/src/
Dwifi_hal_sta_feature.c29 static int32_t SetScanningMacAddressInner(const struct IWiFiSta *staFeature, unsigned char *scanMac in SetScanningMacAddressInner()
38 static int32_t SetScanningMacAddress(const struct IWiFiSta *staFeature, unsigned char *scanMac, uin… in SetScanningMacAddress()
Dwifi_hal_cmd.c219 int32_t HalCmdSetScanningMacAddress(const char *ifName, unsigned char *scanMac, uint8_t len) in HalCmdSetScanningMacAddress()
/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/
Dsta_fuzzer.cpp41 const uint8_t *scanMac = rawData; in FuzzSetScanningMacAddress() local
/drivers/peripheral/wlan/test/performance/common/
Dhdf_wlan_performance_test.cpp315 unsigned char scanMac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
/drivers/peripheral/wlan/test/unittest/client/
Dhdf_client_test.cpp297 unsigned char scanMac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
/drivers/peripheral/wlan/test/hdi_service/
Dwlan_hdi_direct_test.cpp480 uint8_t scanMac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
Dwlan_hdi_hal_services_c_test.cpp321 uint8_t scanMac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
/drivers/peripheral/wlan/client/src/sbuf/
Dsbuf_cmd_adapter.c525 int32_t SetScanMacAddr(const char *ifName, uint8_t *scanMac, uint8_t len) in SetScanMacAddr()
/drivers/peripheral/wlan/hdi_service/service_common/
Dwlan_common_cmd.c942 const uint8_t *scanMac, uint32_t scanMacLen) in WlanInterfaceSetScanningMacAddress()
/drivers/peripheral/wlan/test/unittest/hal/
Dwifi_hal_test.cpp1358 unsigned char scanMac[WIFI_MAC_ADDR_LENGTH] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_cmd_adapter.c1165 int32_t SetScanMacAddr(const char *ifName, uint8_t *scanMac, uint8_t len) in SetScanMacAddr()