Searched refs:init_role (Results 1 – 1 of 1) sorted by relevance
2086 enum P2P_ROLE init_role = P2P_ROLE_DISABLE; in rtw_wext_p2p_enable() local2089 init_role = P2P_ROLE_DISABLE; in rtw_wext_p2p_enable()2091 init_role = P2P_ROLE_DEVICE; in rtw_wext_p2p_enable()2093 init_role = P2P_ROLE_CLIENT; in rtw_wext_p2p_enable()2095 init_role = P2P_ROLE_GO; in rtw_wext_p2p_enable()2097 ret = rtw_p2p_enable(padapter, init_role); in rtw_wext_p2p_enable()2102 if (init_role != P2P_ROLE_DISABLE) { in rtw_wext_p2p_enable()