Skip to content
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