qcacmn: Add iface changes to enable/disable FT-IM in FW

With specific AP(s), FW needs to perform FT initial mobility
association instead of FT roaming for deauth roam trigger.

Add iface changes to configure "FT initial mobility roaming
for deauth roam trigger" behavior from the HOST.

Change-Id: I695a36b66a7a53e8d08526c065a9530196646184
CRs-fixed: 2665885
This commit is contained in:
Abhinav Kumar
2020-04-16 20:40:59 +05:30
committed by nshrivas
parent 37307abc04
commit 395336f2f9
2 changed files with 6 additions and 0 deletions

View File

@@ -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;