Searched refs:rtw_set_fixed_ie (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_p2p.c | 152 pframe = rtw_set_fixed_ie(pframe, 1, &category, &pattrib->pktlen); in issue_group_disc_req() 153 pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *)&p2poui, &pattrib->pktlen); in issue_group_disc_req() 154 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_group_disc_req() 155 pframe = rtw_set_fixed_ie(pframe, 1, &dialogToken, &pattrib->pktlen); in issue_group_disc_req() 209 pframe = rtw_set_fixed_ie(pframe, 1, &category, &pattrib->pktlen); in issue_p2p_devdisc_resp() 210 pframe = rtw_set_fixed_ie(pframe, 1, &action, &pattrib->pktlen); in issue_p2p_devdisc_resp() 211 pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *)&p2poui, &pattrib->pktlen); in issue_p2p_devdisc_resp() 212 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_devdisc_resp() 213 pframe = rtw_set_fixed_ie(pframe, 1, &dialogToken, &pattrib->pktlen); in issue_p2p_devdisc_resp() 278 pframe = rtw_set_fixed_ie(pframe, 1, &category, &pattrib->pktlen); in issue_p2p_provision_resp() [all …]
|
D | rtw_mlme_ext.c | 1700 pframe = rtw_set_fixed_ie(pframe, 1, &category, &pattrib->pktlen); in issue_p2p_GO_request() 1701 pframe = rtw_set_fixed_ie(pframe, 1, &action, &pattrib->pktlen); in issue_p2p_GO_request() 1702 pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *)&p2poui, &pattrib->pktlen); in issue_p2p_GO_request() 1703 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_GO_request() 1705 pframe = rtw_set_fixed_ie(pframe, 1, &pwdinfo->negotiation_dialog_token, &pattrib->pktlen); in issue_p2p_GO_request() 2035 pframe = rtw_set_fixed_ie(pframe, 1, &category, &pattrib->pktlen); in issue_p2p_GO_response() 2036 pframe = rtw_set_fixed_ie(pframe, 1, &action, &pattrib->pktlen); in issue_p2p_GO_response() 2037 pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *)&p2poui, &pattrib->pktlen); in issue_p2p_GO_response() 2038 pframe = rtw_set_fixed_ie(pframe, 1, &oui_subtype, &pattrib->pktlen); in issue_p2p_GO_response() 2040 pframe = rtw_set_fixed_ie(pframe, 1, &pwdinfo->negotiation_dialog_token, &pattrib->pktlen); in issue_p2p_GO_response() [all …]
|
D | rtw_ieee80211.c | 111 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, in rtw_set_fixed_ie() function
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2641 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 2646 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 2651 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 2674 pframe = rtw_set_fixed_ie(pframe, 4, (unsigned char *)&le_tmp32, &(pattrib->pktlen)); in issue_auth() 2679 pframe = rtw_set_fixed_ie(pframe, _AUTH_ALGM_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 2683 pframe = rtw_set_fixed_ie(pframe, _AUTH_SEQ_NUM_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 2688 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_auth() 2767 pframe = rtw_set_fixed_ie(pframe, _CAPABILITY_, (unsigned char *)&val, &(pattrib->pktlen)); in issue_asocrsp() 2770 pframe = rtw_set_fixed_ie(pframe, _STATUS_CODE_, (unsigned char *)&lestatus, &(pattrib->pktlen)); in issue_asocrsp() 2773 pframe = rtw_set_fixed_ie(pframe, _ASOC_ID_, (unsigned char *)&le_tmp, &(pattrib->pktlen)); in issue_asocrsp() [all …]
|
D | rtw_ieee80211.c | 107 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, in rtw_set_fixed_ie() function
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | ieee80211.h | 752 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len,
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 730 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, unsigned int *fr…
|