Skip to content

Wifi Band specific options

Default values

config lime-wifi-band '2ghz'
	option channel '11'
	option htmode 'HT20'
	option distance '1000'
	option adhoc_mcast_rate '24000'
	option ieee80211s_mcast_rate '24000'

config lime-wifi-band '5ghz'
	list channel '48'
	list channel '157'
	option htmode 'HT40'
	option distance '10000'
	option adhoc_mcast_rate '6000'
	option ieee80211s_mcast_rate '6000'

2ghz

Configure all radios at 2ghz adding a section config lime-wifi-band '2ghz' in lime-node Settings in this section applies for all radios in 2ghz (or 5ghz) band. And take precedence over lime wifi section

config lime-wifi-band '2ghz'
    option channel '11'
    option htmode 'HT20'
    option distance '1000'                             
    option adhoc_mcast_rate '24000'
    option ieee80211s_mcast_rate '24000'

5ghz

config lime-wifi-band '5ghz'
    list channel '48'                                   
    list channel '157'
    option htmode 'HT40'
    option distance '10000'                             
    option adhoc_mcast_rate '6000'
    option ieee80211s_mcast_rate '6000'

Examples

Dual band

For networks where only dual band routers are used:

  • the 5GHz radio can be reserved for the node-to-node connections.
  • the 2.4Ghz radios can be reserved for access points.
config lime-wifi-band '5ghz'
    list modes 'ieee80211s'                                

config lime-wifi-band '2ghz'
    list modes 'ap'                                     
    list modes 'apname'