Didier Gautheron:
[obnox/wireshark/wip.git] / airpcap_loader.h
index 98de26a5f25e69f9f5e59d7736550464df3629ee..f974800dcdef27b856061aab8e0eda4d04577bf2 100644 (file)
@@ -292,24 +292,6 @@ airpcap_if_get_device_supported_channels(PAirpcapHandle ah, AirpcapChannelInfo *
 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
  */