Home
last modified time | relevance | path

Searched refs:rtw_buf_update (Results 1 – 8 of 8) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_ft.c438 rtw_buf_update(&pmlmepriv->auth_rsp, in rtw_ft_update_auth_rsp_ies()
Drtw_mbo.c212 rtw_buf_update(&pmlmepriv->pcell_data_cap_ie, in rtw_mbo_update_cell_data_cap()
Drtw_wnm.c742 rtw_buf_update(&pmlmepriv->assoc_req, in rtw_wnm_update_reassoc_req_ie()
Drtw_cmd.c1020 rtw_buf_update(&mlme->recv_country_ie, &mlme->recv_country_ie_len, country_ie, country_ie_len); in rtw_joinbss_check_country_ie()
Drtw_wlan_util.c3007 rtw_buf_update(&mlme->recv_country_ie, &mlme->recv_country_ie_len, ie, ie_len); in process_country_ie()
Drtw_mlme_ext.c3743 rtw_buf_update(&pmlmepriv->assoc_rsp, &pmlmepriv->assoc_rsp_len, pframe, pkt_len); in OnAssocRsp()
10058 rtw_buf_update(&pmlmepriv->assoc_req, &pmlmepriv->assoc_req_len, (u8 *)pwlanhdr, pattrib->pktlen); in _issue_assocreq()
12677 rtw_buf_update(&mlme->recv_country_ie, &mlme->recv_country_ie_len, country_ie, country_ie_len); in rtw_joinbss_update_regulatory()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h817 void rtw_buf_update(u8 **buf, u32 *buf_len, const u8 *src, u32 src_len);
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/
Dosdep_service.c3248 void rtw_buf_update(u8 **buf, u32 *buf_len, const u8 *src, u32 src_len) in rtw_buf_update() function