Lines Matching refs:func
427 static WMErrCode WHi_MeasureChannel(WMCallbackFunc func, u16 channel);
2508 void WH_SetDebugOutput(void (*func) (const char *, ...)) in WH_SetDebugOutput()
2511 wh_trace = func; in WH_SetDebugOutput()
2798 static WMErrCode WHi_MeasureChannel(WMCallbackFunc func, u16 channel) in WHi_MeasureChannel() argument
2808 return WM_MeasureChannel(func, /* Callback settings */ in WHi_MeasureChannel()
3251 void WH_SetJudgeAcceptFunc(WHJudgeAcceptFunc func) in WH_SetJudgeAcceptFunc() argument
3253 sJudgeAcceptFunc = func; in WH_SetJudgeAcceptFunc()
3557 void WH_SetParentWEPKeyGenerator(WHParentWEPKeyGeneratorFunc func) in WH_SetParentWEPKeyGenerator() argument
3559 sParentWEPKeyGenerator = func; in WH_SetParentWEPKeyGenerator()
3576 void WH_SetChildWEPKeyGenerator(WHChildWEPKeyGeneratorFunc func) in WH_SetChildWEPKeyGenerator() argument
3578 sChildWEPKeyGenerator = func; in WH_SetChildWEPKeyGenerator()
4004 SDK_WEAK_SYMBOL void WcTurnOnPictoCatch(WCPictoCatchCallbackFunc func) in WcTurnOnPictoCatch() argument
4006 infoForWC->pictoCatchCallback = func; in WcTurnOnPictoCatch()