mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
11 lines
191 B
C
11 lines
191 B
C
#ifndef DAWN_RSSI_H
|
|
#define DAWN_RSSI_H
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <sys/types.h>
|
|
|
|
int get_rssi_iwinfo(__uint8_t *client_addr);
|
|
|
|
#endif //DAWN_RSSI_H
|