Searched refs:tSsid (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A Dsme.c168 pSme->tSsid.len = pModifiedInitParams->tDesiredSsid.len;
169 if ( pSme->tSsid.len > MAX_SSID_LEN )
171 TRACE2( pSme->hReport, REPORT_SEVERITY_ERROR, "sme_SetDefaults. pSme->tSsid.len=%d exceeds the limit %d\n", pSme->tSsid.len, MAX_SSID_LEN);
172 pSme->tSsid.len = MAX_SSID_LEN;
174 os_memoryCopy (pSme->hOS, &(pSme->tSsid.str[ 0 ]), &(pModifiedInitParams->tDesiredSsid.str[ 0 ]), pSme->tSsid.len);
175 if (OS_802_11_SSID_JUNK (pSme->tSsid.str, pSme->tSsid.len))
180 else if (0 == pSme->tSsid
[all...]
H A DsmePrivate.h81 TSsid tSsid; member in struct:__anon2992
H A DsmeSm.c443 (pSme->tSsid.len != 0) && !OS_802_11_SSID_JUNK (pSme->tSsid.str, pSme->tSsid.len));
741 os_memoryCopy (pSme->hOS, &(pSme->tScanParams.tDesiredSsid[ 0 ].tSsid), &(pSme->tSsid), sizeof (TSsid));
748 pSme->tScanParams.tDesiredSsid[ 1 ].tSsid.len = 0;
761 os_memoryCopy (pSme->hOS, &(pSme->tScanParams.tDesiredSsid[ 0 ].tSsid), &(pSme->tSsid), sizeof (TSsid));
771 pSme->tScanParams.tDesiredSsid[ 1 ].tSsid.len = 0;
H A DsmeSelect.c125 if (TI_FALSE == sme_SelectSsidMatch (hSme, &(pCurrentSite->ssid), &(pSme->tSsid), pSme->eSsidType))
295 "sme_SelectSsidMatch. pSme->tSsid.len=%d or pDesiredSsid->len =%d exceed the limit %d\n",
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriverScan.h266 TSsid tSsid; /**< The Parameters of Scaned SSID */ member in struct:__anon2714
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCmd.c565 (TI_UINT8)pPeriodicScanParams->tDesiredSsid[ uIndex ].tSsid.len;
567 (void*)&(pPeriodicScanParams->tDesiredSsid[ uIndex ].tSsid.str[ 0 ]),
746 pBssInfoParams->tSsid.len = pJoinBssParams->ssidLength;
747 os_memoryZero (pCmdBld->hOs, (void *)pBssInfoParams->tSsid.str, sizeof (pBssInfoParams->tSsid.str));
748 os_memoryCopy (pCmdBld->hOs, (void *)pBssInfoParams->tSsid.str, (void *)pJoinBssParams->pSSID, pJoinBssParams->ssidLength);
H A DCmdBldDb.h176 TSsid tSsid; member in struct:__anon2289
H A DCmdBldCmdIE.c138 TSsid *pSsid = &DB_BSS(hCmdBld).tSsid;
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_cmd.c2480 TSsid *pSsid = &pCuCmd->tPeriodicAppScanParams.tDesiredSsid[ parm[ 0 ].value ].tSsid;
2537 os_error_printf(CU_MSG_INFO2, (PS8)"%s (%s), ", pCuCmd->tPeriodicAppScanParams.tDesiredSsid[ i ].tSsid.str,

Completed in 82 milliseconds