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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h343 int start_disabled; member in struct:hostapd_bss_config
H A Dhostapd.c1352 if (!conf->start_disabled && ieee802_11_set_beacon(hapd) < 0)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh.c298 bss->conf->start_disabled = 1;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2467 } else if (os_strcmp(buf, "start_disabled") == 0) {
2468 bss->start_disabled = atoi(pos);

Completed in 500 milliseconds