MBO-OCE feature support (phase 3)
This commit does the following:
1. Save mbo cellular data preference attribute and association retry delay
attribute in wpa_supplicant interface structure.
2. Notify framework about BSS transition request frame
handling status.
Bug: 139474288
Test: VTS test
Test: Manual
Change-Id: Icff9f89ee9eae8db62e777cf685fe8cb78879d49
diff --git a/wpa_supplicant/notify.c b/wpa_supplicant/notify.c
index 206b488..56eb62a 100644
--- a/wpa_supplicant/notify.c
+++ b/wpa_supplicant/notify.c
@@ -198,6 +198,10 @@
return;
wpas_dbus_signal_prop_changed(wpa_s, WPAS_DBUS_PROP_BSS_TM_STATUS);
+
+#ifdef CONFIG_WNM
+ wpas_hidl_notify_bss_tm_status(wpa_s);
+#endif
}