wifi ap macaddrdenyadd MAC address
Add a MAC address to the deny list. The deny list is used to prevent clients from connecting to the wifi access point.
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 allowed unless explicitly denied with this command
- cmd wifi ap macaddrallowadd CANNOT be used if this command is used.
Examples:
- Add the MAC address "10:11:12:13:14:15":
cmd wifi ap macaddrdenyadd 10:11:12:13:14:15
- Add the MAC address "AA-BB-CC-DD-EE-FF":
cmd wifi ap macaddrdenyadd AA-BB-CC-DD-EE-FF
- Add the MAC address "11:22-33:44-55:66":
cmd wifi ap macaddrdenyadd 11:22-33:44-55:66
- Add the MAC address "010203040506":
cmd wifi ap macaddrdenyadd 010203040506
See also: Wi-Fi Networks
Firmware revision 2.1.0