aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-08-17 19:34:14 +0000
committerGerald Combs <gerald@wireshark.org>2007-08-17 19:34:14 +0000
commit72daa58e1942578337835bb5493c168b80ad90ce (patch)
tree3addde2c71e52234ae9f5be95d5cd098bf6c78a6 /airpcap_loader.h
parent3d19c5130b310529e00a1726fb3951b304ca524e (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. svn path=/trunk/; revision=22538
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