|
@@ -26,7 +26,7 @@
|
|
#include <wlan_objmgr_cmn.h>
|
|
#include <wlan_objmgr_cmn.h>
|
|
#include "wifi_pos_public_struct.h"
|
|
#include "wifi_pos_public_struct.h"
|
|
|
|
|
|
-#if defined(WIFI_POS_CONVERGED) && defined(WLAN_FEATURE_RTT_11AZ_SUPPORT)
|
|
|
|
|
|
+#if defined(WIFI_POS_CONVERGED)
|
|
/**
|
|
/**
|
|
* struct wifi_pos_osif_ops - Wifi POS osif callbacks
|
|
* struct wifi_pos_osif_ops - Wifi POS osif callbacks
|
|
* @osif_initiate_pasn_cb: Callback to initiate PASN authentication
|
|
* @osif_initiate_pasn_cb: Callback to initiate PASN authentication
|
|
@@ -37,6 +37,9 @@ struct wifi_pos_osif_ops {
|
|
uint8_t num_pasn_peers,
|
|
uint8_t num_pasn_peers,
|
|
bool is_initiate_pasn);
|
|
bool is_initiate_pasn);
|
|
};
|
|
};
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#if defined(WIFI_POS_CONVERGED) && defined(WLAN_FEATURE_RTT_11AZ_SUPPORT)
|
|
|
|
|
|
/**
|
|
/**
|
|
* osif_wifi_pos_register_ops() - Register Wifi-Pos module OS_IF callbacks
|
|
* osif_wifi_pos_register_ops() - Register Wifi-Pos module OS_IF callbacks
|