Home
last modified time | relevance | path

Searched refs:mgmt_tx (Results 1 – 14 of 14) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_cfg80211.c4578 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.channel = oal_ieee80211_frequency_to_channel(params->chan->center_freq); in wal_check_cookie_timeout()
4728 mgmt_tx.mgmt_frame_id = cookie_idx; in wal_check_cookie_timeout()
4729 mgmt_tx.us_len = (hi_u16)len; in wal_check_cookie_timeout()
[all …]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_mgmt_bss_comm.c2619 mac_mgmt_frame_stru *mgmt_tx = (mac_mgmt_frame_stru *)puc_param; in hmac_wpas_mgmt_tx() local
2620 …g1(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); /* a… 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->mgmt_frame_id; in hmac_wpas_mgmt_tx()
2660 hi_u32 ret = hmac_tx_mgmt_send_event(mac_vap, netbuf_mgmt_tx, mgmt_tx->us_len); in hmac_wpas_mgmt_tx()
Dhmac_vap.h154 oal_mgmt_tx_stru mgmt_tx; member
Dhmac_vap.c221 hi_wait_queue_init_head(&(hmac_vap->mgmt_tx.wait_queue)); in hmac_vap_init()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Doffchannel.c702 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc() argument
714 if (!mgmt_tx && roc->cookie != cookie) in ieee80211_cancel_roc()
716 else if (mgmt_tx && roc->mgmt_tx_cookie != cookie) in ieee80211_cancel_roc()
Dcfg.c4291 .mgmt_tx = ieee80211_mgmt_tx,
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/
Dhdf_comm.c338 (int32_t)wl_cfg80211_ops.mgmt_tx(wiphy, wdev, &params, &action_cookie); in Bdh6SAction()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.h1638 …hi_s32 (*mgmt_tx)(oal_wiphy_stru *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan… member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
Dhdf_bdh_mac80211.c594 retVal = (int32_t)wl_cfg80211_ops.mgmt_tx(wiphy, wdev, &params, &action_cookie); in Bdh6SActionEntry()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_cfg80211.c10853 .mgmt_tx = cfg80211_rtw_mgmt_tx,
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dwl_cfg80211.c10178 .mgmt_tx = wl_cfg80211_mgmt_tx,
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dwl_cfg80211.c10886 .mgmt_tx = wl_cfg80211_mgmt_tx,
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dwl_cfg80211.c12783 .mgmt_tx = wl_cfg80211_mgmt_tx,
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dwl_cfg80211.c13039 .mgmt_tx = wl_cfg80211_mgmt_tx,