Searched refs:need_rsp (Results 1 - 7 of 7) sorted by relevance
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
| H A D | wal_event_msg.c | 328 /* 上面由need_rsp非空,来保证这儿rsp_msg非空,误报告警,lin_t e613告警屏蔽 */ in wal_send_cfg_wait_event() 337 /* 上面由need_rsp非空,来保证这儿rsp_msg非空,误报告警,lin_t e613告警屏蔽 */ in wal_send_cfg_wait_event() 346 /* 上面由need_rsp非空,来保证这儿rsp_msg非空,误报告警,lin_t e613告警屏蔽 */ in wal_send_cfg_wait_event() 374 const hi_u8 *puc_param, hi_u8 need_rsp, wal_msg_stru **rsp_msg) in wal_send_cfg_event() 388 if (oal_warn_on((need_rsp == HI_TRUE) && (rsp_msg == HI_NULL))) { in wal_send_cfg_event() 393 if (oal_unlikely(wal_alloc_cfg_event(netdev, &event_mem, ((need_rsp == HI_TRUE) ? &msg_request : NULL), &cfg_msg, in wal_send_cfg_event() 410 if (need_rsp == HI_TRUE) { in wal_send_cfg_event() 418 if (need_rsp != HI_TRUE) { in wal_send_cfg_event() 373 wal_send_cfg_event(oal_net_device_stru *netdev, wal_msg_type_enum_uint8 msg_type, hi_u16 us_len, const hi_u8 *puc_param, hi_u8 need_rsp, wal_msg_stru **rsp_msg) wal_send_cfg_event() argument
|
| H A D | wal_ioctl.h | 108 const hi_u8 *puc_param, hi_u8 need_rsp, wal_msg_stru **rsp_msg);
|
| H A D | wal_cfg80211.h | 283 wlan_cfgid_enum_uint16 wid, hi_u8 need_rsp);
|
| H A D | wal_cfg80211.c | 4984 wlan_cfgid_enum_uint16 wid, hi_u8 need_rsp) in wal_check_cookie_timeout() 5014 need_rsp, need_rsp ? &rsp_msg : HI_NULL); in wal_check_cookie_timeout() 5019 if (need_rsp && (rsp_msg != HI_NULL)) { in wal_check_cookie_timeout() 4983 wal_cfg80211_start_req(oal_net_device_stru *netdev, const hi_void *ps_param, hi_u16 us_len, wlan_cfgid_enum_uint16 wid, hi_u8 need_rsp) wal_check_cookie_timeout() argument
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
| H A D | hcc_hmac.c | 382 dst_cb->need_rsp = src_cb->need_rsp; in hcc_to_dmac_tx_ctr_convert()
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
| H A D | dmac_ext_if.h | 688 hi_u8 need_rsp : 1; /* WPAS send mgmt,need dmac response tx status */ member 1025 hi_u8 need_rsp : 1; /* WPAS send mgmt,need dmac response tx status */ member
|
| H A D | hmac_mgmt_bss_comm.c | 2650 tx_ctl->need_rsp = HI_TRUE; in hmac_wpas_mgmt_tx()
|
Completed in 18 milliseconds