Lines Matching refs:func
435 static WMErrCode WHi_MeasureChannel(WMCallbackFunc func, u16 channel);
2516 void WH_SetDebugOutput(void (*func) (const char *, ...)) in WH_SetDebugOutput()
2519 wh_trace = func; in WH_SetDebugOutput()
2806 static WMErrCode WHi_MeasureChannel(WMCallbackFunc func, u16 channel) in WHi_MeasureChannel() argument
2816 return WM_MeasureChannel(func, /* Callback settings */ in WHi_MeasureChannel()
3259 void WH_SetJudgeAcceptFunc(WHJudgeAcceptFunc func) in WH_SetJudgeAcceptFunc() argument
3261 sJudgeAcceptFunc = func; in WH_SetJudgeAcceptFunc()
3565 void WH_SetParentWEPKeyGenerator(WHParentWEPKeyGeneratorFunc func) in WH_SetParentWEPKeyGenerator() argument
3567 sParentWEPKeyGenerator = func; in WH_SetParentWEPKeyGenerator()
3584 void WH_SetChildWEPKeyGenerator(WHChildWEPKeyGeneratorFunc func) in WH_SetChildWEPKeyGenerator() argument
3586 sChildWEPKeyGenerator = func; in WH_SetChildWEPKeyGenerator()
4012 SDK_WEAK_SYMBOL void WcTurnOnPictoCatch(WCPictoCatchCallbackFunc func) in WcTurnOnPictoCatch() argument
4014 infoForWC->pictoCatchCallback = func; in WcTurnOnPictoCatch()