Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 50) sorted by relevance

12

/hostap-latest/wpaspy/
Dwpaspy.py19 self.started = False
64 self.started = True
77 if self.started:
81 self.started = False
/hostap-latest/src/ap/
Dairtime_policy.c148 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
167 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
194 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
217 if (!bss->started || !bss->conf->airtime_weight) in update_airtime_weights()
Dbss_load.c49 if (!(hapd->beacon_set_done && hapd->started)) in update_channel_utilization()
Dwpa_auth_i.h87 unsigned int started:1; member
Dhostapd.c138 if (!hapd->started) in hostapd_reload_bss()
472 if (!hapd->started) { in hostapd_free_hapd_data()
477 hapd->started = 0; in hostapd_free_hapd_data()
636 if (!hapd->started && hapd->iface->bss[0] != hapd) in hostapd_bss_link_deinit()
1407 if (hapd->started) { in hostapd_setup_bss()
1412 hapd->started = 1; in hostapd_setup_bss()
4759 if (!hapd->started) in hostapd_periodic_iface()
Dhostapd.h185 unsigned int started:1; member
/hostap-latest/wpa_supplicant/
DREADME-Windows.txt161 would be started with the following command:
248 wpa_supplicant can be started as a Windows service by using wpasvc.exe
253 registered as a service that can be started automatically or manually
267 can be started like any other Windows service (e.g., 'net start wpasvc')
276 is started by default on demand.
279 Monitor Driver" can be configured to be started sooner by setting its
Dnan_usd.c108 if (work->started) { in wpas_nan_usd_start_tx_cb()
190 if (work->started) { in wpas_nan_usd_start_listen_cb()
DREADME451 In most common cases, wpa_supplicant is started with
709 Interactive mode is started when wpa_cli is executed without including
809 One wpa_cli process in "action" mode needs to be started for each
848 WPA. It can be started either from system startup scripts or from
851 should be started before DHCP client.
882 wpa_supplicant can be started without any configuration files or
963 started, so it is fine to include network interfaces that are not
964 available at the time wpa_priv is started. As an alternative, wpa_priv
965 can be started when an interface is added (hotplug/udev/etc. scripts).
1033 Once the radio work item has been started, "EXT-RADIO-WORK-START <id>"
[all …]
DREADME-WPS139 call when the actual operation should be started.
201 selection. In addition, it shows how WPS can be started manually by
233 Separate wpa_supplicant process can be started for WPS ER
358 the ER functionality has been started (wps_er_start), the NFC password
Dwpa_supplicant.c4089 if (work->started) { in wpas_start_assoc_cb()
6542 work->type, work, work->started); in radio_work_free()
6550 work->type, work, work->started); in radio_work_free()
6555 if (work->started) { in radio_work_free()
6589 if (tmp->started) { in radio_work_get_next_work()
6623 if (tmp->started) in radio_work_get_next_work()
6693 if (work->started) in radio_start_next_work()
6716 work->started = 1; in radio_start_next_work()
6755 work->type, work, work->started ? " (started)" : ""); in radio_remove_works()
6774 work->type, work, work->started ? " (started)" : ""); in radio_remove_pending_work()
[all …]
Dtodo.txt50 could very well be done before EAP has been started
DREADME-HS20454 Interworking network selection can be started with interworking_select
481 <3>CTRL-EVENT-EAP-STARTED EAP authentication started
522 <3>CTRL-EVENT-EAP-STARTED EAP authentication started
DChangeLog145 - started to prefer FT-SAE over SAE AKM if both are enabled
146 - started to prefer FT-SAE over FT-PSK if both are enabled
181 * started to prefer FT-EAP-SHA384 over WPA-EAP-SUITE-B-192 AKM if both
222 * started to use estimated throughput to avoid undesired signal
288 * started to throttle control interface event message bursts to avoid
408 * started to ignore pmf=1/2 parameter for non-RSN networks
410 be started without enabling WPS
582 * started to use constant time comparison for various password and hash
620 * started to enable HT (if supported by the driver) for IBSS
987 * started using separate TLS library context for tunneled TLS
[all …]
/hostap-latest/src/wps/
Dwps_upnp.c1015 if (!sm || !sm->started) in upnp_wps_device_stop()
1035 sm->started = 0; in upnp_wps_device_stop()
1050 if (sm->started) in upnp_wps_device_start()
1055 sm->started = 1; in upnp_wps_device_start()
Dwps_upnp_i.h127 int started; /* nonzero if we are active */ member
/hostap-latest/src/common/
Dnan_de.c558 bool started = false; in nan_de_timer() local
593 if (srv_next == 0 && !started && in nan_de_timer()
597 started = true; in nan_de_timer()
601 if (!started && de->cb.listen && in nan_de_timer()
617 started = true; in nan_de_timer()
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_priv.sgml125 before <command>wpa_supplicant</command> is started, so it is fine to
127 is started. wpa_priv can control multiple interfaces with one process,
/hostap-latest/tests/hwsim/
Dtest_ap_dynamic.py262 started = True
264 started = False
265 if started:
Dtest_ap_open.py264 started = False
267 started = True
270 if started:
Dexample-setup.txt4 This document can be used as a quick guide for getting started with
/hostap-latest/doc/
Dp2p.doxygen226 started.
232 \ref p2p_config::prov_disc_resp() callback. If the peer device started
260 started. The upper layer management code is responsible for configuring
268 attempts to be started. The upper layer management code is responsible
296 is started with a call to \ref p2p_find(). The pending service discovery
Dctrl_iface.doxygen387 duration is not specified, discovery will be started for indefinite
732 WPA_EVENT_EAP_STARTED: EAP authentication started (EAP-Request/Identity
941 started. Additional parameters: network interface name for the group,
/hostap-latest/tests/hwsim/vm/
Dlinux.gdb41 # when a new userspace process is started, since that causes a new
Dexample-vm-setup.txt4 This document can be used as a quick guide for getting started with

12