Lines Matching refs:func
374 static WMErrCode WHi_MeasureChannel(WMCallbackFunc func, u16 channel);
2382 void WH_SetDebugOutput(void (*func) (const char *, ...)) in WH_SetDebugOutput()
2385 wh_trace = func; in WH_SetDebugOutput()
2672 static WMErrCode WHi_MeasureChannel(WMCallbackFunc func, u16 channel) in WHi_MeasureChannel() argument
2682 return WM_MeasureChannel(func, /* Callback settings */ in WHi_MeasureChannel()
3124 void WH_SetJudgeAcceptFunc(WHJudgeAcceptFunc func) in WH_SetJudgeAcceptFunc() argument
3126 sJudgeAcceptFunc = func; in WH_SetJudgeAcceptFunc()
3421 void WH_SetParentWEPKeyGenerator(WHParentWEPKeyGeneratorFunc func) in WH_SetParentWEPKeyGenerator() argument
3423 sParentWEPKeyGenerator = func; in WH_SetParentWEPKeyGenerator()
3440 void WH_SetChildWEPKeyGenerator(WHChildWEPKeyGeneratorFunc func) in WH_SetChildWEPKeyGenerator() argument
3442 sChildWEPKeyGenerator = func; in WH_SetChildWEPKeyGenerator()