Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/include/
Dsta_info.h171 u8 is_p2p_device; member
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_p2p.c52 if (psta->is_p2p_device) { in go_add_group_info_attr()
954 if (psta->is_p2p_device && (psta->dev_cap & P2P_DEVCAP_CLIENT_DISCOVERABILITY) && in process_p2p_devdisc_req()
Drtw_mlme_ext.c1323 pstat->is_p2p_device = false; in OnAssocReq()
1327 pstat->is_p2p_device = true; in OnAssocReq()
5179 if (rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && (pstat->is_p2p_device)) { in issue_asocrsp()