Searched refs:previous_country (Results 1 – 1 of 1) sorted by relevance
1330 char country[4], previous_country[4]; in setup_interface() local1333 if (hostapd_get_country(hapd, previous_country) < 0) in setup_interface()1334 previous_country[0] = '\0'; in setup_interface()1344 previous_country, country); in setup_interface()1346 if (os_strncmp(previous_country, country, 2) != 0) { in setup_interface()