Searched refs:init_role (Results 1 – 1 of 1) sorted by relevance
2571 enum P2P_ROLE init_role = P2P_ROLE_DISABLE; in rtw_wext_p2p_enable() local2574 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()