compare essid

This commit is contained in:
PolynomialDivision 2017-12-23 20:50:49 +01:00
parent 5e6c0ed78f
commit 8691dc55f5
5 changed files with 96 additions and 41 deletions

View file

@ -17,4 +17,6 @@ int convert_mac(char *in, char *out);
void write_mac_to_file(char* path, uint8_t addr[]);
int string_is_greater(uint8_t* str, uint8_t* str_2);
#endif