|
@@ -6437,6 +6437,13 @@ int wlan_hdd_cfg80211_update_apies(hdd_adapter_t *adapter)
|
|
|
wlan_hdd_add_extra_ie(adapter, genie, &total_ielen,
|
|
|
WLAN_EID_VHT_TX_POWER_ENVELOPE);
|
|
|
|
|
|
+ /* Extract and add the extended capabilities and interworking IE */
|
|
|
+ wlan_hdd_add_extra_ie(adapter, genie, &total_ielen,
|
|
|
+ WLAN_EID_EXT_CAPABILITY);
|
|
|
+
|
|
|
+ wlan_hdd_add_extra_ie(adapter, genie, &total_ielen,
|
|
|
+ WLAN_EID_INTERWORKING);
|
|
|
+
|
|
|
if (0 != wlan_hdd_add_ie(adapter, genie,
|
|
|
&total_ielen, WPS_OUI_TYPE, WPS_OUI_TYPE_SIZE)) {
|
|
|
hdd_err("Adding WPS IE failed");
|