Searched refs:machine (Results 1 – 20 of 20) sorted by relevance
/hostap-latest/src/utils/ |
D | state_machine.h | 32 #define SM_STATE(machine, state) \ argument 33 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm, \ 46 #define SM_ENTRY(machine, state) \ argument 47 if (!global || sm->machine ## _state != machine ## _ ## state) { \ 49 wpa_printf(MSG_DEBUG, STATE_MACHINE_DEBUG_PREFIX ": " #machine \ 52 sm->machine ## _state = machine ## _ ## state; 65 #define SM_ENTRY_M(machine, _state, data) \ argument 66 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \ 69 #machine " entering state " #_state); \ 71 sm->data ## _ ## state = machine ## _ ## _state; [all …]
|
/hostap-latest/doc/ |
D | wpa_supplicant.fig | 29 4 0 0 50 -1 0 12 0.0000 4 135 1065 6075 3150 state machine\001 35 4 0 0 50 -1 0 12 0.0000 4 135 1065 6075 5400 state machine\001 57 4 0 0 50 -1 0 12 0.0000 4 135 1065 6075 4350 state machine\001
|
D | hostapd.fig | 24 4 0 0 50 -1 0 12 0.0000 4 135 1065 6075 3150 state machine\001 30 4 0 0 50 -1 0 12 0.0000 4 135 1065 6075 5400 state machine\001 47 4 0 0 50 -1 0 12 0.0000 4 135 1065 6075 4350 state machine\001
|
D | eap_server.doxygen | 9 implementation is based loosely on RFC 4137. The state machine is 11 machine and methods. As such, this RFC provides useful information for 14 Some of the terminology used in EAP state machine is referring to 25 methods use the same interface between the server state machine and 27 without modifying the core EAP state machine implementation.
|
D | eap.doxygen | 9 implementation is based loosely on RFC 4137. The state machine is 11 machine and methods. As such, this RFC provides useful information for 14 Some of the terminology used in EAP state machine is referring to 25 methods use the same interface between the peer state machine and 27 without modifying the core EAP state machine implementation.
|
D | code_structure.doxygen | 20 state machine, and EAP state machine and methods. In addition, there 231 WPA state machine and 4-Way/Group Key Handshake processing 245 EAP state machine and method interface 251 Internal definitions for EAP state machine and EAP methods; not to be 284 EAPOL supplicant state machine and IEEE 802.1X processing
|
D | p2p.doxygen | 71 machine, i.e., only a single operation per device can be in progress 73 machine. For clarity, it does not include state transitions on 80 \image html p2p_sm.png "P2P module state machine" 81 \image latex p2p_sm.eps "P2P module state machine" width=15cm
|
D | ctrl_iface.doxygen | 193 IEEE 802.1X EAPOL state machine logon. 198 IEEE 802.1X EAPOL state machine logoff.
|
D | dbus.doxygen | 606 <p>IEEE 802.1X EAPOL state machine logoff.</p> 610 <p>IEEE 802.1X EAPOL state machine logon.</p> 651 <dd>Reinit of the EAPOL state machine with the new PKCS #11 engine and module path failed.</dd>
|
/hostap-latest/tests/hwsim/vm/ |
D | README | 1 These scripts allow you to run the hwsim tests inside a KVM virtual machine or 55 directory that is writable from the virtual machine to collect the gcov
|
D | example-vm-setup.txt | 96 Starting test run in a virtual machine
|
/hostap-latest/wpa_supplicant/ |
D | todo.txt | 34 state machine so that EAPOL state machine is not needed for this
|
D | README-Windows.txt | 220 the machine): 229 to from anywhere on the network (i.e. there's no "this machine only"
|
D | README | 690 variables like EAPOL state machine parameters and trigger events like 756 logoff = IEEE 802.1X EAPOL state machine logoff 757 logon = IEEE 802.1X EAPOL state machine logon
|
D | ChangeLog | 1903 * disable EAP state machine when IEEE 802.1X authentication is not used 1913 * fixed EAP state machine to not discard EAP-Failure messages in many 1935 state machine interface in v0.4.5) 1973 for EAP state machine to allow recovery from dropped EAP-Success 2221 * cleaned up EAP state machine <-> method interface and number of 2255 clearing port Valid in order to reset EAP state machine and avoid 2511 - EAP peer state machine [draft-ietf-eap-statemachine-02.pdf]
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 42 configure some variables like EAPOL state machine parameters and 243 <para>IEEE 802.1X EAPOL state machine logoff</para> 250 <para>IEEE 802.1X EAPOL state machine logon</para>
|
D | wpa_supplicant.sgml | 81 into a machine's networking scripts, a few of which are described
|
/hostap-latest/tests/hwsim/ |
D | example-setup.txt | 11 virtual machine with any host system (e.g., Linux, Windows, or OS X as 19 Install Ubuntu Server 14.04.1 in the virtual machine
|
/hostap-latest/hostapd/ |
D | ChangeLog | 890 * fixed EAPOL state machine to handle a case in which no response is 1102 * fixed EAPOL state machine step function to process all state 1165 with the new state machine changes from IEEE 802.1X draft) 1239 * fixed EAPOL state machine to stop if STA is removed during
|
/hostap-latest/src/drivers/ |
D | driver_nl80211.c | 9973 name.version, name.machine); in nl80211_global_init()
|