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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
sme.c 168 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.len
    [all...]
smePrivate.h 81 TSsid tSsid;
smeSm.c 443 (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));
    [all...]
smeSelect.c 51 static TI_BOOL sme_SelectSsidMatch (TI_HANDLE hSme, TSsid *pSiteSsid, TSsid *pDesiredSsid,
125 if (TI_FALSE == sme_SelectSsidMatch (hSme, &(pCurrentSite->ssid), &(pSme->tSsid), pSme->eSsidType))
274 TI_BOOL sme_SelectSsidMatch (TI_HANDLE hSme, TSsid *pSiteSsid, TSsid *pDesiredSsid,
295 "sme_SelectSsidMatch. pSme->tSsid.len=%d or pDesiredSsid->len =%d exceed the limit %d\n",
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 153 /** \struct TSsid
165 } TSsid;
238 TSsid desiredSsid; /**< The SSID to search (optional) */
266 TSsid tSsid; /**< The Parameters of Scaned SSID */
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 565 (TI_UINT8)pPeriodicScanParams->tDesiredSsid[ uIndex ].tSsid.len;
567 (void*)&(pPeriodicScanParams->tDesiredSsid[ uIndex ].tSsid.str[ 0 ]),
    [all...]
CmdBldDb.h 176 TSsid tSsid;
CmdBldCmdIE.c 138 TSsid *pSsid = &DB_BSS(hCmdBld).tSsid;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]

Completed in 111 milliseconds