Page MenuHomeFreeBSD

Add instructions on how to configure the requlatory domain settings for wifi
ClosedPublic

Authored by albert_fsfe.org on Jun 9 2019, 3:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 1:50 PM
Unknown Object (File)
Thu, May 2, 1:50 PM
Unknown Object (File)
Thu, May 2, 12:37 PM
Unknown Object (File)
Thu, May 2, 12:37 PM
Unknown Object (File)
Thu, May 2, 10:29 AM
Unknown Object (File)
Mon, Apr 29, 5:29 PM
Unknown Object (File)
Fri, Apr 12, 6:05 PM
Unknown Object (File)
Mar 28 2024, 6:23 PM
Subscribers

Details

Summary

Since the regulartory situation is different in diefferent parts of the world, it is necessary to correctly set the domains that aplies to your location to have the correct information what channels can be used.

Diff Detail

Repository
rD FreeBSD doc repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

A few corrections and typo fixes.

en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
900 ↗(On Diff #58440)

s/regulartory/regulatory/

901 ↗(On Diff #58440)

s/diefferent/different/

902 ↗(On Diff #58440)

s/aplies/apply/

903 ↗(On Diff #58440)

s/information what/information about what/

909 ↗(On Diff #58440)

s/ifconfig/<command>ifconfig</command>:/

916 ↗(On Diff #58440)

We are encouraging users to use sysrc to add lines to rc.conf. You also need to use <screen> (the user should do something) instead of <programlisting> (just showing what a file looks like). The line would look like this:

sysrc create_args_wlan0="country <replaceable>AT</replaceable> regdomain <replaceable>ETSI</replaceable>"

albert_fsfe.org marked 6 inline comments as done.
  • fixed spelling mistakes
  • use command tag
  • use sysrc & screen instead of programlisting

Excellent, now it looks good to go. Thank you, I'll commit it soon.

This revision is now accepted and ready to land.Jun 9 2019, 4:36 PM
This revision was automatically updated to reflect the committed changes.