Searched refs:MAX_SSID_LEN (Results 1 - 24 of 24) sorted by relevance

/system/wlan/ti/lib/
H A Dscanmerge.h35 u8 ssid[MAX_SSID_LEN];
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriverScan.h71 #define MAX_SSID_LEN 32 macro
164 char str[ MAX_SSID_LEN ]; /**< SSID string buffer */
/system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/
H A Dcu_os.h33 #define MAX_SSID_LEN 32 macro
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DscanResultTable.c66 if (pSite->ssid.len < MAX_SSID_LEN) \
269 if (MAX_SSID_LEN > tTempSsid.len)
845 os_memoryZero (pScanResultTable->hOS, &(pBssid->Ssid.Ssid), MAX_SSID_LEN);
846 if (pSiteEntry->ssid.len > MAX_SSID_LEN)
848 pSiteEntry->ssid.len = MAX_SSID_LEN;
H A Dtemplates.c194 tBroadcastSSID.len = MAX_SSID_LEN;
195 os_memorySet (pSiteMgr->hOs, &(tBroadcastSSID.str[ 0 ]), 0, MAX_SSID_LEN);
H A DsiteMgr.c643 if (pParam->content.siteMgrDesiredSSID.len > MAX_SSID_LEN)
649 if ( MAX_SSID_LEN > pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len )
1103 os_memoryZero(pSiteMgr->hOs, (void *)pParam->content.siteMgrCurrentSSID.str, MAX_SSID_LEN);
2755 os_memoryZero(pSiteMgr->hOs, primaryBssid->Ssid.Ssid, MAX_SSID_LEN);
2756 if (pPrimarySite->ssid.len > MAX_SSID_LEN)
2758 pPrimarySite->ssid.len = MAX_SSID_LEN;
3728 if ( MAX_SSID_LEN > pSite->ssid.len )
H A DsystemConfig.c296 os_memoryZero(pSiteMgr->hOs, (void *)ssid.serviceSetId, MAX_SSID_LEN);
H A DmlmeParser.c941 if (pSsid->hdr[1] > MAX_SSID_LEN)
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DosDot11.h691 #define MAX_SSID_LEN 32 macro
696 char ssidString[MAX_SSID_LEN];
/system/wlan/ti/wilink_6_1/Test/
H A DsiteMgrDebug.c310 char ssid[MAX_SSID_LEN + 1];
534 char ssid[MAX_SSID_LEN + 1];
997 char ssid[MAX_SSID_LEN + 1];
/system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
H A Ddriver_ti.c239 char ssidBuf[MAX_SSID_LEN];
248 os_memset( ssidBuf, 0, MAX_SSID_LEN );
1667 if( (len > 0) && (len <= MAX_SSID_LEN) && (len < (int)buf_len)) {
1679 u8 ssid[MAX_SSID_LEN];
1689 if( (len > 0) && (len <= MAX_SSID_LEN) && (len < (int)buf_len)) {
/system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
H A Ddriver_ti.c684 if( (len > 0) && (len <= MAX_SSID_LEN) && (len < (int)buf_len)) {
692 u8 ssid[MAX_SSID_LEN];
703 if( (len > 0) && (len <= MAX_SSID_LEN) ) {
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
H A Dcu_wext.c80 if(iwe->u.data.length != MAX_SSID_LEN)
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DCmdInterpretWext.c493 for (i = 0; i < MAX_SSID_LEN; i++)
495 pParam->content.siteMgrDesiredSSID.len = MAX_SSID_LEN;
773 os_memoryZero (pCmdInterpret->hOs, &pParam->content.siteMgrDesiredSSID.str, MAX_SSID_LEN);
822 if (pParam->content.siteMgrCurrentSSID.len < MAX_SSID_LEN)
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dcu_cmd.c59 #define MAX_SSID_LEN 32 macro
480 if ((ssid->Ssid[0] < MAX_SSID_LEN) &&
481 (ssid->Ssid[1] < MAX_SSID_LEN) &&
482 (ssid->Ssid[2] < MAX_SSID_LEN))
493 static char tmp_buf[MAX_SSID_LEN+1];
499 else if( ssid->SsidLength == MAX_SSID_LEN )
501 memcpy(tmp_buf, ssid->Ssid, MAX_SSID_LEN );
502 tmp_buf[MAX_SSID_LEN] = 0;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A DsiteMgr.c728 if (pParam->content.siteMgrDesiredSSID.len > MAX_SSID_LEN)
734 if ( MAX_SSID_LEN > pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len )
1248 os_memoryZero(pSiteMgr->hOs, (void *)pParam->content.siteMgrCurrentSSID.ssidString, MAX_SSID_LEN);
3160 os_memoryZero(pSiteMgr->hOs, &(pBssid->Ssid.Ssid), MAX_SSID_LEN);
3161 if (pSiteEntry->ssid.len > MAX_SSID_LEN)
3163 pSiteEntry->ssid.len = MAX_SSID_LEN;
3477 os_memoryZero(pSiteMgr->hOs, &(primaryBssid->Ssid.Ssid), MAX_SSID_LEN);
3478 if (pPrimarySite->ssid.len > MAX_SSID_LEN)
3480 pPrimarySite->ssid.len = MAX_SSID_LEN;
H A Dselect.c1069 os_memoryZero(pSiteMgr->hOs, (void *)ssid.serviceSetId, MAX_SSID_LEN);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
H A D802_11Defs.h422 char serviceSetId[MAX_SSID_LEN];
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosUtil.c933 if (UtilSsid->SsidLength<=MAX_SSID_LEN)
3588 for (loopIndex = 0; loopIndex < MAX_SSID_LEN; loopIndex++)
3591 FakeSsid.SsidLength = MAX_SSID_LEN;
4488 for (loopIndex = 0; loopIndex < MAX_SSID_LEN; loopIndex++)
4491 FakeSsid.SsidLength = MAX_SSID_LEN;
H A DosRgstry.c1023 char dummySsidString[MAX_SSID_LEN];
1288 for(loopIndex = 0; loopIndex < MAX_SSID_LEN; loopIndex++)
1768 (UCHAR)MAX_SSID_LEN,
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A Dsme.c357 if (pParam->content.smeDesiredSSID.len > MAX_SSID_LEN)
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dcu_cmd.c1231 ssid.SsidLength = MAX_SSID_LEN;
1232 os_memset(ssid.Ssid, 0, MAX_SSID_LEN);
1261 if(ssid.SsidLength < MAX_SSID_LEN)
2239 if(pCuCmd->appScanParams.desiredSsid.len < MAX_SSID_LEN)
2427 if(pSsid->len < MAX_SSID_LEN)
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c1576 static char dummySsidString[MAX_SSID_LEN];
1581 for(loopIndex = 0; loopIndex < MAX_SSID_LEN; loopIndex++)
1586 (TI_UINT8)MAX_SSID_LEN,
1591 for(loopIndex = 0; loopIndex < MAX_SSID_LEN; loopIndex++)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeParser.c975 if (pSsid->hdr.eleLen > MAX_SSID_LEN)

Completed in 396 milliseconds