HomeSort by relevance Sort by last modified time
    Searched refs:HEALTH_MONITOR_MODULE_PARAM (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/utils/
CmdInterfaceCodes.h 159 HEALTH_MONITOR_MODULE_PARAM = 0x1800, /**< Health Monitor Module Number */
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c 350 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(HEALTH_MONITOR_MODULE_PARAM) - 1].set = healthMonitor_SetParam;
351 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(HEALTH_MONITOR_MODULE_PARAM) - 1].get = healthMonitor_GetParam;
352 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(HEALTH_MONITOR_MODULE_PARAM) - 1].handle = pCmdDispatch->hHealthMonitor;

Completed in 85 milliseconds