Home | History | Annotate | Download | only in Sta_Management

Lines Matching defs:hOs

67     TI_HANDLE            hOs;                    /* handle to the OS object */
129 * \param hOs - The OS adaptation handle
133 TI_HANDLE healthMonitor_create (TI_HANDLE hOs)
138 pHealthMonitor = (THealthMonitor*)os_memoryAlloc (hOs, sizeof(THealthMonitor));
143 os_memoryZero (hOs, pHealthMonitor, sizeof(THealthMonitor));
146 pHealthMonitor->hOs = hOs;
254 os_memoryFree (pHealthMonitor->hOs, pHealthMonitor, sizeof(THealthMonitor));
375 TRACE2(pHealthMonitor->hReport, REPORT_SEVERITY_CONSOLE, "***** recovery trigger: failureEvent =%d *****, ts=%d\n", pHealthMonitor->failureEvent, os_timeStampMs(pHealthMonitor->hOs));
376 WLAN_OS_REPORT (("***** recovery trigger: %s *****, ts=%d\n", sRecoveryTriggersNames[pHealthMonitor->failureEvent], os_timeStampMs(pHealthMonitor->hOs)));