diff --git a/components/mlme/dispatcher/inc/cfg_mlme_lfr.h b/components/mlme/dispatcher/inc/cfg_mlme_lfr.h index dbc8c2360e..f661c88cbc 100644 --- a/components/mlme/dispatcher/inc/cfg_mlme_lfr.h +++ b/components/mlme/dispatcher/inc/cfg_mlme_lfr.h @@ -115,7 +115,7 @@ * */ #define CFG_LFR_MAWC_ROAM_RSSI_HIGH_ADJUST CFG_INI_UINT( \ - "mawc_roam_ap_rssi_threshold", \ + "mawc_roam_rssi_high_adjust", \ 3, \ 5, \ 5, \ @@ -989,6 +989,7 @@ "Maximum penalty that can be applied to 5GHz RSSI") /* + * * max_num_pre_auth - Configure max number of pre-auth * @Min: 0 * @Max: 256 @@ -998,6 +999,7 @@ * * Usage: Internal * + * */ #define CFG_LFR_MAX_NUM_PRE_AUTH CFG_UINT( \ "max_num_pre_auth", \ @@ -1008,6 +1010,7 @@ "") /* + * * roam_preauth_retry_count * * @Min: 1 @@ -1043,7 +1046,7 @@ * @Default: 5 * * Time to wait (in ms) after sending an preauth or reassoc - * request which didn’t have an ack, before considering + * request which didn't have an ack, before considering * it as a failure and making another software retry. * * Related: N/A