Searched refs:rtw_set_fixed_ie (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_mlme_ext.c | 798 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, &le_val16, in issue_auth() 804 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, &le_val16, in issue_auth() 810 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, in issue_auth() 834 pframe = rtw_set_fixed_ie(pframe, 4, &le_tmp32, in issue_auth() 841 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, &le_tmp16, in issue_auth() 847 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, &le_tmp16, in issue_auth() 852 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, &le_tmp16, in issue_auth() 933 pframe = rtw_set_fixed_ie(pframe, _CAPABILITY_, &val, &pattrib->pktlen); in issue_asocrsp() 936 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, &lestatus, in issue_asocrsp() 940 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.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_mlme_ext.c | 3014 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3019 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3024 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3050 pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *)&le_tmp32, &(pattrib->pktlen)); in issue_auth() 3055 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3059 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3064 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 3148 pframe = rtw_set_fixed_ie(pframe, _CAPABILITY_, (unsigned char *)&val, &(pattrib->pktlen)); in issue_asocrsp() 3151 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&lestatus, &(pattrib->pktlen)); in issue_asocrsp() 3154 pframe = rtw_set_fixed_ie(pframe, _ASOC_ID_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_asocrsp() [all …]
|
| D | rtw_ieee80211.c | 112 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, in rtw_set_fixed_ie() function
|
| /Linux-v5.4/drivers/staging/rtl8188eu/include/ |
| D | ieee80211.h | 722 u8 *rtw_set_fixed_ie(void *pbuf, unsigned int len,
|
| /Linux-v5.4/drivers/staging/rtl8723bs/include/ |
| D | ieee80211.h | 1118 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, unsigned int *fr…
|