Home
last modified time | relevance | path

Searched refs:P2P_ATTR_CAPABILITY (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_p2p.c418 p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_CAPABILITY, 2, (u8 *)&le_tmp); in build_beacon_p2p_ie()
454 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in build_probe_resp_p2p_ie()
594 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in build_prov_disc_request_p2p_ie()
826 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CAPABILITY, (u8 *)&le_tmp, (uint *)&attr_… in process_assoc_req_p2p_ie()
Drtw_mlme_ext.c1662 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in issue_p2p_GO_request()
2030 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in issue_p2p_GO_response()
2320 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in issue_p2p_GO_confirm()
3370 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in _issue_probereq_p2p()
4945 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in issue_assocreq()
/linux-5.19.10/drivers/staging/r8188eu/include/
Dwifi.h619 #define P2P_ATTR_CAPABILITY 0x02 macro
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dwifi.h578 #define P2P_ATTR_CAPABILITY 0x02 macro
/linux-5.19.10/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2615 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_CAPABILITY, attr_content, &attr_contentlen)… in rtw_p2p_get_invitation_procedure()