Home
last modified time | relevance | path

Searched refs:new_connection (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dgdb.c2108 new_connection(int fd, enum ev_type event __unused, void *arg) in new_connection() function
2259 mevent_add(s, EVF_READ, new_connection, NULL); in init_gdb()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c1111 if (!wpa_s->new_connection && wpa_s->deny_ptk0_rekey && in wpa_supplicant_eap_auth_start_cb()
H A Dwpa_supplicant_i.h824 int new_connection; member
H A Dwpa_supplicant.c1092 if (state == WPA_COMPLETED && wpa_s->new_connection) { in wpa_supplicant_set_state()
1122 wpa_s->new_connection = 0; in wpa_supplicant_set_state()
1143 wpa_s->new_connection = 1; in wpa_supplicant_set_state()
5991 wpa_s->new_connection = 1; in wpa_supplicant_alloc()
H A Devents.c4504 !wpa_s->new_connection || in could_be_psk_mismatch()