How to discover which MAC address was used with a given PPSK
How to discover which MAC address was used with a given PPSK
Hello,
I'm thinking about the following process to control WiFi devices in a PPSK environment without Radius. My ultimate goal is to keep user from passing PSK to each other but without asking them to know anything about MAC addresses.
- I give device owner a private PSK to be used any device without any MAC address restriction
- device is connected to WiFi network using this private PSK
- some days later, I collect a MAC address that was used with this P-PSK
- I update the PPSK table to restrict the precise private PSK to be only used with this precise MAC address
How can I collect MAC addresses used along PPSK ?
Would it be possible, for instance to simply parse a log file for this ?
Best regards