--- orig/prism2_ap.h Tue Jun 4 15:44:51 2002 +++ prism2_ap.h Tue Jun 4 14:24:05 2002 @@ -72,7 +72,7 @@ int ap; /* whether this station is an AP */ char *challenge; /* shared key authentication challenge */ - + char ssid[MAX_SSID_LEN+1]; // hold the ssid #ifndef PRISM2_HOSTAPD struct timer_list timer; enum { STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH } timeout_next;