wifi ap macaddrallowadd MAC address
Add a MAC address to the allow list. The allow list is used to accept clients connecting to the wifi ap.
MAC address | Delimited by ':' or '-' or a combination of (also accepts no delimiters, see examples below)
|
Each time the add command is executed, a new entry is added to the "list". The "show" command dumps the complete list suitable to write the same configuration later. ie, one MAC address per line with the command preceeding.
Notes:
- If a MAC address already exists in the list, the entry is ignored
- Maximum number of entries is 2048
- When this command is used, every MAC address is denied unless explicitly allowed with this command
- cmd wifi ap macaddrdenyadd CANNOT be used if this command is used.
Examples:
- Add the MAC address "10:11:12:13:14:15":
cmd wifi ap macaddrallowadd 10:11:12:13:14:15
- Add the MAC address "AA-BB-CC-DD-EE-FF":
cmd wifi ap macaddrallowadd AA-BB-CC-DD-EE-FF
- Add the MAC address "11:22-33:44-55:66":
cmd wifi ap macaddrallowadd 11:22-33:44-55:66
- Add the MAC address "010203040506":
cmd wifi ap macaddrallowadd 010203040506
See also: Wi-Fi Networks
Firmware revision 2.1.0