Searched refs:time_zone (Results 1 – 4 of 4) sorted by relevance
633 if (hapd->conf->time_advertisement != 2 || !hapd->conf->time_zone) in hostapd_eid_time_zone()636 len = os_strlen(hapd->conf->time_zone); in hostapd_eid_time_zone()640 os_memcpy(eid, hapd->conf->time_zone, len); in hostapd_eid_time_zone()
543 char *time_zone; member
816 os_free(conf->time_zone); in hostapd_config_free_bss()
3915 os_free(bss->time_zone); in hostapd_config_fill()3916 bss->time_zone = os_strdup(pos); in hostapd_config_fill()3917 if (bss->time_zone == NULL) in hostapd_config_fill()