In an ESP8266 module configured as an access point, I want it to have several passwords or passphrases, each client will have a different one and if I do not want it to connect to the network I will remove the key from that client and not from the others.
Example in AT mode:
wifi1 passs=1234 client 1
wifi1 passs=1111 client 2
wifi1 passs=2222 client 3
wifi1 passs=3333 client 4
This is possible?
Greetings and thank you