aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-17 19:34:14 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-17 19:34:14 +0000
commit5ab5054466f7d37f55457d14a4fc6321c8c76cff (patch)
tree3addde2c71e52234ae9f5be95d5cd098bf6c78a6 /airpcap_loader.h
parentc531b782b91f7090bff1265a31572287ebe034c5 (diff)
Instead of converting between 802.11 frequencies and channels umpteen
different ways, add a set of common conversion routines. Add a "Frequency/Channel" column and fill it in where we can. Fix RSSI column printing in PPI. Fix up whitespace along the way. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22538 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'airpcap_loader.h')
-rw-r--r--airpcap_loader.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/airpcap_loader.h b/airpcap_loader.h
index 98de26a5f2..f974800dcd 100644
--- a/airpcap_loader.h
+++ b/airpcap_loader.h
@@ -293,24 +293,6 @@ Dot11Channel*
airpcap_if_get_device_supported_channels_array(PAirpcapHandle ah, PULONG pNumSupportedChannels);
/*
- * Get channel representation string given a Frequency
- */
-gchar*
-airpcap_get_channelstr_from_freq(ULONG chan_freq);
-
-/*
- * Get channel number given a Frequency
- */
-guint
-airpcap_get_channel_number_from_freq(ULONG chan_freq);
-
-/*
- * Get Frequency given a Channel number
- */
-ULONG
-airpcap_get_freq_from_channel_number(guint chan_number);
-
-/*
* Airpcap wrapper, used to set the channel of an airpcap adapter
*/
BOOL