Searched refs:FW_VERSION_LEN (Results 1 - 10 of 10) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DparamOut.h629 UINT8 siteMgrFwVersion[FW_VERSION_LEN]; /* Firmware version - null terminated string*/
1002 UINT8 siteMgrFwVersion[FW_VERSION_LEN]; /* Firmware version - null terminated string*/
H A DcommonTypes.h187 #define FW_VERSION_LEN 20 macro
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h154 UINT8 fwVer[FW_VERSION_LEN]; /* Firmware version - null terminated string*/
/system/wlan/ti/wilink_6_1/stad/Export_Inc/
H A DparamOut.h559 TI_UINT8 siteMgrFwVersion[FW_VERSION_LEN]; /* Firmware version - null terminated string*/
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h460 #define FW_VERSION_LEN 20 macro
1633 TI_UINT8 fwVer[FW_VERSION_LEN]; /**< Firmware version - null terminated string */
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
H A DconfigMgr.c2030 os_memoryCopy(pConfigManager->hOs, pInitTable->siteMgrInitParams.siteMgrFwVersion, pChip_Version->fwVer, FW_VERSION_LEN);
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosUtil.c3319 UCHAR FwVersion[FW_VERSION_LEN];
3333 UtilGetParam(pAdapter, SITE_MGR_FIRMWARE_VERSION_PARAM, FwVersion, FW_VERSION_LEN);
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dcu_cmd.c6263 S8 FwVesrion[FW_VERSION_LEN];
6266 FwVesrion, FW_VERSION_LEN)) return;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c3084 (void *)(whal_ParamsGetFwVersion(pWhalCtrl->pWhalParams)), FW_VERSION_LEN);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A DsiteMgr.c1428 os_memoryCopy(pSiteMgr->hOs, &(pParam->content.siteMgrFwVersion), &(pSiteMgr->pDesiredParams->siteMgrFwVersion), FW_VERSION_LEN);

Completed in 892 milliseconds