| Submitter | michael-dev@fami-braun.de |
|---|---|
| Date | Nov. 16, 2012, 3:12 p.m. |
| Message ID | <20121116151252.13466.58429.stgit@localhost6.localdomain6> |
| Download | mbox | patch |
| Permalink | /patch/199657/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/src/ap/ap_config.h b/src/ap/ap_config.h index f5e4a6a..a853744 100644 --- a/src/ap/ap_config.h +++ b/src/ap/ap_config.h @@ -96,6 +96,11 @@ struct hostapd_vlan { }; #define PMK_LEN 32 +struct hostapd_sta_wpa_psk_short { + struct hostapd_sta_wpa_psk_short *next; + u8 psk[PMK_LEN]; +}; + struct hostapd_wpa_psk { struct hostapd_wpa_psk *next; int group;