Searched refs:wpa_mesh_set_plink_state (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_mpm.c | 356 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 …]
|
D | mesh_mpm.h | 18 void wpa_mesh_set_plink_state(struct wpa_supplicant *wpa_s,
|
D | mesh_rsn.c | 52 wpa_mesh_set_plink_state(wpa_s, sta, PLINK_BLOCKED); in mesh_auth_timer()
|