Home
last modified time | relevance | path

Searched refs:payload_len (Results 1 - 17 of 17) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_hmac.c119 hi_u32 payload_len; in hcc_hmac_tx_hcc_hdr_init() local
124 payload_len = oal_netbuf_len(netbuf) - param->extend_len; in hcc_hmac_tx_hcc_hdr_init()
138 hcc_hdr->pay_len = payload_len; in hcc_hmac_tx_hcc_hdr_init()
318 hi_u32 hmac_hcc_tx_event_buf_to_netbuf(const frw_event_mem_stru *event_mem, hi_u16 payload_len) in hmac_hcc_tx_event_buf_to_netbuf() argument
329 netbuf = oal_netbuf_alloc(payload_len + HCC_NETBUF_RESERVED_ROOM_SIZE, 0, 4); /* align 4 */ in hmac_hcc_tx_event_buf_to_netbuf()
335 oal_netbuf_put(netbuf, payload_len); in hmac_hcc_tx_event_buf_to_netbuf()
336 if (memcpy_s(oal_netbuf_data(netbuf), payload_len, event_payload, payload_len) != EOK) { in hmac_hcc_tx_event_buf_to_netbuf()
353 hi_u32 hcc_hmac_tx_control_event(frw_event_mem_stru *event_mem, hi_u16 payload_len) in hcc_hmac_tx_control_event() argument
358 return hmac_hcc_tx_event_buf_to_netbuf(event_mem, payload_len); in hcc_hmac_tx_control_event()
[all...]
H A Dhcc_hmac_if.h73 hi_u32 hcc_hmac_tx_control_event(frw_event_mem_stru *event_mem, hi_u16 payload_len);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_mgmt_ap.c60 static hi_u32 hmac_ap_prepare_assoc_req(hmac_user_stru *hmac_user, const hi_u8 *puc_payload, hi_u32 payload_len,
64 hi_u8 *puc_mac_hdr, hi_u8 *puc_payload, hi_u32 payload_len);
1231 [3]payload_len
1235 static hi_u32 hmac_ap_prepare_assoc_req(hmac_user_stru *hmac_user, const hi_u8 *puc_payload, hi_u32 payload_len, in hmac_ap_prepare_assoc_req() argument
1246 payload_size = payload_len; in hmac_ap_prepare_assoc_req()
1252 if (payload_len < (WLAN_MAC_ADDR_LEN + MAC_CAP_INFO_LEN + MAC_LIS_INTERVAL_IE_LEN)) { in hmac_ap_prepare_assoc_req()
1256 payload_len -= (WLAN_MAC_ADDR_LEN + MAC_CAP_INFO_LEN + MAC_LIS_INTERVAL_IE_LEN); in hmac_ap_prepare_assoc_req()
1258 if (payload_len < (MAC_CAP_INFO_LEN + MAC_LIS_INTERVAL_IE_LEN)) { in hmac_ap_prepare_assoc_req()
1263 payload_len -= (MAC_CAP_INFO_LEN + MAC_LIS_INTERVAL_IE_LEN); in hmac_ap_prepare_assoc_req()
1273 if (memcpy_s(hmac_user->puc_assoc_req_ie_buff, (hi_u16)payload_size, puc_payload, payload_len) ! in hmac_ap_prepare_assoc_req()
1349 hmac_ap_asoc_p2p_process(const hmac_vap_stru *hmac_vap, hi_u8 mgmt_frm_type, hi_u32 payload_len, hi_u8 *puc_payload, const hmac_user_stru *hmac_user) hmac_ap_asoc_p2p_process() argument
1533 hmac_ap_up_rx_asoc_req(const hmac_vap_stru *hmac_vap, hi_u8 mgmt_frm_type, hi_u8 *puc_mac_hdr, hi_u8 *puc_payload, hi_u32 payload_len) hmac_ap_up_rx_asoc_req() argument
2003 hmac_mesh_up_rx_confirm_action(const hmac_vap_stru *hmac_vap, hmac_user_stru *hmac_user, hi_u8 *puc_mac_hdr, hi_u8 *puc_payload, hi_u32 payload_len) hmac_mesh_up_rx_confirm_action() argument
[all...]
H A Dhmac_mgmt_ap.h74 hi_u32 payload_len; member
H A Dhmac_config.h256 hi_u32 hmac_config_bcast_pkt(mac_vap_stru *mac_vap, hi_u32 payload_len);
308 hi_u32 hmac_config_new_peer_candidate_event(const mac_vap_stru *mac_vap, oal_netbuf_stru *netbuf, hi_u32 payload_len);
H A Dhmac_config.c7259 hi_u32 hmac_config_new_peer_candidate_event(const mac_vap_stru *mac_vap, oal_netbuf_stru *netbuf, hi_u32 payload_len) in hmac_config_new_peer_candidate_event() argument
7279 if (payload_len > MAC_SSID_OFFSET) { in hmac_config_new_peer_candidate_event()
7283 payload_len - MAC_SSID_OFFSET); in hmac_config_new_peer_candidate_event()
7302 wal_new_peer->bcn_prio = mac_get_hisi_beacon_prio(puc_ie_payload, (hi_s32)payload_len); in hmac_config_new_peer_candidate_event()
7303 wal_new_peer->accept_sta = mac_get_hisi_accept_sta(puc_ie_payload, (hi_s32)payload_len); in hmac_config_new_peer_candidate_event()
7304 wal_new_peer->is_mbr = mac_get_hisi_en_is_mbr(puc_ie_payload, (hi_s32)payload_len); in hmac_config_new_peer_candidate_event()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddmaengine.h573 void *(*get_ptr)(struct dma_async_tx_descriptor *desc, size_t *payload_len, size_t *max_len);
574 int (*set_len)(struct dma_async_tx_descriptor *desc, size_t payload_len);
1041 void *dmaengine_desc_get_metadata_ptr(struct dma_async_tx_descriptor *desc, size_t *payload_len, size_t *max_len);
1042 int dmaengine_desc_set_metadata_len(struct dma_async_tx_descriptor *desc, size_t payload_len);
1048 static inline void *dmaengine_desc_get_metadata_ptr(struct dma_async_tx_descriptor *desc, size_t *payload_len, in dmaengine_desc_get_metadata_ptr() argument
1053 static inline int dmaengine_desc_set_metadata_len(struct dma_async_tx_descriptor *desc, size_t payload_len) in dmaengine_desc_set_metadata_len() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmipv6.h112 uint16 payload_len; member
H A Dwlioctl.h11859 uint16 payload_len; member
12895 uint16 payload_len; /* length of payload */ member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfgscan.c2524 u32 payload_len; in wl_cfg80211_sched_scan_start() local
2610 payload_len = sizeof(log_conn_event_t); in wl_cfg80211_sched_scan_start()
2618 payload_len += TLV_LOG_SIZE(tlv_data); in wl_cfg80211_sched_scan_start()
2621 event_data, payload_len); in wl_cfg80211_sched_scan_start()
2838 u32 payload_len; in wl_notify_sched_scan_results() local
2945 payload_len = sizeof(log_conn_event_t); in wl_notify_sched_scan_results()
2954 payload_len += TLV_LOG_SIZE(tlv_data); in wl_notify_sched_scan_results()
2962 payload_len += TLV_LOG_SIZE(tlv_data); in wl_notify_sched_scan_results()
2970 payload_len += TLV_LOG_SIZE(tlv_data); in wl_notify_sched_scan_results()
2974 &event_data->event, payload_len); in wl_notify_sched_scan_results()
[all...]
H A Ddhd_debug.h748 uint32 payload_len; member
H A Dbcmutils.c3929 uint16 payload_len; member
3957 ipv6_pseudo.payload_len = ipv6_hdr->payload_len; in ipv6_tcp_hdr_cksum()
H A Ddhd_debug.c981 log_item->prcd_log_hdr.payload_len = prcd_log_hdr.payload_len; in dhd_dbg_msgtrace_log_parser()
H A Dwl_cfg80211.c13392 u32 payload_len; in wl_inform_single_bss() local
13550 payload_len = sizeof(log_conn_event_t); in wl_inform_single_bss()
13558 payload_len += TLV_LOG_SIZE(tlv_data); in wl_inform_single_bss()
13565 payload_len += TLV_LOG_SIZE(tlv_data); in wl_inform_single_bss()
13572 payload_len += TLV_LOG_SIZE(tlv_data); in wl_inform_single_bss()
13576 event_data, payload_len); in wl_inform_single_bss()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_cfg.h160 hi_u32 payload_len; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h1191 hi_u16 payload_len; member
1441 hi_u32 payload_len; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_hipriv.c2517 set_bcast_param->payload_len = 0; in wal_hipriv_always_tx()
2520 set_bcast_param->payload_len = 2000; /* 2000:常发payload长度 */ in wal_hipriv_always_tx()

Completed in 131 milliseconds