Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h1844 int wpa_config_remove_cred(struct wpa_config *config, int id);
H A Dconfig.c4508 int wpa_config_remove_cred(struct wpa_config *config, int id) in wpa_config_remove_cred() function
H A Dwpa_supplicant.c5131 if (wpa_config_remove_cred(wpa_s->conf, id) < 0) { in wpas_remove_cred()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1867 wpa_config_remove_cred(wpa_s->conf, cred->id); in wpas_dbus_handler_add_cred()