Searched refs:time_zone (Results 1 – 4 of 4) sorted by relevance
673 if (hapd->conf->time_advertisement != 2 || !hapd->conf->time_zone) in hostapd_eid_time_zone()676 len = os_strlen(hapd->conf->time_zone); in hostapd_eid_time_zone()680 os_memcpy(eid, hapd->conf->time_zone, len); in hostapd_eid_time_zone()
575 char *time_zone; member
874 os_free(conf->time_zone); in hostapd_config_free_bss()
4215 os_free(bss->time_zone); in hostapd_config_fill()4216 bss->time_zone = os_strdup(pos); in hostapd_config_fill()4217 if (bss->time_zone == NULL) in hostapd_config_fill()