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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteHash.h 57 #define MAX_RSN_IE 3
142 dot11_RSN_t pRsnIe[MAX_RSN_IE];
select.c 366 while ((length < pSiteEntry->rsnIeLen) && (rsnIECount < MAX_RSN_IE))
378 ("siteMgr_selectSiteFromTable, RSN IE is too long: rsnIeLen=%d, MAX_RSN_IE=%d\n",
379 pSiteEntry->rsnIeLen, MAX_RSN_IE));
    [all...]
siteMgr.c 155 while ((length < pSite->rsnIeLen) && (index<MAX_RSN_IE)){\
292 while ((length < pSite->rsnIeLen) && (index<MAX_RSN_IE)){
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.h 122 dot11_RSN_t pRsnIe[MAX_RSN_IE];
systemConfig.c 642 && (rsnIECount < MAX_RSN_IE))
653 TRACE2(pSiteMgr->hReport, REPORT_SEVERITY_ERROR, "siteMgr_selectSiteFromTable, RSN IE is too long: rsnIeLen=%d, MAX_RSN_IE=%d\n", pPrimarySite->rsnIeLen, MAX_RSN_IE);
scanResultTable.c 77 while ((length < (pSite)->rsnIeLen) && (index < MAX_RSN_IE)) {\
    [all...]
siteMgr.c 179 while ((length < pSite->rsnIeLen) && (index<MAX_RSN_IE)){\
260 while ((length < pSite->rsnIeLen) && (index<MAX_RSN_IE)){
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scanResultTable.h 122 dot11_RSN_t pRsnIe[MAX_RSN_IE];
systemConfig.c 636 && (rsnIECount < MAX_RSN_IE))
647 TRACE2(pSiteMgr->hReport, REPORT_SEVERITY_ERROR, "siteMgr_selectSiteFromTable, RSN IE is too long: rsnIeLen=%d, MAX_RSN_IE=%d\n", pPrimarySite->rsnIeLen, MAX_RSN_IE);
scanResultTable.c 84 while ((length < (pSite)->rsnIeLen) && (index < MAX_RSN_IE)) {\
444 for (uRsnIndex = 0; uRsnIndex < MAX_RSN_IE; uRsnIndex++)
    [all...]
siteMgr.c 167 while ((length < pSite->rsnIeLen) && (index<MAX_RSN_IE)){\
251 while ((length < pSite->rsnIeLen) && (index<MAX_RSN_IE)){
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smeSelect.c 406 while ((uLength < pCurrentSite->rsnIeLen) && (uRsnIECount < MAX_RSN_IE))
418 TRACE2(pSme->hReport, REPORT_SEVERITY_ERROR , "sme_SelectRsnMatch, RSN IE is too long: rsnIeLen=%d, MAX_RSN_IE=%d\n", pCurrentSite->rsnIeLen, MAX_RSN_IE);
admCtrlWpa2.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeSelect.c 448 while ((uLength < pCurrentSite->rsnIeLen) && (uRsnIECount < MAX_RSN_IE))
468 TRACE2(pSme->hReport, REPORT_SEVERITY_ERROR , "sme_SelectRsnMatch, RSN IE is too long: rsnIeLen=%d, MAX_RSN_IE=%d\n", pCurrentSite->rsnIeLen, MAX_RSN_IE);
admCtrlWpa2.c     [all...]
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 490 #define MAX_RSN_IE 3
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
802_11Defs.h 490 #define MAX_RSN_IE 3
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
admCtrlWpa2.c     [all...]

Completed in 106 milliseconds