Home
last modified time | relevance | path

Searched refs:on_twt_session_suspend (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_twt.h161 void (*on_twt_session_suspend)(wifi_request_id id, int session_id); member
/hardware/interfaces/wifi/aidl/default/
Dwifi_sta_iface.cpp370 const auto& on_twt_session_suspend = [weak_ptr_this](legacy_hal::wifi_request_id id, in registerTwtEventCallbackInternal() local
400 on_twt_session_teardown, on_twt_session_stats, on_twt_session_suspend, in registerTwtEventCallbackInternal()
Dwifi_legacy_hal.h572 using on_twt_session_suspend = std::function<void(wifi_request_id id, int session_id)>; variable
789 const on_twt_session_suspend& on_twt_session_suspend_user_callback,
Dwifi_legacy_hal.cpp1876 const on_twt_session_suspend& on_twt_session_suspend_user_callback, in twtRegisterEvents()