]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/rsn_supp/wpa_i.h
MFP: Add MFPR flag into station RSN IE if 802.11w is mandatory
[thirdparty/hostap.git] / src / rsn_supp / wpa_i.h
index fb80afd2d9cc8948f4b33f9c3b9b8b7d1ec1aac6..929b06b1a47d2dd53cdeae059207fc328becbbcc 100644 (file)
@@ -82,6 +82,7 @@ struct wpa_sm {
        unsigned int mgmt_group_cipher;
 
        int rsn_enabled; /* Whether RSN is enabled in configuration */
+       int mfp; /* 0 = disabled, 1 = optional, 2 = mandatory */
 
        u8 *assoc_wpa_ie; /* Own WPA/RSN IE from (Re)AssocReq */
        size_t assoc_wpa_ie_len;