Searched refs:wpa_config_remove_network (Results 1 - 17 of 17) sorted by relevance
/external/wpa_supplicant/ |
H A D | config.h | 282 int wpa_config_remove_network(struct wpa_config *config, int id);
|
H A D | ctrl_iface_dbus_handlers.c | 838 if (wpa_config_remove_network(wpa_s->conf, id) < 0) {
|
H A D | config.c | 1491 * wpa_config_remove_network - Remove a configured network based on id 1496 int wpa_config_remove_network(struct wpa_config *config, int id) function
|
H A D | ctrl_iface.c | 744 wpa_config_remove_network(wpa_s->conf, id) < 0) {
|
/external/wpa_supplicant_6/wpa_supplicant/ |
H A D | config.h | 335 int wpa_config_remove_network(struct wpa_config *config, int id);
|
H A D | wps_supplicant.c | 458 wpa_config_remove_network(wpa_s->conf, id); 486 wpa_config_remove_network(wpa_s->conf, ssid->id);
|
H A D | ctrl_iface.c | 1033 wpa_config_remove_network(wpa_s->conf, id); 1048 wpa_config_remove_network(wpa_s->conf, id) < 0) {
|
H A D | ctrl_iface_dbus_handlers.c | 896 if (wpa_config_remove_network(wpa_s->conf, id) < 0) {
|
H A D | config.c | 1695 * wpa_config_remove_network - Remove a configured network based on id 1700 int wpa_config_remove_network(struct wpa_config *config, int id) function
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | config.h | 441 int wpa_config_remove_network(struct wpa_config *config, int id);
|
H A D | wps_supplicant.c | 704 wpa_config_remove_network(wpa_s->conf, id); 736 wpa_config_remove_network(wpa_s->conf, ssid->id);
|
H A D | ctrl_iface.c | 1529 wpa_config_remove_network(wpa_s->conf, id); 1546 wpa_config_remove_network(wpa_s->conf, id) < 0) {
|
H A D | p2p_supplicant.c | 312 wpa_config_remove_network(wpa_s->conf, id); 3384 wpa_config_remove_network(wpa_s->conf, ssid->id);
|
H A D | config.c | 1857 * wpa_config_remove_network - Remove a configured network based on id 1862 int wpa_config_remove_network(struct wpa_config *config, int id) function
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 1340 wpa_config_remove_network(wpa_s->conf, ssid->id); 1388 if (wpa_config_remove_network(wpa_s->conf, id) < 0) { 1415 if (wpa_config_remove_network(wpa_s->conf, ssid->id) < 0) {
|
H A D | dbus_new_handlers_p2p.c | 1449 wpa_config_remove_network(wpa_s->conf, ssid->id); 1503 if (wpa_config_remove_network(wpa_s->conf, id) < 0) { 1526 if (wpa_config_remove_network(wpa_s->conf, ssid->id) < 0) {
|
H A D | dbus_old_handlers.c | 866 if (wpa_config_remove_network(wpa_s->conf, id) < 0) {
|
Completed in 718 milliseconds