Home | History | Annotate | Download | only in ap

Lines Matching refs:country

1329 	if (hapd->iconf->country[0] && hapd->iconf->country[1]) {
1330 char country[4], previous_country[4];
1336 os_memcpy(country, hapd->iconf->country, 3);
1337 country[3] = '\0';
1338 if (hostapd_set_country(hapd, country) < 0) {
1339 wpa_printf(MSG_ERROR, "Failed to set country code");
1343 wpa_printf(MSG_DEBUG, "Previous country code %s, new country code %s",
1344 previous_country, country);
1346 if (os_strncmp(previous_country, country, 2) != 0) {