HomeSort by relevance Sort by last modified time
    Searched refs:eapType (Results 1 - 10 of 10) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
rsn.h 130 OS_802_11_EAP_TYPES eapType;
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsn.h 139 OS_802_11_EAP_TYPES eapType;
rsn.c 262 pRsn->eapType = OS_EAP_TYPE_NONE;
475 pRsn->eapType = OS_EAP_TYPE_NONE;
490 pRsn->eapType = OS_EAP_TYPE_NONE;
750 pParam->content.eapType = pRsn->eapType;
751 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: Get RSN_EAP_TYPE eapType %d \n", pParam->content.eapType);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
rsn.h 137 OS_802_11_EAP_TYPES eapType;
rsn.c 259 pRsn->eapType = OS_EAP_TYPE_NONE;
470 pRsn->eapType = OS_EAP_TYPE_NONE;
485 pRsn->eapType = OS_EAP_TYPE_NONE;
737 pParam->content.eapType = pRsn->eapType;
738 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: Get RSN_EAP_TYPE eapType %d \n", pParam->content.eapType);
1045 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: Set RSN_EAP_TYPE eapType %d \n", pParam->conte (…)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
rsn.c 302 pRsn->eapType = OS_EAP_TYPE_NONE;
471 pRsn->eapType = OS_EAP_TYPE_NONE;
486 pRsn->eapType = OS_EAP_TYPE_NONE;
737 pParam->content.eapType = pRsn->eapType;
739 ("RSN: Get RSN_EAP_TYPE eapType %d \n",
740 pParam->content.eapType));
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 635 OS_802_11_EAP_TYPES eapType;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 626 OS_802_11_EAP_TYPES eapType;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c 353 OS_802_11_EAP_TYPES eapType;
360 status = TI_GetEAPType( g_id_adapter, &eapType );
362 if (eapType == OS_EAP_TYPE_LEAP)
366 else if (eapType == OS_EAP_TYPE_FAST)
370 else if (eapType == OS_EAP_TYPE_TLS)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
paramOut.h 693 OS_802_11_EAP_TYPES eapType;
    [all...]

Completed in 2290 milliseconds