Regulatory Region Mapping#
Mapping of country code to regulatory region code.
Sr.No | Country | Country code | Region code |
---|---|---|---|
1 | Australia | AU | ETSI |
2 | Austria | AT | ETSI |
3 | Belgium | BE | ETSI |
4 | Brazil | BR | WORLD |
5 | Canada | CA | FCC |
6 | Chile | CL | WORLD |
7 | China | CN | WORLD |
8 | Colombia | CO | FCC |
9 | Czech Republic | CZ | ETSI |
10 | Denmark | DK | ETSI |
11 | Finland | FI | ETSI |
12 | France | FR | ETSI |
13 | Germany | DE | ETSI |
14 | Hong Kong | HK | WORLD |
15 | India | IN | WORLD |
16 | Indonesia | ID | WORLD |
17 | Ireland | IE | ETSI |
18 | Israel | IL | ETSI |
19 | Italy | IT | ETSI |
20 | Japan | JP | TELEC |
21 | Republic of Korea | KR | WORLD |
22 | Luxembourg | LU | ETSI |
23 | Malaysia | MY | WORLD |
24 | Mexico | MX | FCC |
25 | Morocco | MA | WORLD |
26 | Netherlands | NL | ETSI |
If there are multiple PHYs, or several instances of CFG80211 used by different modules, run the following commands to determine the correct PHY.
$ cat /sys/class/ieee80211/
By running the command below, you will get a list of all PHYs that are currently active.
$ cat /sys/class/ieee80211/phyX/macaddress
where 'X' is the number of the phy's which are obtained from the previous command. The module MAC address (xx:xx:xx:xx:xx:xx) has to be used in the field 'macaddress'. Generic iw commands listed below are also supported.
See the man page of the utility for more information about their usage.
iw phy <phyname> info
iw dev <devname> del
iw reg get
iw reg set <ISO/IEC 3166-1 alpha2
iw dev <devname> scan dump [-u]
iw phy <phyname> set name <new name>
The commands that are supported only in the Access Point mode are as follows:
iw dev <devname> set channel <channel> [HT20]
iw dev <devname> set freq <freq> [HT20]
iw dev <devname> station del <MAC address>
iw dev <devname> station get <MAC address>