mirror of
https://github.com/mfontanini/libtins
synced 2026-01-30 13:34:27 +01:00
Removed deprecated methods/types.
This commit is contained in:
@@ -112,8 +112,6 @@ namespace Tins {
|
||||
RSN = 48,
|
||||
EXT_SUPPORTED_RATES = 50
|
||||
};
|
||||
|
||||
TINS_DEPRECATED(typedef OptionTypes TaggedOption);
|
||||
|
||||
/**
|
||||
* \brief Enum for the different subtypes of 802.11 management frames.
|
||||
@@ -173,8 +171,6 @@ namespace Tins {
|
||||
*/
|
||||
typedef PDUOption<uint8_t> option;
|
||||
|
||||
TINS_DEPRECATED(typedef option dot11_option);
|
||||
|
||||
/**
|
||||
* \brief Constructor for creating an 802.11 PDU
|
||||
*
|
||||
@@ -384,12 +380,6 @@ namespace Tins {
|
||||
*/
|
||||
void send(PacketSender &sender, const NetworkInterface &iface);
|
||||
#endif // WIN32
|
||||
|
||||
/**
|
||||
* \brief Adds a new option to this Dot11 PDU.
|
||||
* \param opt The option to be added.
|
||||
*/
|
||||
TINS_DEPRECATED(void add_tagged_option(const option &opt));
|
||||
|
||||
/**
|
||||
* \brief Adds a new option to this Dot11 PDU.
|
||||
|
||||
Reference in New Issue
Block a user