Home
last modified time | relevance | path

Searched refs:wpa_mesh_set_plink_state (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c404 void wpa_mesh_set_plink_state(struct wpa_supplicant *wpa_s, in wpa_mesh_set_plink_state() function
469 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in plink_timer()
504 wpa_mesh_set_plink_state(wpa_s, sta, next_state); in mesh_mpm_plink_open()
515 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in mesh_mpm_plink_close()
872 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_ESTAB); in mesh_mpm_plink_estab()
928 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in mesh_mpm_fsm()
940 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_OPN_RCVD); in mesh_mpm_fsm()
945 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_CNF_RCVD); in mesh_mpm_fsm()
964 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in mesh_mpm_fsm()
996 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in mesh_mpm_fsm()
[all …]
Dmesh_mpm.h18 void wpa_mesh_set_plink_state(struct wpa_supplicant *wpa_s,
Dmesh_rsn.c54 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_BLOCKED); in mesh_auth_timer()