Searched defs:wpa_sm_step (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c35 static int wpa_sm_step(struct wpa_state_machine *sm);
304 wpa_sm_step(sm);
616 return wpa_sm_step(sm);
624 if (wpa_sm_step(sm) == 1)
628 return wpa_sm_step(sm);
693 /* Must not free state machine while wpa_sm_step() is running.
694 * Freeing will be completed in the end of wpa_sm_step(). */
1357 wpa_sm_step(sm);
1403 wpa_sm_step(sm);
1719 if (wpa_sm_step(s
2986 static int wpa_sm_step(struct wpa_state_machine *sm) function
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c35 static int wpa_sm_step(struct wpa_state_machine *sm);
304 wpa_sm_step(sm);
616 return wpa_sm_step(sm);
624 if (wpa_sm_step(sm) == 1)
628 return wpa_sm_step(sm);
693 /* Must not free state machine while wpa_sm_step() is running.
694 * Freeing will be completed in the end of wpa_sm_step(). */
1357 wpa_sm_step(sm);
1403 wpa_sm_step(sm);
1719 if (wpa_sm_step(s
2986 static int wpa_sm_step(struct wpa_state_machine *sm) function
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c35 static int wpa_sm_step(struct wpa_state_machine *sm);
304 wpa_sm_step(sm);
616 return wpa_sm_step(sm);
624 if (wpa_sm_step(sm) == 1)
628 return wpa_sm_step(sm);
693 /* Must not free state machine while wpa_sm_step() is running.
694 * Freeing will be completed in the end of wpa_sm_step(). */
1357 wpa_sm_step(sm);
1403 wpa_sm_step(sm);
1719 if (wpa_sm_step(s
2986 static int wpa_sm_step(struct wpa_state_machine *sm) function
[all...]

Completed in 67 milliseconds