get rssi from iwinfo lib

This commit is contained in:
PolynomialDivision 2017-10-26 20:59:19 +02:00
parent eadbaa2765
commit 38052e76fb
5 changed files with 44 additions and 73 deletions

View file

@ -4,9 +4,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
int get_rssi_from_iwinfo(__uint8_t *client_addr);
int get_rssi_iwinfo();
int get_rssi_iwinfo(__uint8_t *client_addr);
#endif //DAWN_RSSI_H