Searched refs:siteMgrDesiredSSID (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | systemConfig.c | 182 TSsid *pSsid = &pSiteMgr->pDesiredParams->siteMgrDesiredSSID; in addSelfSite() 302 ssid.hdr[1] = pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len; in sendProbeResponse() 307 pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len, MAX_SSID_LEN); in sendProbeResponse() 310 …>hOs, (void *)ssid.serviceSetId, (void *)pSiteMgr->pDesiredParams->siteMgrDesiredSSID.str, ssid.hd… in sendProbeResponse()
|
D | siteMgr.c | 654 …PORT_SEVERITY_INFORMATION, "\nSet new SSID= (len=%d) \n", pParam->content.siteMgrDesiredSSID.len); in siteMgr_setParam() 656 if (pParam->content.siteMgrDesiredSSID.len > MAX_SSID_LEN) in siteMgr_setParam() 659 …ryCopy(pSiteMgr->hOs, &pSiteMgr->pDesiredParams->siteMgrDesiredSSID, &pParam->content.siteMgrDesir… in siteMgr_setParam() 662 if ( MAX_SSID_LEN > pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len ) in siteMgr_setParam() 664 …pSiteMgr->pDesiredParams->siteMgrDesiredSSID.str[pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len]… in siteMgr_setParam() 670 …2_11_SSID_JUNK (pSiteMgr->pDesiredParams->siteMgrDesiredSSID.str, pSiteMgr->pDesiredParams->siteMg… in siteMgr_setParam() 1398 … pParam->content.siteMgrDesiredSSID.len = pSiteMgr->pSitesMgmtParams->pPrevPrimarySite->ssid.len; in siteMgr_getParam() 1400 (void *)pParam->content.siteMgrDesiredSSID.str, in siteMgr_getParam() 2111 else if (pSiteMgr->pDesiredParams->siteMgrDesiredSSID.len > 0) in updateSiteInfo() 2116 (TI_UINT8 *)pSiteMgr->pDesiredParams->siteMgrDesiredSSID.str, in updateSiteInfo() [all …]
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
D | paramOut.h | 541 TSsid siteMgrDesiredSSID; member 864 TSsid siteMgrDesiredSSID; member
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
D | CmdInterpretWext.c | 558 pParam->content.siteMgrDesiredSSID.str[i] = (i+1); 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()
|
/hardware/ti/wlan/wl1271/platforms/os/common/src/ |
D | osRgstry.c | 1538 (TI_UINT8*)p->siteMgrInitParams.siteMgrDesiredSSID.str, in regFillInitTable() 1539 (TI_UINT8*)&p->siteMgrInitParams.siteMgrDesiredSSID.len); in regFillInitTable() 1544 if(dummySsidString[loopIndex] != p->siteMgrInitParams.siteMgrDesiredSSID.str[loopIndex]) in regFillInitTable() 1548 p->siteMgrInitParams.siteMgrDesiredSSID.len = (TI_UINT8)loopIndex; in regFillInitTable() 1552 &p->siteMgrInitParams.siteMgrDesiredSSID, in regFillInitTable()
|