Skip to content

Added MAC filter support for WiFi profiles#12

Closed
fsolak47 wants to merge 2 commits intoobsy:mainfrom
fsolak47:add-mac-filter
Closed

Added MAC filter support for WiFi profiles#12
fsolak47 wants to merge 2 commits intoobsy:mainfrom
fsolak47:add-mac-filter

Conversation

@fsolak47
Copy link
Copy Markdown

Summary

This PR adds MAC address filter support to WiFi profiles managed by apcontroller.

The new profile options are:

  • macfilter
    • disable
    • allow
    • deny
  • maclist
    • list of MAC addresses

The options are exposed in the LuCI WiFi profile form and transferred to managed APs via the existing config deployment mechanism.

Behavior

For each managed WiFi interface, the agent now sets:

option macfilter 'allow|deny'
list maclist 'AA:BB:CC:DD:EE:FF'

@obsy
Copy link
Copy Markdown
Owner

obsy commented May 1, 2026

This should be split into two commits - one adding macfilter and the other changing the syntax.

@fsolak47
Copy link
Copy Markdown
Author

fsolak47 commented May 1, 2026

Sorry, this is my first PR ever :)
I tried to removed the format changes

obsy added a commit that referenced this pull request May 4, 2026
@obsy
Copy link
Copy Markdown
Owner

obsy commented May 4, 2026

Added in 9dea3ae with a few corrections, name changes and added translations. Thanks.

@obsy obsy closed this May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants