Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/network/wifi/platform/src/
Dhdf_wifi_event.c24 int32_t HdfWifiEventNewSta(const struct NetDevice *netDev, const uint8_t *macAddr, uint8_t addrLen, in HdfWifiEventNewSta()
63 int32_t HdfWifiEventDelSta(struct NetDevice *netDev, const uint8_t *macAddr, uint8_t addrLen) in HdfWifiEventDelSta()
/drivers/peripheral/usb/hdf_usb/include/
Dhdf_usb_net_manager.h59 uint8_t macAddr[MAC_ADDR_SIZE]; /**< MAC address {@link MAC_ADDR_SIZE} */ member
/drivers/hdf_core/framework/model/usb/include/
Dhdf_usb_net_manager.h59 uint8_t macAddr[MAC_ADDR_SIZE]; /**< MAC address {@link MAC_ADDR_SIZE} */ member
/drivers/peripheral/wlan/chip/hdi_service/
Dwifi_hal.h33 typedef unsigned char macAddr[6]; typedef
/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device.c364 int32_t NetIfSetMacAddr(struct NetDevice *netDevice, const unsigned char *macAddr, unsigned char le… in NetIfSetMacAddr()
/drivers/hdf_core/framework/model/network/wifi/include/
Dhdf_wifi_cmd.h167 uint8_t macAddr[ETH_ADDR_LEN]; member
354 uint8_t macAddr[ETH_ADDR_LEN]; member
360 uint8_t *macAddr; member
/drivers/hdf_core/framework/model/network/wifi/core/module/
Dwifi_base.c76 …struct NetDevice *netDev, uint8_t keyIndex, bool pairwise, const uint8_t *macAddr, struct KeyParam… in AddKey()
87 … uint32_t DelKey(struct NetDevice *netDev, uint8_t keyIndex, bool pairwise, const uint8_t *macAddr) in DelKey()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
Dwpa_hal_struct.h32 char macAddr[WIFI_MAC_LENGTH + 1]; member
/drivers/hdf_core/framework/include/net/
Dnet_device.h471 uint8_t macAddr[MAC_ADDR_SIZE]; /**< MAC address {@link MAC_ADDR_SIZE} */ member
/drivers/hdf_core/framework/include/wifi/
Dwifi_mac80211_ops.h417 uint8_t macAddr[IEEE80211_MAC_ADDR_LEN]; /**< Device MAC address */ member
/drivers/peripheral/wlan/client/include/
Dwifi_driver_client.h128 uint8_t *macAddr; member