| /drivers/peripheral/wlan/hal/src/ |
| D | wifi_hal_base_feature.c | 47 static int32_t SetMacAddressInner(const struct IWiFiBaseFeature *baseFeature, unsigned char *mac, u… in SetMacAddressInner() 56 …tDeviceMacAddressInner(const struct IWiFiBaseFeature *baseFeature, unsigned char *mac, uint8_t len) in GetDeviceMacAddressInner() 118 static int32_t SetMacAddress(const struct IWiFiBaseFeature *baseFeature, unsigned char *mac, uint8_… in SetMacAddress() 126 static int32_t GetDeviceMacAddress(const struct IWiFiBaseFeature *baseFeature, unsigned char *mac, … in GetDeviceMacAddress()
|
| D | wifi_hal_cmd.c | 116 int32_t HalCmdGetDevMacAddr(const char *ifName, int32_t type, unsigned char *mac, uint8_t len) in HalCmdGetDevMacAddr() 127 int32_t HalCmdSetMacAddr(const char *ifName, unsigned char *mac, uint8_t len) in HalCmdSetMacAddr() 345 unsigned char mac[ETH_ADDR_LEN] = {0}; in HalCmdResetToFactoryMacAddress() local
|
| D | wifi_hal.c | 346 static int32_t GetStationInfoInner(const char *ifName, StationInfo *info, const uint8_t *mac, uint3… in GetStationInfoInner() 563 static int32_t WifiGetStationInfo(const char *ifName, StationInfo *info, const uint8_t *mac, uint32… in WifiGetStationInfo()
|
| /drivers/peripheral/wlan/interfaces/include/ |
| D | wifi_hal_ap_feature.h | 57 unsigned char mac[WIFI_MAC_ADDR_LENGTH]; /**< MAC address of the STA */ member
|
| /drivers/peripheral/wlan/test/unittest/client/ |
| D | hdf_client_test.cpp | 159 unsigned char mac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable 180 unsigned char mac[ETH_ADDR_LEN] = {}; variable 199 unsigned char mac[ETH_ADDR_LEN] = {}; variable
|
| /drivers/peripheral/wlan/test/hdi_service/ |
| D | wlan_hdi_direct_test.cpp | 204 uint8_t mac[ETH_ADDR_LEN] = {0}; variable 454 uint8_t mac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable 620 uint8_t mac[ETH_ADDR_LEN] = {0}; variable
|
| D | wlan_hdi_hal_services_c_test.cpp | 186 uint8_t mac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable 214 uint8_t mac[ETH_ADDR_LEN] = {0}; variable 577 uint8_t mac[ETH_ADDR_LEN] = {0}; variable 620 uint8_t mac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable 1026 uint8_t mac[ETH_ADDR_LEN] = {0}; variable 1318 uint8_t mac[ETH_ADDR_LEN] = {0}; variable
|
| /drivers/peripheral/wlan/test/fuzztest/ |
| D | wlan_common_fuzzer.cpp | 88 uint8_t mac[ETH_ADDR_LEN] = {0}; in FuzzGetDeviceMacAddress() local 141 const uint8_t *mac = rawData; in FuzzSetMacAddress() local 246 const uint8_t *mac = rawData; in FuzzGetStaInfo() local
|
| D | hostapd_common_fuzzer.cpp | 180 const char *mac = reinterpret_cast<const char *>(rawData); in FuzzHostapdInterfaceSetMacFilter() local 190 const char *mac = reinterpret_cast<const char *>(rawData); in FuzzHostapdInterfaceDelMacFilter() local 212 const char *mac = reinterpret_cast<const char *>(rawData); in FuzzHostapdInterfaceDisassociateSta() local
|
| /drivers/peripheral/wlan/test/performance/common/ |
| D | hdf_wlan_performance_test.cpp | 168 unsigned char mac[ETH_ADDR_LEN] = {0}; variable 203 unsigned char mac[ETH_ADDR_LEN] = {0}; variable
|
| /drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/ |
| D | ap_fuzzer.cpp | 42 const char *mac = reinterpret_cast<const char *>(rawData); in FuzzSetCountryCode() local
|
| /drivers/peripheral/wlan/client/src/sbuf/ |
| D | sbuf_cmd_adapter.c | 70 static int32_t ParserDeviceMacAddr(struct HdfSBuf *reply, uint8_t *mac, uint8_t len) in ParserDeviceMacAddr() 329 int32_t SetMacAddr(const char *ifName, unsigned char *mac, uint8_t len) in SetMacAddr() 360 int32_t GetDevMacAddr(const char *ifName, int32_t type, uint8_t *mac, uint8_t len) in GetDevMacAddr() 945 int32_t GetStationInfo(const char *ifName, StationInfo *info, const uint8_t *mac, uint32_t macLen) in GetStationInfo()
|
| /drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/ |
| D | hostapd_common_cmd.c | 498 const char *mac, int32_t id) in HostapdInterfaceSetMacFilter() 524 const char *mac, int32_t id) in HostapdInterfaceDelMacFilter() 605 const char *mac, int32_t id) in HostapdInterfaceDisassociateSta()
|
| /drivers/peripheral/wlan/test/unittest/hal/ |
| D | wifi_hal_test.cpp | 321 unsigned char mac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable 354 unsigned char mac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable 1950 uint8_t mac[ETH_ADDR_LEN] = {0}; variable 1992 uint8_t mac[ETH_ADDR_LEN] = {0}; variable
|
| /drivers/hdf_core/framework/model/network/wifi/core/module/ |
| D | wifi_base.c | 589 static uint32_t GetDeviceMacAddr(struct NetDevice *netdev, int32_t type, uint8_t *mac, uint8_t len) in GetDeviceMacAddr() 601 static uint32_t SetMacAddr(struct NetDevice *netdev, uint8_t *mac, uint8_t len) in SetMacAddr() 977 unsigned char *mac = NULL; in WifiCmdSetMacAddr() local 1691 static int32_t HdfWlanGetStationInfo(const char *ifName, StationInfo *info, const uint8_t *mac, uin… in HdfWlanGetStationInfo() 1724 const uint8_t *mac = NULL; in WifiGetStationInfo() local
|
| /drivers/peripheral/wlan/hdi_service/service_common/ |
| D | wlan_common_cmd.c | 312 uint8_t *mac, uint32_t *macLen, uint8_t len) in WlanInterfaceGetDeviceMacAddress() 1001 const uint8_t *mac, uint32_t macLen) in WlanInterfaceSetMacAddress() 1343 const uint8_t *mac, uint32_t macLen) in WlanInterfaceGetStaInfo()
|
| /drivers/peripheral/huks/hdi_service/ |
| D | huks_hdi_passthrough_adapter.c | 225 const struct HksBlob *srcData, struct HksBlob *mac) in HuksHdiAdapterMac()
|
| D | huks_hdi_service.c | 197 const struct HuksBlob *srcData, struct HuksBlob *mac) in HuksMac()
|
| D | huks_hdi_template.h | 275 #define HDI_CONVERTER_FUNC_MAC(key, paramSet, srcData, mac, ret, func) \ argument
|
| /drivers/hdf_core/framework/model/network/wifi/core/components/sta/ |
| D | sta.c | 356 unsigned char *mac = NULL; in WifiCmdSetScanningMacAddress() local
|
| /drivers/hdf_core/framework/include/wifi/ |
| D | wifi_mac80211_ops.h | 391 …const uint8_t *mac; /**< MAC address of the station with which the connection is to be canceled */ member 403 uint8_t mac[IEEE80211_MAC_ADDR_LEN]; /**< MAC address. For details about its length, see {@link member
|
| /drivers/peripheral/location/gnss/hdi_service/ |
| D | location_vendor_lib.h | 206 uint8_t mac[6]; member 216 AGnssRefInfoMac mac; member
|
| /drivers/peripheral/wlan/wpa/client/include/ |
| D | wpa_client.h | 207 unsigned char mac[ETH_ADDR_LEN]; member
|
| /drivers/peripheral/wlan/client/src/netlink/ |
| D | netlink_cmd_adapter.c | 1062 int32_t SetMacAddr(const char *ifName, unsigned char *mac, uint8_t len) in SetMacAddr() 1125 int32_t GetDevMacAddr(const char *ifName, int32_t type, uint8_t *mac, uint8_t len) in GetDevMacAddr() 2178 int32_t GetStationInfo(const char *ifName, StationInfo *info, const uint8_t *mac, uint32_t macLen) in GetStationInfo()
|
| /drivers/peripheral/wlan/client/include/ |
| D | wifi_driver_client.h | 230 uint8_t mac[ETH_ADDR_LEN]; /**< MAC address of the STA */ member 242 uint8_t mac[ETH_ADDR_LEN]; member
|