Searched refs:mgmt_tx (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211.c | 4578 oal_mgmt_tx_stru *mgmt_tx = HI_NULL; in wal_check_cookie_timeout() local 4602 mgmt_tx = &(hmac_vap->mgmt_tx); in wal_check_cookie_timeout() 4603 mgmt_tx->mgmt_tx_complete = HI_FALSE; in wal_check_cookie_timeout() 4604 mgmt_tx->mgmt_tx_status = HI_FALSE; in wal_check_cookie_timeout() 4614 i_leftime = hi_wait_event_timeout(mgmt_tx->wait_queue, HI_TRUE == mgmt_tx->mgmt_tx_complete, in wal_check_cookie_timeout() 4627 return (hi_u32)((mgmt_tx->mgmt_tx_status == HI_FALSE) ? HI_FAIL : HI_SUCCESS); in wal_check_cookie_timeout() 4685 mac_mgmt_frame_stru mgmt_tx = {0}; in wal_check_cookie_timeout() local 4723 mgmt_tx in wal_check_cookie_timeout() 4863 mac_mgmt_frame_stru mgmt_tx = {0}; wal_check_cookie_timeout() local 4937 oal_mgmt_tx_stru *mgmt_tx = HI_NULL; wal_check_cookie_timeout() local [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_mgmt_bss_comm.c | 2619 mac_mgmt_frame_stru *mgmt_tx = (mac_mgmt_frame_stru *)puc_param; in hmac_wpas_mgmt_tx() local 2620 oam_warning_log1(mac_vap->vap_id, OAM_SF_P2P, "{hmac_wpas_mgmt_tx::mgmt frame id=[%d]}", mgmt_tx->mgmt_frame_id); in hmac_wpas_mgmt_tx() 2623 oal_netbuf_stru *netbuf_mgmt_tx = (oal_netbuf_stru *)oal_netbuf_alloc(mgmt_tx->us_len, 0, 4); /* align 4 */ in hmac_wpas_mgmt_tx() 2638 if (mgmt_tx->puc_frame != HI_NULL) { in hmac_wpas_mgmt_tx() 2639 if (memcpy_s((hi_u8 *)oal_netbuf_header(netbuf_mgmt_tx), mgmt_tx->us_len, mgmt_tx->puc_frame, in hmac_wpas_mgmt_tx() 2640 mgmt_tx->us_len) != EOK) { in hmac_wpas_mgmt_tx() 2646 oal_netbuf_put(netbuf_mgmt_tx, mgmt_tx->us_len); in hmac_wpas_mgmt_tx() 2649 tx_ctl->us_mpdu_len = mgmt_tx->us_len; /* dmac发送需要的mpdu长度 */ in hmac_wpas_mgmt_tx() 2653 tx_ctl->mgmt_frame_id = mgmt_tx in hmac_wpas_mgmt_tx() [all...] |
H A D | hmac_vap.h | 154 oal_mgmt_tx_stru mgmt_tx; member
|
H A D | hmac_vap.c | 221 hi_wait_queue_init_head(&(hmac_vap->mgmt_tx.wait_queue)); in hmac_vap_init()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 1638 hi_s32 (*mgmt_tx)(oal_wiphy_stru *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, hi_bool offchan, member
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_bdh_mac80211.c | 594 retVal = (int32_t)wl_cfg80211_ops.mgmt_tx(wiphy, wdev, ¶ms, &action_cookie); in Bdh6SActionEntry()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg80211.c | 12783 .mgmt_tx = wl_cfg80211_mgmt_tx,
|
Completed in 46 milliseconds