diff --git a/include/hardware_legacy/wifi_nan.h b/include/hardware_legacy/wifi_nan.h index a361b60..7f7b878 100644 --- a/include/hardware_legacy/wifi_nan.h +++ b/include/hardware_legacy/wifi_nan.h @@ -1620,6 +1620,15 @@ typedef struct { NanBeaconSdfPayloadReceive data; } NanBeaconSdfPayloadInd; +/* + Event Indication notifying the + transmit followup in progress +*/ +typedef struct { + transaction_id id; + NanStatusType reason; +} NanTransmitFollowupInd; + /* Data request Initiator/Responder app/service related info @@ -1784,6 +1793,7 @@ typedef struct { void (*EventDataRequest)(NanDataPathRequestInd* event); void (*EventDataConfirm)(NanDataPathConfirmInd* event); void (*EventDataEnd)(NanDataPathEndInd* event); + void (*EventTransmitFollowup) (NanTransmitFollowupInd* event); } NanCallbackHandler; /* Enable NAN functionality. */