Home
last modified time | relevance | path

Searched refs:puc_mac_addr (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211.c802 const hi_u8 *puc_mac_addr, hi_void *cookie, hi_void (*callback)(hi_void *cookie, oal_key_params_stru *)) in wal_cfg80211_get_key()
821 if (puc_mac_addr != HI_NULL) { in wal_cfg80211_get_key()
823 if (memcpy_s(mac_addr, WLAN_MAC_ADDR_LEN, puc_mac_addr, WLAN_MAC_ADDR_LEN) != EOK) { in wal_cfg80211_get_key()
827 payload.puc_mac_addr = mac_addr; in wal_cfg80211_get_key()
829 payload.puc_mac_addr = HI_NULL; in wal_cfg80211_get_key()
837 if (puc_mac_addr != HI_NULL) { in wal_cfg80211_get_key()
838 oam_info_log3(0, OAM_SF_ANY, "{wal_cfg80211_get_key::MAC ADDR: XX:XX:XX:%02X:%02X:%02X!}\r\n", puc_mac_addr[3], in wal_cfg80211_get_key()
839 puc_mac_addr[4], puc_mac_addr[5]); /* mac addr 0:1:2:3:4:5 */ in wal_cfg80211_get_key()
3290 const hi_u8 *puc_mac_addr, oal_key_params_str in wal_cfg80211_add_key()
801 wal_cfg80211_get_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index, bool pairwise, const hi_u8 *puc_mac_addr, hi_void *cookie, hi_void (*callback)(hi_void *cookie, oal_key_params_stru *)) wal_cfg80211_get_key() argument
3289 wal_cfg80211_add_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index, bool pairwise, const hi_u8 *puc_mac_addr, oal_key_params_stru *params) wal_cfg80211_add_key() argument
[all...]
H A Dwal_cfg80211.h249 const hi_u8 *puc_mac_addr, oal_key_params_stru *params);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_vap.h934 hi_u8 *puc_mac_addr; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_11i.c299 mac_addr = payload_getkey_params->puc_mac_addr; in hmac_config_11i_get_key()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h1319 const hi_u8 *puc_mac_addr; member

Completed in 18 milliseconds