|
@@ -11392,6 +11392,14 @@ static const tIEDefn IES_ProbeResponse[] = {
|
|
|
offsetof(tDot11fIEVHTOperation, present), 0, "VHTOperation",
|
|
|
0, 7, 7, SigIeVHTOperation, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_VHTOPERATION, 0, 0, },
|
|
|
+ { offsetof(tDot11fProbeResponse, vht_transmit_power_env),
|
|
|
+ offsetof(tDot11fIEvht_transmit_power_env, present), 0,
|
|
|
+ "vht_transmit_power_env", 0, 4, 7, SigIevht_transmit_power_env,
|
|
|
+ {0, 0, 0, 0, 0}, 0, DOT11F_EID_VHT_TRANSMIT_POWER_ENV, 0, 0, },
|
|
|
+ { offsetof(tDot11fProbeResponse, ChannelSwitchWrapper),
|
|
|
+ offsetof(tDot11fIEChannelSwitchWrapper, present), 0,
|
|
|
+ "ChannelSwitchWrapper", 0, 2, 14, SigIeChannelSwitchWrapper,
|
|
|
+ {0, 0, 0, 0, 0}, 0, DOT11F_EID_CHANNELSWITCHWRAPPER, 0, 0, },
|
|
|
{ offsetof(tDot11fProbeResponse, VHTExtBssLoad),
|
|
|
offsetof(tDot11fIEVHTExtBssLoad, present), 0, "VHTExtBssLoad",
|
|
|
0, 7, 7, SigIeVHTExtBssLoad, {0, 0, 0, 0, 0},
|
|
@@ -11421,10 +11429,6 @@ static const tIEDefn IES_ProbeResponse[] = {
|
|
|
offsetof(tDot11fIEhs20vendor_ie, present), 0, "hs20vendor_ie",
|
|
|
0, 7, 9, SigIehs20vendor_ie, {80, 111, 154, 16, 0},
|
|
|
4, DOT11F_EID_HS20VENDOR_IE, 0, 0, },
|
|
|
- { offsetof(tDot11fProbeResponse, ChannelSwitchWrapper),
|
|
|
- offsetof(tDot11fIEChannelSwitchWrapper, present), 0,
|
|
|
- "ChannelSwitchWrapper", 0, 2, 14, SigIeChannelSwitchWrapper,
|
|
|
- {0, 0, 0, 0, 0}, 0, DOT11F_EID_CHANNELSWITCHWRAPPER, 0, 0, },
|
|
|
{ offsetof(tDot11fProbeResponse, QComVendorIE),
|
|
|
offsetof(tDot11fIEQComVendorIE, present), 0, "QComVendorIE",
|
|
|
0, 7, 7, SigIeQComVendorIE, {0, 160, 198, 0, 0},
|