wpa_supplicant_lib_8:Add support to send LL stats events on monitor sockets
Add support to send link layer stats OEM event messages received from the
driver on wpa_supplicant monitor socket.
Change-Id: I1c2dc7a11361ec14c3e3564223cb9a5864e20d63
CRs-Fixed: 3426768
diff --git a/qcwcn/wpa_supplicant_8_lib/driver_cmd_nl80211_extn.c b/qcwcn/wpa_supplicant_8_lib/driver_cmd_nl80211_extn.c
index 6e23ac2..c77a65d 100644
--- a/qcwcn/wpa_supplicant_8_lib/driver_cmd_nl80211_extn.c
+++ b/qcwcn/wpa_supplicant_8_lib/driver_cmd_nl80211_extn.c
@@ -79,7 +79,8 @@
{
if (subcmd == QCA_NL80211_VENDOR_SUBCMD_CONFIG_TWT ||
subcmd == QCA_NL80211_VENDOR_SUBCMD_OEM_DATA ||
- subcmd == QCA_NL80211_VENDOR_SUBCMD_SR) {
+ subcmd == QCA_NL80211_VENDOR_SUBCMD_SR ||
+ subcmd == QCA_NL80211_VENDOR_SUBCMD_LL_STATS_GET) {
wpa_msg(drv->ctx, MSG_INFO, "%s", msg);
}
}