Allow WPA passphrase to be fetched with RADIUS Tunnel-Password attribute
[mech_eap.git] / src / ap / sta_info.h
index 3ad00e2..4d3b5e9 100644 (file)
@@ -98,6 +98,7 @@ struct sta_info {
        struct hostapd_ssid *ssid_probe; /* SSID selection based on ProbeReq */
 
        int vlan_id;
+       u8 *psk; /* PSK from RADIUS authentication server */
 
        struct ieee80211_ht_capabilities *ht_capabilities;