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.c425 void wpa_mesh_set_plink_state(struct wpa_supplicant *wpa_s, in wpa_mesh_set_plink_state() function
490 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in plink_timer()
525 wpa_mesh_set_plink_state(wpa_s, sta, next_state); in mesh_mpm_plink_open()
536 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in mesh_mpm_plink_close()
900 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_ESTAB); in mesh_mpm_plink_estab()
956 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in mesh_mpm_fsm()
968 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_OPN_RCVD); in mesh_mpm_fsm()
973 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_CNF_RCVD); in mesh_mpm_fsm()
992 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in mesh_mpm_fsm()
1024 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()