Searched refs:mpdu_len (Results 1 – 4 of 4) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
D | hmac_mgmt_bss_comm.c | 2119 …hi_u16 mpdu_len = hmac_mgmt_encap_disassoc(mac_vap, (hi_u8 *)oal_netbuf_header(disassoc), da_mac_a… in hmac_mgmt_send_disassoc_frame() local 2120 if (mpdu_len == 0) { in hmac_mgmt_send_disassoc_frame() 2136 tx_ctl->us_mpdu_len = mpdu_len; in hmac_mgmt_send_disassoc_frame() 2143 oal_netbuf_put(disassoc, mpdu_len); in hmac_mgmt_send_disassoc_frame() 2146 if (hmac_tx_mgmt_send_event(mac_vap, disassoc, mpdu_len) != HI_SUCCESS) { in hmac_mgmt_send_disassoc_frame()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
D | rtw_xmit.c | 2968 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local 3046 mpdu_len = frg_len; in rtw_xmitframe_coalesce() 3053 mpdu_len -= pattrib->hdrlen; in rtw_xmitframe_coalesce() 3094 mpdu_len -= pattrib->iv_len; in rtw_xmitframe_coalesce() 3102 mpdu_len -= XATTRIB_GET_MCTRL_LEN(pattrib); in rtw_xmitframe_coalesce() 3108 mpdu_len -= llc_sz; in rtw_xmitframe_coalesce() 3112 mpdu_len -= pattrib->icv_len; in rtw_xmitframe_coalesce() 3119 mem_sz = _rtw_pktfile_read(&pktfile, pframe, mpdu_len); in rtw_xmitframe_coalesce() 3180 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_mgmt_xmitframe_coalesce() local
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
D | util.c | 3286 unsigned int mpdu_len, in ieee80211_calculate_rx_timestamp() argument 3360 ts -= mpdu_len * 8 * 10 / rate; in ieee80211_calculate_rx_timestamp()
|
D | ieee80211_i.h | 1633 unsigned int mpdu_len,
|