implement 802.11v/k

This commit is contained in:
Polynomialdivision 2020-04-10 13:58:24 +02:00
parent 899eae05f0
commit 0fbef59869
7 changed files with 451 additions and 31 deletions

View file

@ -47,4 +47,6 @@ void write_mac_to_file(char *path, uint8_t addr[]);
*/
int string_is_greater(uint8_t *str, uint8_t *str_2);
int rcpi_to_rssi(int rcpi);
#endif