Explorar el Código

qcacld-3.0: Extract and add Advertisement Protocol IE

Extract and add Advertisement Protocol IE from hostapd.
MBO AP needs to report the ANQP supported in Advertisement
Protocol IE.

Change-Id: I5d7bb650de7626f568c1868775a665eff2305647
CRs-Fixed: 2530870
Liangwei Dong hace 5 años
padre
commit
1f41f4f984
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      core/hdd/src/wlan_hdd_hostapd.c

+ 2 - 1
core/hdd/src/wlan_hdd_hostapd.c

@@ -4168,7 +4168,8 @@ int wlan_hdd_cfg80211_update_apies(struct hdd_adapter *adapter)
 
 	wlan_hdd_add_extra_ie(adapter, genie, &total_ielen,
 			      WLAN_EID_INTERWORKING);
-
+	wlan_hdd_add_extra_ie(adapter, genie, &total_ielen,
+			      WLAN_EID_ADVERTISEMENT_PROTOCOL);
 #ifdef FEATURE_WLAN_WAPI
 	if (QDF_SAP_MODE == adapter->device_mode) {
 		wlan_hdd_add_extra_ie(adapter, genie, &total_ielen,