|
@@ -280,6 +280,7 @@ enum mlme_ts_info_ack_policy {
|
|
|
* @RSO_CHANNEL_SWITCH: disable roaming due to STA channel switch
|
|
|
* @RSO_CONNECT_START: disable roaming temporarily due to connect
|
|
|
* @RSO_SAP_CHANNEL_CHANGE: disable roaming due to SAP channel change
|
|
|
+ * @RSO_NDP_CON_ON_NDI: disable roaming due to NDP connection on NDI
|
|
|
*/
|
|
|
enum roam_control_requestor {
|
|
|
RSO_INVALID_REQUESTOR,
|
|
@@ -287,6 +288,7 @@ enum roam_control_requestor {
|
|
|
RSO_CHANNEL_SWITCH = BIT(1),
|
|
|
RSO_CONNECT_START = BIT(2),
|
|
|
RSO_SAP_CHANNEL_CHANGE = BIT(3),
|
|
|
+ RSO_NDP_CON_ON_NDI = BIT(4),
|
|
|
};
|
|
|
|
|
|
/**
|
|
@@ -1424,6 +1426,9 @@ struct bss_load_trigger {
|
|
|
#define AKM_SAE 3
|
|
|
#define AKM_OWE 4
|
|
|
|
|
|
+#define LFR3_STA_ROAM_DISABLE_BY_P2P BIT(0)
|
|
|
+#define LFR3_STA_ROAM_DISABLE_BY_NAN BIT(1)
|
|
|
+
|
|
|
/*
|
|
|
* @mawc_roam_enabled: Enable/Disable MAWC during roaming
|
|
|
* @enable_fast_roam_in_concurrency:Enable LFR roaming on STA during concurrency
|
|
@@ -1441,6 +1446,7 @@ struct bss_load_trigger {
|
|
|
* @enable_roam_reason_vsie: Enable/disable incluison of roam reason
|
|
|
* vsie in Re(assoc) frame
|
|
|
* @roam_trigger_bitmap: Bitmap of roaming triggers.
|
|
|
+ * @sta_roam_disable STA roaming disabled by interfaces
|
|
|
* @early_stop_scan_enable: Set early stop scan
|
|
|
* @enable_5g_band_pref: Enable preference for 5G from INI
|
|
|
* @ese_enabled: Enable ESE feature
|
|
@@ -1545,6 +1551,7 @@ struct wlan_mlme_lfr_cfg {
|
|
|
int32_t idle_roam_min_rssi;
|
|
|
bool enable_roam_reason_vsie;
|
|
|
uint32_t roam_trigger_bitmap;
|
|
|
+ uint32_t sta_roam_disable;
|
|
|
#endif
|
|
|
bool early_stop_scan_enable;
|
|
|
bool enable_5g_band_pref;
|