Searched refs:rtw_set_fixed_ie (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 792 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, &le_val16, in issue_auth() 798 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, &le_val16, in issue_auth() 804 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, in issue_auth() 828 pframe = rtw_set_fixed_ie(pframe, 4, &le_tmp32, in issue_auth() 835 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, &le_tmp16, in issue_auth() 841 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, &le_tmp16, in issue_auth() 846 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, &le_tmp16, in issue_auth() 927 pframe = rtw_set_fixed_ie(pframe, _CAPABILITY_, &val, &pattrib->pktlen); in issue_asocrsp() 930 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, &lestatus, in issue_asocrsp() 934 pframe = rtw_set_fixed_ie(pframe, _ASOC_ID_, &leval, &pattrib->pktlen); in issue_asocrsp() [all …]
|
D | rtw_ieee80211.c | 112 u8 *rtw_set_fixed_ie(void *pbuf, unsigned int len, void *source, in rtw_set_fixed_ie() function
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 3017 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3022 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3027 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3053 pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *)&le_tmp32, &(pattrib->pktlen)); in issue_auth() 3058 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3062 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3067 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3149 pframe = rtw_set_fixed_ie(pframe, _CAPABILITY_, (unsigned char *)&val, &(pattrib->pktlen)); in issue_asocrsp() 3152 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&lestatus, &(pattrib->pktlen)); in issue_asocrsp() 3155 pframe = rtw_set_fixed_ie(pframe, _ASOC_ID_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_asocrsp() [all …]
|
D | rtw_ieee80211.c | 113 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, in rtw_set_fixed_ie() function
|
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 702 u8 *rtw_set_fixed_ie(void *pbuf, unsigned int len,
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 1117 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, unsigned int *fr…
|