Skip to content
Snippets Groups Projects
README-STA-steering.md 1.34 KiB
Newer Older
  • Learn to ignore specific revisions
  • Anjan Chanda's avatar
    Anjan Chanda committed
    
    ## STA steer policy configuration parameters according to EasyMesh standard ##
    ````
    config sta_steering
    
        option enable_sta_steer '1'
    
    Anjan Chanda's avatar
    Anjan Chanda committed
        option rcpi_threshold_2g '75'
        option rcpi_threshold_5g '85'
        option rcpi_threshold_6g '85'
        option report_rcpi_threshold_2g '85'
        option report_rcpi_threshold_5g '95'
        option report_rcpi_threshold_6g '95'
    	:
        .
        option plugins_enabled '1'
        option plugins_policy 'any'     # 'any' or 'all'. default = 'any'
        list plugins 'rcpi'
    
        list plugins 'rate'             # TBD
    
    Anjan Chanda's avatar
    Anjan Chanda committed
    ## Plugin 'rcpi' specific config section ##
    
    Anjan Chanda's avatar
    Anjan Chanda committed
    
    ````
    config sta-steer 'rcpi'
    
        option enabled '1'
    
    Anjan Chanda's avatar
    Anjan Chanda committed
        option diffsnr '8'
        option bandsteer '0'
    
        option use_bcn_metrics '1'            # currently no effect. Always used.
        option use_usta_metrics '1'           # currently no effect. Always used.
    
    Anjan Chanda's avatar
    Anjan Chanda committed
        option steer_int '180'
    
        option steer_retry_int '30'           # deprecated. Not used anymore.
        option steer_disabled_int '30'        # deprecated. Not used anymore.
    
    Anjan Chanda's avatar
    Anjan Chanda committed
        :
        .
        option max_steer_attempt '-1'   # default = -1 (unlimited)
    ````
    
    
    Anjan Chanda's avatar
    Anjan Chanda committed
    ## Plugin 'rate' specific config section <TODO> ##
    
    Anjan Chanda's avatar
    Anjan Chanda committed
    
    ````
    config sta-steer 'rate'
    
        option enabled '1'
        option threshold '40'
    
    Anjan Chanda's avatar
    Anjan Chanda committed
        option margin '10'
        option boost '20'
        :
        .
        option max_steer_attempt '1'    # max 1 attempt in STA's connection session
    ````