Home
last modified time | relevance | path

Searched refs:ENOTCONN (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/wpa_supplicant/
Dtwt.c42 return -ENOTCONN; in wpas_twt_send_setup()
114 return -ENOTCONN; in wpas_twt_send_teardown()
Drrm.c104 #ifndef ENOTCONN
105 #define ENOTCONN -1 macro
152 return -ENOTCONN; in wpas_rrm_send_neighbor_rep_request()
/hostap-latest/src/eap_server/
Deap_sim_db.c875 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL || in eap_sim_db_send()
/hostap-latest/src/radius/
Dradius_client.c353 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL || in radius_client_handle_send_error()