X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=contrib%2Fpackage%2Fiwinfo%2Fsrc%2Fiwinfo_wext.h;h=db213fccc681e557f35382c42d207fc56f54f514;hb=eecec8b0f2a2cd86827115c1479de974ece00850;hp=03a5199b08e9f6b3cc1f5006e60c18a16c1cae56;hpb=6ef55ba3276ba85cb30d07c528266d92067725d4;p=project%2Fluci.git diff --git a/contrib/package/iwinfo/src/iwinfo_wext.h b/contrib/package/iwinfo/src/iwinfo_wext.h index 03a5199b0..db213fccc 100644 --- a/contrib/package/iwinfo/src/iwinfo_wext.h +++ b/contrib/package/iwinfo/src/iwinfo_wext.h @@ -1,7 +1,7 @@ /* * iwinfo - Wireless Information Library - Linux Wireless Extension Headers * - * Copyright (C) 2009 Jo-Philipp Wich + * Copyright (C) 2009-2010 Jo-Philipp Wich * * The iwinfo library is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License version 2 @@ -22,12 +22,10 @@ #include #include "iwinfo.h" +#include "iwinfo_utils.h" #include "include/wext.h" -int wext_dbm2mw(int in); -int wext_mw2dbm(int in); - int wext_probe(const char *ifname); int wext_get_mode(const char *ifname, char *buf); int wext_get_ssid(const char *ifname, char *buf); @@ -49,7 +47,6 @@ int wext_get_freqlist(const char *ifname, char *buf, int *len); int wext_get_countrylist(const char *ifname, char *buf, int *len); int wext_get_hwmodelist(const char *ifname, int *buf); int wext_get_mbssid_support(const char *ifname, int *buf); -void wext_scan_close(void); void wext_close(void); #endif