Home
last modified time | relevance | path

Searched refs:time_zone (Results 1 – 4 of 4) sorted by relevance

/hostap-3.6.0/src/ap/
Dieee802_11_shared.c633 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()
Dap_config.h543 char *time_zone; member
Dap_config.c816 os_free(conf->time_zone); in hostapd_config_free_bss()
/hostap-3.6.0/hostapd/
Dconfig_file.c3915 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()