Searched refs:mesh_mpm_send_plink_action (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_mpm.c | 207 static void mesh_mpm_send_plink_action(struct wpa_supplicant *wpa_s, in mesh_mpm_send_plink_action() function 458 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_OPEN, 0); in plink_timer() 473 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CLOSE, reason); in plink_timer() 503 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_OPEN, 0); in mesh_mpm_plink_open() 516 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CLOSE, reason); in mesh_mpm_plink_close() 909 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CONFIRM, in mesh_mpm_fsm() 913 mesh_mpm_send_plink_action(wpa_s, sta, in mesh_mpm_fsm() 935 mesh_mpm_send_plink_action(wpa_s, sta, in mesh_mpm_fsm() 941 mesh_mpm_send_plink_action(wpa_s, sta, in mesh_mpm_fsm() 972 mesh_mpm_send_plink_action(wpa_s, sta, in mesh_mpm_fsm() [all …]
|