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

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dieee802_11_shared.c369 len = os_strlen(hapd->conf->time_zone);
373 os_memcpy(eid, hapd->conf->time_zone, len);
H A Dap_config.h393 char *time_zone; member in struct:hostapd_bss_config
H A Dap_config.c456 os_free(conf->time_zone);
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c2712 } else if (os_strcmp(buf, "time_zone") == 0) {
2716 "time_zone", line);
2720 os_free(bss->time_zone);
2721 bss->time_zone = os_strdup(pos);
2722 if (bss->time_zone == NULL)

Completed in 176 milliseconds