/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211_apt.h | 72 hi_u8 cfg80211_mgmt_tx_status(struct wireless_dev *wdev, const hi_u8 *puc_buf, size_t len, hi_u8 ack); 79 hi_u8 cfg80211_rx_mgmt(const oal_net_device_stru *netdev, hi_s32 freq, hi_s32 l_sig_mbm, const hi_u8 *puc_buf, 86 hi_u32 cfg80211_rx_mgmt_ext(const oal_net_device_stru *netdev, hi_s32 freq, const hi_u8 *puc_buf, hi_u32 len);
|
H A D | wal_ioctl.h | 88 hi_u8 *puc_buf; member 139 hi_u32 wal_ioctl_set_wps_p2p_ie(oal_net_device_stru *netdev, const hi_u8 *puc_buf, hi_u32 len,
|
H A D | wal_event.c | 558 hi_u8 *puc_buf = HI_NULL; in wal_send_mgmt_to_host() local 576 oal_free(mgmt_frame->puc_buf); in wal_send_mgmt_to_host() 581 puc_buf = mgmt_frame->puc_buf; in wal_send_mgmt_to_host() 585 ieee80211_mgmt = (oal_ieee80211_mgmt *)puc_buf; in wal_send_mgmt_to_host() 588 ret = HdfWifiEventRxMgmt(netdev, l_freq, 0, puc_buf, us_len); in wal_send_mgmt_to_host() 590 ret = oal_cfg80211_rx_mgmt(netdev, l_freq, puc_buf, us_len, GFP_ATOMIC); in wal_send_mgmt_to_host() 597 oal_free(puc_buf); in wal_send_mgmt_to_host() 602 oal_free(puc_buf); in wal_send_mgmt_to_host() 1269 HdfWifiEventMgmtTxStatus(wdev->netdev, p2p_tx_status->puc_buf, p2p_tx_statu in wal_p2p_action_tx_status() [all...] |
H A D | wal_cfg80211.c | 4638 const hi_u8 *puc_buf = HI_NULL; in wal_check_cookie_timeout() local 4647 puc_buf = pst_params->buf; in wal_check_cookie_timeout() 4649 if ((wdev == HI_NULL) || (chan == HI_NULL) || (pull_cookie == HI_NULL) || (puc_buf == HI_NULL)) { in wal_check_cookie_timeout() 4695 const hi_u8 *puc_buf = params->buf; in wal_check_cookie_timeout() local 4709 const oal_ieee80211_mgmt *mgmt = (const struct ieee80211_mgmt *)puc_buf; in wal_check_cookie_timeout() 4715 HdfWifiEventMgmtTxStatus(wdev->netdev, puc_buf, len, HI_TRUE); in wal_check_cookie_timeout() 4717 oal_cfg80211_mgmt_tx_status(wdev, *pull_cookie, puc_buf, params->len, HI_TRUE, GFP_KERNEL); in wal_check_cookie_timeout() 4730 mgmt_tx.puc_frame = puc_buf; in wal_check_cookie_timeout() 4802 HdfWifiEventMgmtTxStatus(wdev->netdev, puc_buf, len, HI_FALSE); in wal_check_cookie_timeout() 4804 oal_cfg80211_mgmt_tx_status(wdev, *pull_cookie, puc_buf, param in wal_check_cookie_timeout() 4822 wal_cfg80211_mgmt_tx_parameter_check(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev, oal_ieee80211_channel *chan, const hi_u8 *puc_buf, hi_u64 *pull_cookie) wal_check_cookie_timeout() argument 4859 wal_cfg80211_mgmt_tx(oal_wiphy_stru *wiphy, oal_wireless_dev *wdev, oal_ieee80211_channel *chan, const hi_u8 *puc_buf, hi_u32 len, hi_u64 *pull_cookie) wal_check_cookie_timeout() argument [all...] |
H A D | wal_cfg80211.h | 243 const hi_u8 *puc_buf, hi_u32 ul_len, hi_u64 *pull_cookie);
|
H A D | wal_ioctl.c | 2263 hi_u32 wal_ioctl_set_wps_p2p_ie(oal_net_device_stru *netdev, const hi_u8 *puc_buf, hi_u32 len, in wal_ioctl_set_wps_p2p_ie() argument 2284 if (memcpy_s(wps_p2p_ie.auc_ie, sizeof(wps_p2p_ie.auc_ie), puc_buf, len) != EOK) { in wal_ioctl_set_wps_p2p_ie()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_wapi_wpi.c | 142 hi_u32 hmac_wpi_pmac(hmac_wapi_crypt_stru wpi_key, hi_u8 *puc_buf, hi_u32 pamclen, hi_u8 *puc_mic, hi_u8 mic_len) in hmac_wpi_pmac() argument 161 pul_in = (hi_u32 *)puc_buf; in hmac_wpi_pmac()
|
H A D | hmac_wapi_wpi.h | 46 hi_u32 hmac_wpi_pmac(hmac_wapi_crypt_stru wpi_key, hi_u8 *puc_buf, hi_u32 pamclen, hi_u8 *puc_mic, hi_u8 mic_len);
|
H A D | hmac_p2p.c | 894 hi_u32 hmac_p2p_tx_status_event(const mac_vap_stru *mac_vap, const hi_u8 *puc_buf, hi_u32 len, hi_u8 ack) in hmac_p2p_tx_status_event() argument 899 p2p_tx_status.puc_buf = oal_memalloc(len); in hmac_p2p_tx_status_event() 900 if (p2p_tx_status.puc_buf == HI_NULL) { in hmac_p2p_tx_status_event() 901 oam_error_log1(0, OAM_SF_P2P, "{hmac_p2p_action_tx_status_event::p2p_tx_status->puc_buf malloc error %p.}", in hmac_p2p_tx_status_event() 902 (uintptr_t)p2p_tx_status.puc_buf); in hmac_p2p_tx_status_event() 905 if (memcpy_s(p2p_tx_status.puc_buf, len, puc_buf, len) != EOK) { in hmac_p2p_tx_status_event() 907 oal_free(p2p_tx_status.puc_buf); in hmac_p2p_tx_status_event() 918 oal_free(p2p_tx_status.puc_buf); in hmac_p2p_tx_status_event()
|
H A D | hmac_ext_if.h | 182 hi_u8 *puc_buf; member
|
H A D | hmac_mgmt_bss_comm.c | 2552 [2]puc_buf 2569 mgmt_frame.puc_buf = (hi_u8 *)mgmt_data; in hmac_send_mgmt_to_host()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_cfg80211.c | 239 hi_u32 oal_cfg80211_rx_mgmt(oal_net_device_stru *pst_dev, hi_s32 l_freq, const hi_u8 *puc_buf, hi_u32 ul_len, in oal_cfg80211_rx_mgmt() argument 246 cfg80211_rx_mgmt(pst_wdev, l_freq, 0, puc_buf, ul_len, en_gfp); in oal_cfg80211_rx_mgmt() 248 HdfWifiEventRxMgmt(pst_dev, l_freq, 0, puc_buf, (size_t)ul_len); in oal_cfg80211_rx_mgmt()
|
H A D | oal_cfg80211.h | 87 hi_u32 oal_cfg80211_rx_mgmt(oal_net_device_stru *pst_dev, hi_s32 l_freq, const hi_u8 *puc_buf, hi_u32 ul_len,
|
H A D | oal_net.h | 1490 hi_u8* puc_buf; /* 用户空间ie 缓冲地址 */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/ |
H A D | hi_wifi_driver_wpa_if.h | 314 hi_u8 *puc_buf; member 321 hi_u8 *puc_buf; member 443 hi_u8 *puc_buf; member 448 hi_u8 *puc_buf; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_vap.h | 1059 hi_u8 *puc_buf; member
|