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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
systemConfig.c 182 TSsid *pSsid = &pSiteMgr->pDesiredParams->siteMgrDesiredSSID;
302 ssid.hdr[1] = pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len;
306 "sendProbeResponse. siteMgrDesiredSSID.len=%d exceeds the limit %d\n",
307 pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len, MAX_SSID_LEN);
310 os_memoryCopy(pSiteMgr->hOs, (void *)ssid.serviceSetId, (void *)pSiteMgr->pDesiredParams->siteMgrDesiredSSID.str, ssid.hdr[1]);
siteMgr.c 654 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "\nSet new SSID= (len=%d) \n", pParam->content.siteMgrDesiredSSID.len);
656 if (pParam->content.siteMgrDesiredSSID.len > MAX_SSID_LEN)
659 os_memoryCopy(pSiteMgr->hOs, &pSiteMgr->pDesiredParams->siteMgrDesiredSSID, &pParam->content.siteMgrDesiredSSID, sizeof(TSsid));
662 if ( MAX_SSID_LEN > pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len )
664 pSiteMgr->pDesiredParams->siteMgrDesiredSSID.str[pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len] = '\0';
670 if (OS_802_11_SSID_JUNK (pSiteMgr->pDesiredParams->siteMgrDesiredSSID.str, pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len))
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 541 TSsid siteMgrDesiredSSID;
864 TSsid siteMgrDesiredSSID;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 559 pParam->content.siteMgrDesiredSSID.str[i] = (i+1);
560 pParam->content.siteMgrDesiredSSID.len = MAX_SSID_LEN;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 90 milliseconds