Home
last modified time | relevance | path

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

/drivers/staging/r8188eu/core/
Drtw_p2p.c428 p2pielen += rtw_set_p2p_attr_content(&p2pie[p2pielen], P2P_ATTR_CAPABILITY, 2, (u8 *)&le_tmp); in build_beacon_p2p_ie()
464 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in build_probe_resp_p2p_ie()
604 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in build_prov_disc_request_p2p_ie()
847 …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.c1929 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in issue_p2p_GO_request()
2298 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in issue_p2p_GO_response()
2589 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in issue_p2p_GO_confirm()
3648 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in _issue_probereq_p2p()
5405 p2pie[p2pielen++] = P2P_ATTR_CAPABILITY; in issue_assocreq()
/drivers/staging/rtl8723bs/include/
Dwifi.h578 #define P2P_ATTR_CAPABILITY 0x02 macro
/drivers/staging/r8188eu/include/
Dwifi.h790 #define P2P_ATTR_CAPABILITY 0x02 macro
/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c3176 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_CAPABILITY, attr_content, &attr_contentlen)… in rtw_p2p_get_invitation_procedure()