Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2571 enum P2P_ROLE init_role = P2P_ROLE_DISABLE; in rtw_wext_p2p_enable() local
2574 init_role = P2P_ROLE_DISABLE; in rtw_wext_p2p_enable()
2576 init_role = P2P_ROLE_DEVICE; in rtw_wext_p2p_enable()
2578 init_role = P2P_ROLE_CLIENT; in rtw_wext_p2p_enable()
2580 init_role = P2P_ROLE_GO; in rtw_wext_p2p_enable()
2582 if (_FAIL == rtw_p2p_enable(padapter, init_role)) { in rtw_wext_p2p_enable()
2588 if (init_role != P2P_ROLE_DISABLE) { in rtw_wext_p2p_enable()