Searched refs:onWpsConnectionReject (Results 1 – 4 of 4) sorted by relevance
36 void (*onWpsConnectionReject)(int status); member
325 if (event == HAL_CBK_CMD_WPS_CONNECTION_REJECT && callback->onWpsConnectionReject != NULL) { in IdlCbkWpaEventDeal()326 callback->onWpsConnectionReject(status); in IdlCbkWpaEventDeal()
169 callback.onWpsConnectionReject = OnWpsConnectionRejectTest; in SetWifiEventCallbackTest()
681 cEventCallback.onWpsConnectionReject = OnWpaConnectionReject; in ReqRegisterStaEventCallback()