Home | History | Annotate | Download | only in hw_ctrl

Lines Matching refs:macAddr

1160 int whal_hwCtrl_SetMacAddress(HwCtrl_T *pHwCtrl, macAddress_t *macAddr)
1162 whal_ParamsSetSrcMac(pHwCtrl->pWhalParams, (char*)macAddr->addr);
1164 return whal_hwInfoElemStationIdSet (pHwCtrl->pHwMboxConfig, (UINT8*)macAddr->addr);