Searched refs:EventDataConfirm (Results 1 – 6 of 6) sorted by relevance
1042 if (!res && mHandler.EventDataConfirm) { in handleNdpIndication()1043 (*mHandler.EventDataConfirm)(&ndpConfirmInd); in handleNdpIndication()
991 if (!res && mHandler.EventDataConfirm) { in handleNdpIndication()992 (*mHandler.EventDataConfirm)(&ndpConfirmInd); in handleNdpIndication()
3089 void (*EventDataConfirm)(NanDataPathConfirmInd* event); member
2504 GET_NAN_HANDLE(info)->mHandlers.EventDataConfirm(&ndp_create_confirmation_event); in handleEvent()5131 … GET_NAN_HANDLE(info)->mHandlers.EventDataConfirm(&ndp_create_confirmation_event); in handleEvent()
3946 GET_NAN_HANDLE(info)->mHandlers.EventDataConfirm(&ndp_create_confirmation_event); in handleEvent()7062 … GET_NAN_HANDLE(info)->mHandlers.EventDataConfirm(&ndp_create_confirmation_event); in handleEvent()
6502 handlers.EventDataConfirm = OnNanEventDataConfirmation; in nan_init_handlers()