|
@@ -81,6 +81,7 @@
|
|
|
#include "wlan_if_mgr_roam.h"
|
|
|
#include "wlan_roam_debug.h"
|
|
|
#include "wlan_cm_roam_public_struct.h"
|
|
|
+#include "wlan_mlme_twt_api.h"
|
|
|
|
|
|
#define RSN_AUTH_KEY_MGMT_SAE WLAN_RSN_SEL(WLAN_AKM_SAE)
|
|
|
#define MAX_PWR_FCC_CHAN_12 8
|
|
@@ -16473,7 +16474,8 @@ csr_process_roam_sync_callback(struct mac_context *mac_ctx,
|
|
|
if (QDF_IS_STATUS_ERROR(status))
|
|
|
goto end;
|
|
|
|
|
|
-
|
|
|
+ mlme_init_twt_context(mac_ctx->psoc, &connected_bssid,
|
|
|
+ TWT_ALL_SESSIONS_DIALOG_ID);
|
|
|
csr_roam_call_callback(mac_ctx, session_id, NULL, 0,
|
|
|
eCSR_ROAM_FT_START, eCSR_ROAM_RESULT_SUCCESS);
|
|
|
goto end;
|