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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_11_shared.c617 if (hapd->conf->time_advertisement != 2 || !hapd->conf->time_zone)
620 len = os_strlen(hapd->conf->time_zone);
624 os_memcpy(eid, hapd->conf->time_zone, len);
H A Dap_config.h533 char *time_zone; member in struct:hostapd_bss_config
H A Dap_config.c722 os_free(conf->time_zone);
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc463 static void SetTimeZone(const char* time_zone) { argument
465 // and not being present, so we have to consider the case of time_zone
471 std::string("TZ=") + (time_zone ? time_zone : "");
477 if (time_zone) {
478 setenv(("TZ"), time_zone, 1);
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3802 } else if (os_strcmp(buf, "time_zone") == 0) {
3805 wpa_printf(MSG_DEBUG, "Line %d: invalid time_zone",
3809 os_free(bss->time_zone);
3810 bss->time_zone = os_strdup(pos);
3811 if (bss->time_zone == NULL)

Completed in 195 milliseconds