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

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

Completed in 141 milliseconds