equal
deleted
inserted
replaced
37 |
37 |
38 class SupportedRates; |
38 class SupportedRates; |
39 |
39 |
40 /** |
40 /** |
41 * \brief The Extended Supported Rates Information Element |
41 * \brief The Extended Supported Rates Information Element |
|
42 * \ingroup wifi |
42 * |
43 * |
43 * This class knows how to serialise and deserialise the Extended |
44 * This class knows how to serialise and deserialise the Extended |
44 * Supported Rates Element that holds (non-HT) rates beyond the 8 that |
45 * Supported Rates Element that holds (non-HT) rates beyond the 8 that |
45 * the original Supported Rates element can carry. |
46 * the original Supported Rates element can carry. |
46 * |
47 * |
77 }; |
78 }; |
78 |
79 |
79 |
80 |
80 /** |
81 /** |
81 * \brief The Supported Rates Information Element |
82 * \brief The Supported Rates Information Element |
|
83 * \ingroup wifi |
82 * |
84 * |
83 * This class knows how to serialise and deserialise the Supported |
85 * This class knows how to serialise and deserialise the Supported |
84 * Rates Element that holds the first 8 (non-HT) supported rates. |
86 * Rates Element that holds the first 8 (non-HT) supported rates. |
85 * |
87 * |
86 * The \c ExtendedSupportedRatesIE class (of which an instance exists |
88 * The \c ExtendedSupportedRatesIE class (of which an instance exists |