Home
last modified time | relevance | path

Searched defs:IApServiceCallbacks (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Di_ap_service_callbacks.h26 struct IApServiceCallbacks { struct
27 std::string callbackModuleName;
28 std::function<void(ApState, int)> OnApStateChangedEvent;
29 std::function<void(const StationInfo &, int)> OnHotspotStaJoinEvent; // STA device join event.
30 …std::function<void(const StationInfo &, int)> OnHotspotStaLeaveEvent; // STA device leaving event.