Searched refs:NanDisabledInd (Results 1 – 7 of 7) sorted by relevance
55 int getNanDisabled(NanDisabledInd *event);
349 NanDisabledInd* pRspdInd; in NanErrorTranslation()398 pRspdInd = (NanDisabledInd*)pResponse; in NanErrorTranslation()
102 NanDisabledInd disabledInd; in handleNanIndication()592 int NanCommand::getNanDisabled(NanDisabledInd *event) in getNanDisabled()
2106 } NanDisabledInd; typedef2402 void (*EventDisabled) (NanDisabledInd* event);
98 std::function<void(const NanDisabledInd&)> on_event_disabled;
248 std::function<void(const NanDisabledInd&)> on_nan_event_disabled_user_callback;249 void onAysncNanEventDisabled(NanDisabledInd* event) { in onAysncNanEventDisabled()
266 [weak_ptr_this](const legacy_hal::NanDisabledInd& msg) { in WifiNanIface()