|
@@ -549,7 +549,7 @@ int wpa_supplicant_parse_ies(const u8 *buf, size_t len,
|
|
|
ie->ht_capabilities_len = pos[1];
|
|
|
} else if (*pos == WLAN_EID_VHT_AID) {
|
|
|
if (pos[1] >= 2)
|
|
|
- ie->aid = WPA_GET_LE16(pos + 2);
|
|
|
+ ie->aid = WPA_GET_LE16(pos + 2) & 0x3fff;
|
|
|
} else if (*pos == WLAN_EID_VHT_CAP) {
|
|
|
ie->vht_capabilities = pos + 2;
|
|
|
ie->vht_capabilities_len = pos[1];
|