Searched refs:mesh_mpm_send_plink_action (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh_mpm.c | 208 static void mesh_mpm_send_plink_action(struct wpa_supplicant *wpa_s, in mesh_mpm_send_plink_action() function 509 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_OPEN, 0); in plink_timer() 524 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CLOSE, reason); in plink_timer() 554 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_OPEN, 0); in mesh_mpm_plink_open() 572 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CLOSE, reason); in mesh_mpm_plink_close() 984 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CONFIRM, in mesh_mpm_fsm() 988 mesh_mpm_send_plink_action(wpa_s, sta, in mesh_mpm_fsm() 1010 mesh_mpm_send_plink_action(wpa_s, sta, in mesh_mpm_fsm() 1016 mesh_mpm_send_plink_action(wpa_s, sta, in mesh_mpm_fsm() 1047 mesh_mpm_send_plink_action(wpa_s, sta, in mesh_mpm_fsm() [all …]
|