|
@@ -6136,6 +6136,10 @@ static const tIEDefn IES_Beacon[] = {
|
|
|
offsetof(tDot11fIEext_chan_switch_ann, present), 0, "ext_chan_switch_ann",
|
|
|
0, 6, 6, SigIeext_chan_switch_ann, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EXT_CHAN_SWITCH_ANN, 0, },
|
|
|
+ { offsetof(tDot11fBeacon, SuppOperatingClasses),
|
|
|
+ offsetof(tDot11fIESuppOperatingClasses, present), 0,
|
|
|
+ "SuppOperatingClasses", 0, 3, 34, SigIeSuppOperatingClasses,
|
|
|
+ {0, 0, 0, 0, 0}, 0, DOT11F_EID_SUPPOPERATINGCLASSES, 0, },
|
|
|
{ offsetof(tDot11fBeacon, Quiet), offsetof(tDot11fIEQuiet, present), 0,
|
|
|
"Quiet", 0, 8, 8, SigIeQuiet, {0, 0, 0, 0, 0}, 0, DOT11F_EID_QUIET, 0, },
|
|
|
{ offsetof(tDot11fBeacon, TPCReport), offsetof(tDot11fIETPCReport,
|
|
@@ -6331,6 +6335,10 @@ static const tIEDefn IES_Beacon2[] = {
|
|
|
offsetof(tDot11fIEext_chan_switch_ann, present), 0, "ext_chan_switch_ann",
|
|
|
0, 6, 6, SigIeext_chan_switch_ann, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EXT_CHAN_SWITCH_ANN, 0, },
|
|
|
+ { offsetof(tDot11fBeacon2, SuppOperatingClasses),
|
|
|
+ offsetof(tDot11fIESuppOperatingClasses, present), 0,
|
|
|
+ "SuppOperatingClasses", 0, 3, 34, SigIeSuppOperatingClasses,
|
|
|
+ {0, 0, 0, 0, 0}, 0, DOT11F_EID_SUPPOPERATINGCLASSES, 0, },
|
|
|
{ offsetof(tDot11fBeacon2, Quiet), offsetof(tDot11fIEQuiet, present), 0,
|
|
|
"Quiet", 0, 8, 8, SigIeQuiet, {0, 0, 0, 0, 0}, 0, DOT11F_EID_QUIET, 0, },
|
|
|
{ offsetof(tDot11fBeacon2, TPCReport), offsetof(tDot11fIETPCReport,
|
|
@@ -6507,6 +6515,10 @@ static const tIEDefn IES_BeaconIEs[] = {
|
|
|
offsetof(tDot11fIEext_chan_switch_ann, present), 0, "ext_chan_switch_ann",
|
|
|
0, 6, 6, SigIeext_chan_switch_ann, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EXT_CHAN_SWITCH_ANN, 0, },
|
|
|
+ { offsetof(tDot11fBeaconIEs, SuppOperatingClasses),
|
|
|
+ offsetof(tDot11fIESuppOperatingClasses, present), 0,
|
|
|
+ "SuppOperatingClasses", 0, 3, 34, SigIeSuppOperatingClasses,
|
|
|
+ {0, 0, 0, 0, 0}, 0, DOT11F_EID_SUPPOPERATINGCLASSES, 0, },
|
|
|
{ offsetof(tDot11fBeaconIEs, Quiet), offsetof(tDot11fIEQuiet, present), 0,
|
|
|
"Quiet", 0, 8, 8, SigIeQuiet, {0, 0, 0, 0, 0}, 0, DOT11F_EID_QUIET, 0, },
|
|
|
{ offsetof(tDot11fBeaconIEs, TPCReport), offsetof(tDot11fIETPCReport,
|
|
@@ -7115,6 +7127,10 @@ static const tIEDefn IES_ProbeResponse[] = {
|
|
|
offsetof(tDot11fIEext_chan_switch_ann, present), 0, "ext_chan_switch_ann",
|
|
|
0, 6, 6, SigIeext_chan_switch_ann, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EXT_CHAN_SWITCH_ANN, 0, },
|
|
|
+ { offsetof(tDot11fProbeResponse, SuppOperatingClasses),
|
|
|
+ offsetof(tDot11fIESuppOperatingClasses, present), 0,
|
|
|
+ "SuppOperatingClasses", 0, 3, 34, SigIeSuppOperatingClasses,
|
|
|
+ {0, 0, 0, 0, 0}, 0, DOT11F_EID_SUPPOPERATINGCLASSES, 0, },
|
|
|
{ offsetof(tDot11fProbeResponse, Quiet), offsetof(tDot11fIEQuiet,
|
|
|
present), 0, "Quiet", 0, 8, 8, SigIeQuiet, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_QUIET, 0, },
|