Searched refs:ssidLength (Results 1 - 11 of 11) sorted by relevance

/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCmd.c94 tnetScanParams.basicScanParameters.ssidLength = pScanVals->desiredSsid.len;
98 tnetScanParams.basicScanParameters.ssidLength);
393 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "SSID filter type: %d, SSID length: %d, SSID: \n", pCommand->ssidFilterType, pCommand->ssidLength);
439 TRACE3(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "index: %d, SSID type: %d, SSID length:% d, SSID string:\n", uIndex, pCommand->SSIDList[ uIndex ].ssidType, pCommand->SSIDList[ uIndex ].ssidLength);
547 tFWPeriodicScanParams.ssidLength = 0;
559 tFWPeriodicScanParams.ssidLength = 0;
565 pFWSsidList->SSIDList[ uIndex ].ssidLength =
569 pFWSsidList->SSIDList[ uIndex ].ssidLength);
729 if (pJoinBssParams->ssidLength > 32)
730 pJoinBssParams->ssidLength
[all...]
H A DCmdBldCmdIE.c176 pCmd->ssidLength = pSsid->len;
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_commands.h401 uint8 ssidLength; /* This field specifies the size of the SSID, */ member in struct:__anon1077
656 uint8 ssidLength; /* This field specifies the size of the SSID, which*/ member in struct:__anon1083
1473 uint8 ssidLength; /* SSID Length (if ssidType is specified in command) */ member in struct:__anon1110
1511 uint8 ssidLength; member in struct:__anon1112
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_commands.h461 uint8 ssidLength; /* This field specifies the size of the SSID, */ member in struct:__anon749
740 uint8 ssidLength; /* This field specifies the size of the SSID, which*/ member in struct:__anon757
/system/wlan/ti/wilink_6_1/Test/
H A Dfwdriverdebug.c187 JoinBss.ssidLength = 5;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c1430 tnetScanParams.basicScanParameters.ssidLength = pScanVals->desiredSsid.len;
1432 (void *)pScanVals->desiredSsid.ssidString, tnetScanParams.basicScanParameters.ssidLength );
1724 if (pJoinBssParams->ssidLength > 32)
1725 pJoinBssParams->ssidLength = 32;
1728 os_memoryCopy(pWhalCtrl->hOs, (void *)dbgSsidStr, (void *)pJoinBssParams->pSSID, pJoinBssParams->ssidLength);
1729 dbgSsidStr[pJoinBssParams->ssidLength] = '\0';
1754 ssidLength = %d \n \
1768 pJoinBssParams->ssidLength,
1789 whal_ParamsSetSsid(pWhalCtrl->pWhalParams, (char *)pJoinBssParams->pSSID, pJoinBssParams->ssidLength);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h184 UINT8 ssidLength; member in struct:__anon711
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxCmd.c199 pCmd->ssidLength = pWlanElm_Ssid->hdr.eleLen;
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h1655 TI_UINT8 ssidLength; /**< */ member in struct:__anon1356
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A DsiteMgr.c1666 joinParams.ssidLength = pPrimarySite->ssid.len;
1796 joinParams.ssidLength = 1;
1848 joinParams.ssidLength = dummySsid.len;
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DsiteMgr.c1461 joinParams.ssidLength = pPrimarySite->ssid.len;

Completed in 119 milliseconds