X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FInformationElements.hh;h=69fa2a93f64ac35db4213c4b134aee841e30d961;hb=cf48e83de9d4793ca5bd67d1e5acdb5b20968638;hp=a40691c2b506400f4c2b1628d533222d8dbfec11;hpb=6aa7b87666f6f06e6e5cff5eb9b3d357e303abcd;p=senf.git diff --git a/senf/Packets/80211Bundle/InformationElements.hh b/senf/Packets/80211Bundle/InformationElements.hh index a40691c..69fa2a9 100644 --- a/senf/Packets/80211Bundle/InformationElements.hh +++ b/senf/Packets/80211Bundle/InformationElements.hh @@ -56,9 +56,9 @@ namespace senf { SENF_PARSER_FINALIZE ( WLANSSIDInfoElementParser ); SENF_PARSER_INIT() { - type() = TYPEID; + type() = typeId; } - static const type_t::value_type TYPEID = 0x00u; + static const type_t::value_type typeId = 0x00u; }; struct WLANSupportedRatesInfoElementParser @@ -72,9 +72,9 @@ namespace senf { SENF_PARSER_FINALIZE ( WLANSupportedRatesInfoElementParser ); SENF_PARSER_INIT() { - type() = TYPEID; + type() = typeId; } - static const type_t::value_type TYPEID = 0x01u; + static const type_t::value_type typeId = 0x01u; }; struct WLANPowerConstraintInfoElementParser @@ -86,10 +86,10 @@ namespace senf { SENF_PARSER_FINALIZE ( WLANPowerConstraintInfoElementParser ); SENF_PARSER_INIT() { - type() = TYPEID; + type() = typeId; length() = 1; } - static const type_t::value_type TYPEID = 0x20u; + static const type_t::value_type typeId = 0x20u; }; }