some changes

This commit is contained in:
PolynomialDivision 2017-12-23 17:40:43 +01:00
parent 3071d84acd
commit 78922b1be9

View file

@ -23,7 +23,7 @@ int get_bandwidth(const char *ifname, uint8_t *client_addr, float *rx_rate, floa
int get_essid(const char *ifname, uint8_t *bssid_addr)
{
struct iwinfo_assoclist_entry *e;
//struct iwinfo_assoclist_entry *e;
const struct iwinfo_ops *iw;
iw = iwinfo_backend(ifname);