Home
last modified time | relevance | path

Searched refs:syn_msg (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_hmac.c283 hmac_to_dmac_cfg_msg_stru *syn_msg = (hmac_to_dmac_cfg_msg_stru *)event->auc_event_data; in hcc_tx_netbuf_normal() local
284 if (syn_msg != HI_NULL && syn_msg->syn_id == WLAN_CFGID_SET_WPS_P2P_IE) { in hcc_tx_netbuf_normal()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_config.c577 hmac_to_dmac_cfg_msg_stru **syn_msg, frw_event_mem_stru **event_mem, hi_u16 us_len) in hmac_config_alloc_event()
596 *syn_msg = (hmac_to_dmac_cfg_msg_stru *)event->auc_event_data; in hmac_config_alloc_event()
618 hmac_to_dmac_cfg_msg_stru *syn_msg = HI_NULL; in hmac_config_send_event() local
620 ret = hmac_config_alloc_event(mac_vap, HMAC_TO_DMAC_SYN_CFG, &syn_msg, &event_mem, us_len); in hmac_config_send_event()
626 syn_msg->syn_id = cfg_id; in hmac_config_send_event()
627 syn_msg->us_len = us_len; in hmac_config_send_event()
630 if (memcpy_s(syn_msg->auc_msg_body, syn_msg->us_len, puc_param, (hi_u32)us_len) != EOK) { in hmac_config_send_event()
4535 hmac_to_dmac_cfg_msg_stru *syn_msg = HI_NULL; in hmac_config_alg_param() local
4537 ret = hmac_config_alloc_event(mac_vap, HMAC_TO_DMAC_SYN_ALG, &syn_msg, in hmac_config_alg_param()
576 hmac_config_alloc_event(const mac_vap_stru *mac_vap, hmac_to_dmac_syn_type_enum_uint8 syn_type, hmac_to_dmac_cfg_msg_stru **syn_msg, frw_event_mem_stru **event_mem, hi_u16 us_len) hmac_config_alloc_event() argument
[all...]

Completed in 9 milliseconds