Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_p2p.c226 pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, p2pie, &pattrib->pktlen); in issue_p2p_devdisc_resp()
302 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *)wpsie, &pattrib->pktl… in issue_p2p_provision_resp()
378 pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, p2pie, &pattrib->pktlen); in issue_p2p_presence_resp()
428 pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &len); in build_beacon_p2p_ie()
569 pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &len); in build_probe_resp_p2p_ie()
694 pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &len); in build_prov_disc_request_p2p_ie()
723 pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &len); in build_assoc_resp_p2p_ie()
Drtw_ieee80211.c583 if ((wps_ie[0] != _VENDOR_SPECIFIC_IE_) || in rtw_get_wps_attr()
891 if ((eid == _VENDOR_SPECIFIC_IE_) && !memcmp(&in_ie[cnt + 2], p2p_oui, 4)) { in rtw_get_p2p_ie()
924 if (!p2p_ie || (p2p_ie[0] != _VENDOR_SPECIFIC_IE_) || in rtw_get_p2p_attr()
Drtw_mlme_ext.c1097 p = rtw_get_ie(p, _VENDOR_SPECIFIC_IE_, &ie_len, pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq()
1318 case _VENDOR_SPECIFIC_IE_: in OnAssocRsp()
1637 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *)wpsie, &pattrib->pktl… in issue_p2p_GO_request()
1870 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &pattrib->pktl… in issue_p2p_GO_request()
1992 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *)wpsie, &pattrib->pktl… in issue_p2p_GO_response()
2232 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &pattrib->pktl… in issue_p2p_GO_response()
2395 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &pattrib->pktl… in issue_p2p_GO_confirm()
2640 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &pattrib->pktl… in issue_p2p_invitation_request()
2830 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &pattrib->pktl… in issue_p2p_invitation_response()
2924 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *)wpsie, &pattrib->pktl… in issue_p2p_provision_request()
[all …]
Drtw_wlan_util.c1091 case _VENDOR_SPECIFIC_IE_: in is_ap_in_tkip()
1283 case _VENDOR_SPECIFIC_IE_: in check_assoc_AP()
Drtw_ap.c642 case _VENDOR_SPECIFIC_IE_: in update_beacon()
Drtw_mlme.c1800 rtw_set_ie(out_ie + out_len, _VENDOR_SPECIFIC_IE_, in rtw_restructure_ht_ie()
/linux-5.19.10/drivers/staging/r8188eu/include/
Dwifi.h372 #define _VENDOR_SPECIFIC_IE_ 221 macro
/linux-5.19.10/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c592 if ((eid == _VENDOR_SPECIFIC_IE_) && (!memcmp(&buf[cnt + 2], wps_oui, 4))) { in rtw_set_wpa_ie()
3571 if ((_VENDOR_SPECIFIC_IE_ == probereq_wpsie[0]) && in rtw_wx_set_priv()