some changes

This commit is contained in:
PolynomialDivision 2017-12-23 17:41:19 +01:00
parent 78922b1be9
commit 5e068e7762

View file

@ -34,6 +34,7 @@ int get_essid(const char *ifname, uint8_t *bssid_addr)
memset(buf, 0, sizeof(buf));
printf("ESSID is: %s\n", buf);
return 0;
}