Skip to content

When in bridged AP mode, should the MAC addresses of the WiFi clients connected to the bridge be shown under connected devices? #1694

Closed Answered by billz
tehbra1n asked this question in Q&A
Discussion options

You must be logged in to vote

A list of MAC addresses belonging to clients associated with the AP should appear here. Here is the method used to create the client list. e.g.:

iw dev wlan0 station dump | grep -oE "([[:xdigit:]]{2}:){5}[[:xdigit:]]{2}"

Substitute wlan0 for your AP interface.

If I connect a client to a bridged AP it returns the client MAC.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tehbra1n
Comment options

@billz
Comment options

billz Nov 7, 2024
Maintainer

Answer selected by tehbra1n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants