HS 2.0R2: Add support for Policy/RequiredProtoPortTuple
[mech_eap.git] / wpa_supplicant / config.h
index f2da234..55c5dc6 100644 (file)
@@ -265,6 +265,10 @@ struct wpa_cred {
         * constraint will be ignored.
         */
        unsigned int max_bss_load;
+
+       unsigned int num_req_conn_capab;
+       u8 *req_conn_capab_proto;
+       int **req_conn_capab_port;
 };