Is it possible to configure hostapd to have a list of more than one valid passphrase that a supplicant can use to authenticate ? Solutions I've seen so far involve setting up a RADIUS server, but I'm curious of there is a simpler solution.
I'm investigating a setting up an access point that periodically changes the passphrases from a randomly generated string. I'd like hostapd to accept the last n passphrases generated in FIFO order. The user will always use the latest passphrase, and will be guaranteed that passphrase will be valid for as long as it exists in the FIFO.
Thanks,