Home
last modified time | relevance | path

Searched refs:OnEventAuthTimeout (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/interface/wlan/wpa/v1_1/
H A DIWpaCallback.idl53 OnEventAuthTimeout([in] String ifName);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.h41 int32_t OnEventAuthTimeout(struct IWpaCallback *self, const char *ifName);
H A Dwifi_hdi_wpa_client.cpp396 cWifiHdiWpaCallback.OnEventAuthTimeout = OnEventAuthTimeout; in ReqRegisterStaEventCallback()
H A Dwifi_hdi_wpa_callback.cpp323 int32_t OnEventAuthTimeout(struct IWpaCallback *self, const char *ifName) in OnEventAuthTimeout() function
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwpa_callback_impl.c185 service->interface.OnEventAuthTimeout = WpaCallbackAuthTimeout; in WpaCallbackServiceGet()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_sta_impl.c794 g_hdiWpaStaCallbackObj[instId]->OnEventAuthTimeout = callback->OnEventAuthTimeout; in RegisterHdiWpaStaEventCallback()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback_test.cpp301 int32_t result = OnEventAuthTimeout(nullptr, "wlan0");
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd.c1510 ret = node->callbackObj->OnEventAuthTimeout(node->callbackObj, ifName); in ProcessEventWpaAuthTimeout()