/hostap-latest/wpaspy/ |
D | wpaspy.py | 19 self.started = False 64 self.started = True 77 if self.started: 81 self.started = False
|
/hostap-latest/src/ap/ |
D | airtime_policy.c | 148 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()
|
D | bss_load.c | 49 if (!(hapd->beacon_set_done && hapd->started)) in update_channel_utilization()
|
D | wpa_auth_i.h | 87 unsigned int started:1; member
|
D | hostapd.c | 138 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()
|
D | hostapd.h | 185 unsigned int started:1; member
|
/hostap-latest/wpa_supplicant/ |
D | README-Windows.txt | 161 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
|
D | nan_usd.c | 108 if (work->started) { in wpas_nan_usd_start_tx_cb() 190 if (work->started) { in wpas_nan_usd_start_listen_cb()
|
D | README | 451 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 …]
|
D | README-WPS | 139 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
|
D | wpa_supplicant.c | 4089 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 …]
|
D | todo.txt | 50 could very well be done before EAP has been started
|
D | README-HS20 | 454 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
|
D | ChangeLog | 145 - 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/ |
D | wps_upnp.c | 1015 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()
|
D | wps_upnp_i.h | 127 int started; /* nonzero if we are active */ member
|
/hostap-latest/src/common/ |
D | nan_de.c | 558 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/ |
D | wpa_priv.sgml | 125 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/ |
D | test_ap_dynamic.py | 262 started = True 264 started = False 265 if started:
|
D | test_ap_open.py | 264 started = False 267 started = True 270 if started:
|
D | example-setup.txt | 4 This document can be used as a quick guide for getting started with
|
/hostap-latest/doc/ |
D | p2p.doxygen | 226 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
|
D | ctrl_iface.doxygen | 387 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/ |
D | linux.gdb | 41 # when a new userspace process is started, since that causes a new
|
D | example-vm-setup.txt | 4 This document can be used as a quick guide for getting started with
|