30 #ifndef TINS_FREQUENCY_UTILS_H 31 #define TINS_FREQUENCY_UTILS_H 34 #include <tins/macros.h> 56 #endif // TINS_FREQUENCY_UTILS_H TINS_API uint16_t channel_to_mhz(uint16_t channel)
Converts a channel number to its mhz representation.
Definition: frequency_utils.cpp:35
The Tins namespace.
Definition: address_range.h:38
TINS_API uint16_t mhz_to_channel(uint16_t mhz)
Converts mhz units to the appropriate channel number.
Definition: frequency_utils.cpp:39