Home
last modified time | relevance | path

Searched refs:staIp (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DsiteHash.h170 TI_STATUS buildArpRspTemplate(siteMgr_t *pSiteMgr, TSetTemplate *pTemplate, TIpAddr staIp);
DsiteMgr.c971 TIpAddr staIp; in siteMgr_setParam() local
974 staIp[0] = pParam->content.StationIP[0]; in siteMgr_setParam()
975 staIp[1] = pParam->content.StationIP[1]; in siteMgr_setParam()
976 staIp[2] = pParam->content.StationIP[2]; in siteMgr_setParam()
977 staIp[3] = pParam->content.StationIP[3]; in siteMgr_setParam()
982 buildArpRspTemplate(pSiteMgr, &templateStruct, staIp); in siteMgr_setParam()
986 if ((staIp[0] | staIp[1] | staIp[2] | staIp[3]) == 0) in siteMgr_setParam()
991 TWD_CfgArpIpAddrTable(pSiteMgr->hTWD, staIp , filterType, IP_VER_4); in siteMgr_setParam()
Dtemplates.c761 TI_STATUS buildArpRspTemplate(siteMgr_t *pSiteMgr, TSetTemplate *pTemplate, TIpAddr staIp) in buildArpRspTemplate() argument
822 IP_COPY(pBuffer->StaIp, staIp); in buildArpRspTemplate()
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriverCtrl.c287 TI_STATUS TWD_CfgArpIpFilter (TI_HANDLE hTWD, TIpAddr staIp) in TWD_CfgArpIpFilter() argument
293 return cmdBld_CfgArpIpFilter (pTWD->hCmdBld, staIp, NULL, NULL); in TWD_CfgArpIpFilter()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c6332 TIpAddr staIp; in CuCmd_SetArpIPFilter() local
6343 staIp[0] = (TI_UINT8)parm[0].value; in CuCmd_SetArpIPFilter()
6344 staIp[1] = (TI_UINT8)parm[1].value; in CuCmd_SetArpIPFilter()
6345 staIp[2] = (TI_UINT8)parm[2].value; in CuCmd_SetArpIPFilter()
6346 staIp[3] = (TI_UINT8)parm[3].value; in CuCmd_SetArpIPFilter()
6349 if (OK != CuCommon_SetBuffer (pCuCmd->hCuCommon, SITE_MGR_SET_WLAN_IP_PARAM, staIp, length)) in CuCmd_SetArpIPFilter()