Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_twt.h143 void (*on_twt_session_teardown)(wifi_request_id id, int session_id, member
/hardware/interfaces/wifi/aidl/default/
Dwifi_sta_iface.cpp333 const auto& on_twt_session_teardown = in registerTwtEventCallbackInternal() local
400 on_twt_session_teardown, on_twt_session_stats, on_twt_session_suspend, in registerTwtEventCallbackInternal()
Dwifi_legacy_hal.h568 using on_twt_session_teardown = std::function<void(wifi_request_id id, int session_id, variable
787 const on_twt_session_teardown& on_twt_session_teardown_user_callback,
Dwifi_legacy_hal.cpp1874 const on_twt_session_teardown& on_twt_session_teardown_user_callback, in twtRegisterEvents()