Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/include/
Dsta_info.h167 u8 is_p2p_device; member
/Linux-v6.1/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.c1286 pstat->is_p2p_device = false; in OnAssocReq()
1290 pstat->is_p2p_device = true; in OnAssocReq()
4861 if (rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && (pstat->is_p2p_device)) { in issue_asocrsp()