Home
last modified time | relevance | path

Searched refs:MAX_SSID_LEN (Results 1 – 17 of 17) sorted by relevance

/hardware/ti/wlan/wl1271/Test/
DsiteMgrDebug.c319 char ssid[MAX_SSID_LEN + 1]; in printPrimarySite()
340 if ( pSiteEntry->ssid.len > MAX_SSID_LEN ) in printPrimarySite()
343 pSiteEntry->ssid.len, MAX_SSID_LEN)); in printPrimarySite()
345 len = MAX_SSID_LEN; in printPrimarySite()
551 char ssid[MAX_SSID_LEN + 1]; in printSiteTable()
576 if ( pCurrentSiteTable->siteTable[i].ssid.len > MAX_SSID_LEN ) in printSiteTable()
579 i, pCurrentSiteTable->siteTable[i].ssid.len, MAX_SSID_LEN)); in printSiteTable()
581 pCurrentSiteTable->siteTable[i].ssid.len = MAX_SSID_LEN; in printSiteTable()
1028 char ssid[MAX_SSID_LEN + 1]; in printPrimarySiteDesc()
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
Dtemplates.c190 tBroadcastSSID.len = MAX_SSID_LEN; in setDefaultProbeReqTemplate()
191 os_memorySet (pSiteMgr->hOs, &(tBroadcastSSID.str[ 0 ]), 0, MAX_SSID_LEN); in setDefaultProbeReqTemplate()
266 if ( pSsid->len > MAX_SSID_LEN ) in buildProbeReqTemplate()
270 pSsid->len, MAX_SSID_LEN); in buildProbeReqTemplate()
462 if ( pPrimarySite->ssid.len > MAX_SSID_LEN ) in buildProbeRspTemplate()
466 pPrimarySite->ssid.len, MAX_SSID_LEN); in buildProbeRspTemplate()
DscanResultTable.c308 if (tTempSsid.len > MAX_SSID_LEN) in scanResultTable_UpdateEntry()
310 …ResultTable_UpdateEntry: SSID len=%d out of range. replaced by %d\n", tTempSsid.len, MAX_SSID_LEN); in scanResultTable_UpdateEntry()
317 if (MAX_SSID_LEN > tTempSsid.len) in scanResultTable_UpdateEntry()
629 if (pSite->ssid.len > MAX_SSID_LEN) in scanResultTable_UpdateSiteData()
631 …ta: pSite->ssid.len=%d exceeds the limit. Set to limit value %d\n", pSite->ssid.len, MAX_SSID_LEN); in scanResultTable_UpdateSiteData()
632 pSite->ssid.len = MAX_SSID_LEN; in scanResultTable_UpdateSiteData()
638 if (pSite->ssid.len < MAX_SSID_LEN) in scanResultTable_UpdateSiteData()
1056 os_memoryZero (pScanResultTable->hOS, &(pBssid->Ssid.Ssid), MAX_SSID_LEN); in scanResultTable_GetBssidList()
1057 if (pSiteEntry->ssid.len > MAX_SSID_LEN) in scanResultTable_GetBssidList()
1059 pSiteEntry->ssid.len = MAX_SSID_LEN; in scanResultTable_GetBssidList()
DsystemConfig.c300 os_memoryZero(pSiteMgr->hOs, (void *)ssid.serviceSetId, MAX_SSID_LEN); in sendProbeResponse()
303 if (ssid.hdr[1] > MAX_SSID_LEN) in sendProbeResponse()
307 pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len, MAX_SSID_LEN); in sendProbeResponse()
308 ssid.hdr[1] = MAX_SSID_LEN; in sendProbeResponse()
DsiteMgr.c130 if (pSite->ssid.len > MAX_SSID_LEN) { \
133 pSite->ssid.len, MAX_SSID_LEN); \
135 pSite->ssid.len = MAX_SSID_LEN; \
656 if (pParam->content.siteMgrDesiredSSID.len > MAX_SSID_LEN) in siteMgr_setParam()
662 if ( MAX_SSID_LEN > pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len ) in siteMgr_setParam()
1164 … os_memoryZero(pSiteMgr->hOs, (void *)pParam->content.siteMgrCurrentSSID.str, MAX_SSID_LEN); in siteMgr_getParam()
1390 if ( pSiteMgr->pSitesMgmtParams->pPrevPrimarySite->ssid.len > MAX_SSID_LEN ) in siteMgr_getParam()
1394 pSiteMgr->pSitesMgmtParams->pPrevPrimarySite->ssid.len, MAX_SSID_LEN); in siteMgr_getParam()
2832 os_memoryZero(pSiteMgr->hOs, primaryBssid->Ssid.Ssid, MAX_SSID_LEN); in getPrimaryBssid()
2833 if (pPrimarySite->ssid.len > MAX_SSID_LEN) in getPrimaryBssid()
[all …]
DmlmeParser.c942 if (pSsid->hdr[1] > MAX_SSID_LEN) in mlmeParser_readSsid()
/hardware/ti/wlan/lib/
Dscanmerge.h35 u8 ssid[MAX_SSID_LEN];
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DsmeSelect.c291 if (( pSiteSsid->len > MAX_SSID_LEN ) || in sme_SelectSsidMatch()
292 ( pDesiredSsid->len > MAX_SSID_LEN )) in sme_SelectSsidMatch()
296 pSiteSsid->len, pDesiredSsid->len, MAX_SSID_LEN); in sme_SelectSsidMatch()
Dsme.c169 if ( pSme->tSsid.len > MAX_SSID_LEN ) in sme_SetDefaults()
171 …RROR, "sme_SetDefaults. pSme->tSsid.len=%d exceeds the limit %d\n", pSme->tSsid.len, MAX_SSID_LEN); in sme_SetDefaults()
172 pSme->tSsid.len = MAX_SSID_LEN; in sme_SetDefaults()
372 if (pParam->content.smeDesiredSSID.len > MAX_SSID_LEN) in sme_SetParam()
395 if (pParam->content.smeDesiredSSID.len > MAX_SSID_LEN) in sme_SetParam()
/hardware/ti/wlan/wl1271/CUDK/os/linux/inc/
Dcu_os.h33 #define MAX_SSID_LEN 32 macro
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriverScan.h163 char str[ MAX_SSID_LEN ]; /**< SSID string buffer */
/hardware/ti/wlan/wl1271/utils/
D802_11Defs.h460 #define MAX_SSID_LEN 32 macro
465 char serviceSetId[MAX_SSID_LEN];
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/
Ddriver_ti.c684 if( (len > 0) && (len <= MAX_SSID_LEN) && (len < (int)buf_len)) { in wpa_driver_tista_driver_cmd()
692 u8 ssid[MAX_SSID_LEN]; in wpa_driver_tista_driver_cmd()
703 if( (len > 0) && (len <= MAX_SSID_LEN) ) { in wpa_driver_tista_driver_cmd()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c557 for (i = 0; i < MAX_SSID_LEN; i++) in cmdInterpret_convertAndExecute()
559 pParam->content.siteMgrDesiredSSID.len = MAX_SSID_LEN; in cmdInterpret_convertAndExecute()
892 … os_memoryZero (pCmdInterpret->hOs, &pParam->content.siteMgrDesiredSSID.str, MAX_SSID_LEN); in cmdInterpret_convertAndExecute()
941 if (pParam->content.siteMgrCurrentSSID.len < MAX_SSID_LEN) in cmdInterpret_convertAndExecute()
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dcu_wext.c80 if(iwe->u.data.length != MAX_SSID_LEN) in CuWext_FillBssidList()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c420 static char ssidBuf[MAX_SSID_LEN +1];
593 if(ssid->SsidLength > MAX_SSID_LEN) in PrintSSID()
597 ssid->SsidLength, MAX_SSID_LEN); in PrintSSID()
600 ssid->SsidLength = MAX_SSID_LEN; in PrintSSID()
1257 ssid.SsidLength = MAX_SSID_LEN; in CuCmd_Disassociate()
1258 os_memset(ssid.Ssid, 0, MAX_SSID_LEN); in CuCmd_Disassociate()
1287 if(ssid.SsidLength < MAX_SSID_LEN) in CuCmd_ModifySsid()
2266 if(pCuCmd->appScanParams.desiredSsid.len < MAX_SSID_LEN) in CuCmd_ScanAppGlobalConfig()
2487 if(pSsid->len < MAX_SSID_LEN) in CuCmd_ConfigurePeriodicScanSsid()
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c1527 static char dummySsidString[MAX_SSID_LEN]; in regFillInitTable()
1532 for(loopIndex = 0; loopIndex < MAX_SSID_LEN; loopIndex++) in regFillInitTable()
1537 (TI_UINT8)MAX_SSID_LEN, in regFillInitTable()
1542 for(loopIndex = 0; loopIndex < MAX_SSID_LEN; loopIndex++) in regFillInitTable()