|
@@ -1691,6 +1691,8 @@ struct roam_fils_params {
|
|
|
* device is considered to be inactive
|
|
|
* @is_sae_same_pmk: Flag to indicate fw whether WLAN_SAE_SINGLE_PMK feature is
|
|
|
* enable or not
|
|
|
+ * @enable_ft_im_roaming: Flag to enable/disable FT-IM roaming upon receiving
|
|
|
+ * deauth
|
|
|
* @roam_inactive_data_packet_count: Maximum allowed data packets count during
|
|
|
* roam_scan_inactivity_time.
|
|
|
* @roam_scan_period_after_inactivity: Roam scan period in ms after device is
|
|
@@ -1720,6 +1722,7 @@ struct roam_offload_scan_params {
|
|
|
uint32_t rct_validity_timer;
|
|
|
bool is_adaptive_11r;
|
|
|
bool is_sae_same_pmk;
|
|
|
+ bool enable_ft_im_roaming;
|
|
|
#endif
|
|
|
uint32_t min_delay_btw_roam_scans;
|
|
|
uint32_t roam_trigger_reason_bitmask;
|