]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/eap_server/eap_i.h
WPS: Add a workaround for Windows 7 capability discovery for PBC
[thirdparty/hostap.git] / src / eap_server / eap_i.h
index da8f8489f54aedc51f7b438ac0702f46b3f14812..3cba5aa5679630778dcf980ad49e67072e3dbfed 100644 (file)
@@ -181,8 +181,10 @@ struct eap_sm {
        int pac_key_refresh_time;
        int eap_sim_aka_result_ind;
        int tnc;
+       u16 pwd_group;
        struct wps_context *wps;
        struct wpabuf *assoc_wps_ie;
+       struct wpabuf *assoc_p2p_ie;
 
        Boolean start_reauth;
 
@@ -190,6 +192,8 @@ struct eap_sm {
 
        /* Fragmentation size for EAP method init() handler */
        int fragment_size;
+
+       int pbc_in_m1;
 };
 
 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len,