Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/core/
A Drtw_p2p.c232 pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, p2pie, &pattrib->pktlen); in issue_p2p_devdisc_resp()
308 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *)wpsie, &pattrib->pktl… in issue_p2p_provision_resp()
386 pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, p2pie, &pattrib->pktlen); in issue_p2p_presence_resp()
436 pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &len); in build_beacon_p2p_ie()
577 pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &len); in build_probe_resp_p2p_ie()
702 pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &len); in build_prov_disc_request_p2p_ie()
731 pbuf = rtw_set_ie(pbuf, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &len); in build_assoc_resp_p2p_ie()
A Drtw_ieee80211.c587 if ((wps_ie[0] != _VENDOR_SPECIFIC_IE_) || in rtw_get_wps_attr()
925 if ((eid == _VENDOR_SPECIFIC_IE_) && !memcmp(&in_ie[cnt + 2], p2p_oui, 4)) { in rtw_get_p2p_ie()
959 if (!p2p_ie || (p2p_ie[0] != _VENDOR_SPECIFIC_IE_) || in rtw_get_p2p_attr()
A Drtw_mlme_ext.c1202 p = rtw_get_ie(p, _VENDOR_SPECIFIC_IE_, &ie_len, pkt_len - WLAN_HDR_A3_LEN - ie_offset); in OnAssocReq()
1443 case _VENDOR_SPECIFIC_IE_: in OnAssocRsp()
1843 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *)wpsie, &pattrib->pktl… in issue_p2p_GO_request()
2076 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &pattrib->pktl… in issue_p2p_GO_request()
2199 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *)wpsie, &pattrib->pktl… in issue_p2p_GO_response()
2439 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, p2pielen, (unsigned char *)p2pie, &pattrib->pktl… in issue_p2p_GO_response()
5033 pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, 6, REALTEK_96B_IE, &pattrib->pktlen); in issue_asocrsp()
5218 case _VENDOR_SPECIFIC_IE_: in issue_assocreq()
5229 pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, pIE->Length, pIE->data, &pattrib->pktlen); in issue_assocreq()
5239 pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, 6, REALTEK_96B_IE, &pattrib->pktlen); in issue_assocreq()
[all …]
A Drtw_wlan_util.c1076 case _VENDOR_SPECIFIC_IE_: in is_ap_in_tkip()
1268 case _VENDOR_SPECIFIC_IE_: in check_assoc_AP()
A Drtw_ap.c730 case _VENDOR_SPECIFIC_IE_: in update_beacon()
A Drtw_mlme.c1909 rtw_set_ie(out_ie + out_len, _VENDOR_SPECIFIC_IE_, in rtw_restructure_ht_ie()
/linux/drivers/staging/r8188eu/include/
A Dwifi.h472 #define _VENDOR_SPECIFIC_IE_ 221 macro
/linux/drivers/staging/r8188eu/os_dep/
A Dioctl_linux.c620 if ((eid == _VENDOR_SPECIFIC_IE_) && (!memcmp(&buf[cnt + 2], wps_oui, 4))) { in rtw_set_wpa_ie()
4179 if ((_VENDOR_SPECIFIC_IE_ == probereq_wpsie[0]) && in rtw_wx_set_priv()

Completed in 40 milliseconds