]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Convert one-bit signed bitfield to unsigned
authorJouni Malinen <j@w1.fi>
Sat, 22 Feb 2025 08:42:18 +0000 (10:42 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 22 Feb 2025 08:42:18 +0000 (10:42 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/rsn_supp/wpa_i.h

index bb1641ba2be2645d9cb498d2cc07d3967fdaf6b0..93152687c2937d1e2976f76068dfb856df624c37 100644 (file)
@@ -69,7 +69,7 @@ struct wpa_sm {
        u8 ssid[32];
        size_t ssid_len;
        int wpa_ptk_rekey;
-       int wpa_deny_ptk0_rekey:1;
+       unsigned int wpa_deny_ptk0_rekey:1;
        int p2p;
        int wpa_rsc_relaxation;
        int owe_ptk_workaround;