Searched refs:EapType (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
H A Dwpa_core.h63 S32 WpaCore_SetPrivacyEap(THandle hWpaCore, OS_802_11_EAP_TYPES EapType);
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dwpa_core.c271 S32 WpaCore_SetPrivacyEap(THandle hWpaCore, OS_802_11_EAP_TYPES EapType) argument
275 pWpaCore->WpaSupplParams.eap = EapType;
H A Dcu_cmd.c5673 OS_802_11_EAP_TYPES EapType; local
5690 os_error_printf(CU_MSG_ERROR, (PS8)"Error - CuCmd_SetPrivacyEap - cannot set EapType when Suppl is not present\n");
5696 EapType = parm[0].value;
5698 CU_CMD_FIND_NAME_ARRAY(i, EapType_type, EapType);
5701 os_error_printf(CU_MSG_INFO2, (PS8)"CuCmd_SetPrivacyEap, EapType %d is not defined!\n", EapType);
5707 if(OK != WpaCore_SetPrivacyEap(pCuCmd->hWpaCore, EapType))
5708 os_error_printf(CU_MSG_INFO2, (PS8)"Error Setting EapType to %ld\n", EapType);
5710 os_error_printf(CU_MSG_INFO2, (PS8)"Setting EapType t
[all...]

Completed in 71 milliseconds