Searched refs:rtw_set_fixed_ie (Results 1 – 3 of 3) sorted by relevance
| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_mlme_ext.c | 2671 pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *)&le_tmp32, &(pattrib->pktlen)); in issue_auth() 3407 pframe = rtw_set_fixed_ie(pframe, 1, &category, &pattrib->pktlen); in issue_action_SA_Query() 3408 pframe = rtw_set_fixed_ie(pframe, 1, &action, &pattrib->pktlen); in issue_action_SA_Query() 3420 pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)&le_tmp, &pattrib->pktlen); in issue_action_SA_Query() 3481 pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); in issue_action_BA() 3482 pframe = rtw_set_fixed_ie(pframe, 1, &(action), &(pattrib->pktlen)); in issue_action_BA() 3490 pframe = rtw_set_fixed_ie(pframe, 1, &(pmlmeinfo->dialogToken), &(pattrib->pktlen)); in issue_action_BA() 3505 pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&(le_tmp)), &(pattrib->pktlen)); in issue_action_BA() 3527 pframe = rtw_set_fixed_ie(pframe, 2, (unsigned char *)(&status), &(pattrib->pktlen)); in issue_action_BA() 3636 pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); in issue_action_BSSCoexistPacket() [all …]
|
| A D | rtw_ieee80211.c | 108 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, in rtw_set_fixed_ie() function
|
| /drivers/staging/rtl8723bs/include/ |
| A D | ieee80211.h | 733 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, unsigned int *fr…
|
Completed in 19 milliseconds