On Wed, Feb 07, 2024 at 05:02:40PM -0800, Arowa Suliman wrote: > The "State" property in wpa_supplicant helps track important WiFi > connection events (like when the security key is being updated). > Currently, updates to this property aren't always sent right away. This > delay can make it difficult to accurately track the different stages of > the connection process. > > This change ensures that any updates to the "State" property are sent > immediately. This will provide a more accurate and real-time view of the > WiFi connection process. This change breaks a couple of automated test cases: dbus_roam and dbus_remove_connected. It looks like at least the dbus_roam case is something that could result in breaking some deployed use cases due to modified behavior. The PropertiesChanged event that indicates State=completed could now go out without CurrentBSS being set. That seems undesired or at least would require more careful consideration of existing users of the interface and clear documentation of the potential risks in the commit message. -- Jouni Malinen PGP id EFC895FA _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap