mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
get rssi from iwinfo lib
This commit is contained in:
parent
eadbaa2765
commit
38052e76fb
5 changed files with 44 additions and 73 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue