Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dieee802_11_shared.c673 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()
Dap_config.h575 char *time_zone; member
Dap_config.c874 os_free(conf->time_zone); in hostapd_config_free_bss()
/hostap-latest/hostapd/
Dconfig_file.c4215 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()