Searched refs:previous_country (Results 1 – 1 of 1) sorted by relevance
1602 char country[4], previous_country[4]; in setup_interface() local1605 if (hostapd_get_country(hapd, previous_country) < 0) in setup_interface()1606 previous_country[0] = '\0'; in setup_interface()1616 previous_country, country); in setup_interface()1618 if (os_strncmp(previous_country, country, 2) != 0) { in setup_interface()