Home
last modified time | relevance | path

Searched refs:is_p2p_device (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/include/
Dsta_info.h167 u8 is_p2p_device; member
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_p2p.c48 if (psta->is_p2p_device) { in go_add_group_info_attr()
931 if (psta->is_p2p_device && (psta->dev_cap & P2P_DEVCAP_CLIENT_DISCOVERABILITY) && in process_p2p_devdisc_req()
Drtw_mlme_ext.c1174 pstat->is_p2p_device = false; in OnAssocReq()
1178 pstat->is_p2p_device = true; in OnAssocReq()
4753 if (rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && (pstat->is_p2p_device)) { in issue_asocrsp()