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);
268 wpa_sm_step(sm);
577 return wpa_sm_step(sm);
585 if (wpa_sm_step(sm) == 1)
589 return wpa_sm_step(sm);
653 /* Must not free state machine while wpa_sm_step() is running.
654 * Freeing will be completed in the end of wpa_sm_step(). */
1229 wpa_sm_step(sm);
1275 wpa_sm_step(sm);
1543 if (wpa_sm_step(s
2750 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);
268 wpa_sm_step(sm);
577 return wpa_sm_step(sm);
585 if (wpa_sm_step(sm) == 1)
589 return wpa_sm_step(sm);
653 /* Must not free state machine while wpa_sm_step() is running.
654 * Freeing will be completed in the end of wpa_sm_step(). */
1229 wpa_sm_step(sm);
1275 wpa_sm_step(sm);
1543 if (wpa_sm_step(s
2750 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);
268 wpa_sm_step(sm);
577 return wpa_sm_step(sm);
585 if (wpa_sm_step(sm) == 1)
589 return wpa_sm_step(sm);
653 /* Must not free state machine while wpa_sm_step() is running.
654 * Freeing will be completed in the end of wpa_sm_step(). */
1229 wpa_sm_step(sm);
1275 wpa_sm_step(sm);
1543 if (wpa_sm_step(s
2750 static int wpa_sm_step(struct wpa_state_machine *sm) function
[all...]

Completed in 42 milliseconds