Searched refs:previous_country (Results 1 – 1 of 1) sorted by relevance
1492 char country[4], previous_country[4]; in setup_interface() local1495 if (hostapd_get_country(hapd, previous_country) < 0) in setup_interface()1496 previous_country[0] = '\0'; in setup_interface()1506 previous_country, country); in setup_interface()1508 if (os_strncmp(previous_country, country, 2) != 0) { in setup_interface()