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.c356 void wpa_mesh_set_plink_state(struct wpa_supplicant *wpa_s, in wpa_mesh_set_plink_state() function
418 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in plink_timer()
446 wpa_mesh_set_plink_state(wpa_s, sta, next_state); in mesh_mpm_plink_open()
457 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in mesh_mpm_plink_close()
675 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_ESTAB); in mesh_mpm_plink_estab()
721 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in mesh_mpm_fsm()
733 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_OPEN_RCVD); in mesh_mpm_fsm()
738 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_CNF_RCVD); in mesh_mpm_fsm()
755 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_HOLDING); in mesh_mpm_fsm()
786 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.c52 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_BLOCKED); in mesh_auth_timer()