$ diff -u defconfig .config --- defconfig 2018-12-02 11:34:59.000000000 -0800 +++ .config 2019-03-15 10:47:01.356829103 -0700 @@ -382,7 +382,7 @@ #CONFIG_DYNAMIC_EAP_METHODS=y # IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode -#CONFIG_IEEE80211R=y +CONFIG_IEEE80211R=y # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt) #CONFIG_DEBUG_FILE=y make fails with... sme.c: In function ‘sme_associate’: sme.c:1609:3: warning: implicit declaration of function ‘remove_ie’; did you mean ‘remove’? [-Wimplicit-function-declaration] remove_ie(wpa_s->sme.assoc_req_ie, It looks like definition of remove_ie() is wrapped in CONFIG_FILS, but usage is not. Is there an expectation that FILS should be enabled if we're using 80211R? At the same time, the description for CONFIG_FILS says 'This is an experimental and not yet complete implementation. This should not be enabled for production use.' _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap