OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HEALTH_MONITOR_MODULE_PARAM
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/wlan/wl1271/utils/
CmdInterfaceCodes.h
159
HEALTH_MONITOR_MODULE_PARAM
= 0x1800, /**< Health Monitor Module Number */
[
all
...]
/system/wlan/ti/wilink_6_1/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;
/system/wlan/ti/wilink_6_1/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 104 milliseconds