Home | History | Annotate | Download | only in hostapd

Lines Matching refs:time_zone

2853 	} else if (os_strcmp(buf, "time_zone") == 0) {
2856 wpa_printf(MSG_DEBUG, "Line %d: invalid time_zone",
2860 os_free(bss->time_zone);
2861 bss->time_zone = os_strdup(pos);
2862 if (bss->time_zone == NULL)