HomeSort by relevance Sort by last modified time
    Searched refs:wpa_config_remove_network (Results 1 - 14 of 14) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/
config.h 335 int wpa_config_remove_network(struct wpa_config *config, int id);
wps_supplicant.c 458 wpa_config_remove_network(wpa_s->conf, id);
486 wpa_config_remove_network(wpa_s->conf, ssid->id);
ctrl_iface.c 1033 wpa_config_remove_network(wpa_s->conf, id);
1048 wpa_config_remove_network(wpa_s->conf, id) < 0) {
    [all...]
ctrl_iface_dbus_handlers.c 896 if (wpa_config_remove_network(wpa_s->conf, id) < 0) {
    [all...]
config.c 1700 int wpa_config_remove_network(struct wpa_config *config, int id) function
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 505 int wpa_config_remove_network(struct wpa_config *config, int id);
interworking.c 617 wpa_config_remove_network(wpa_s->conf, ssid->id);
755 wpa_config_remove_network(wpa_s->conf, ssid->id);
wps_supplicant.c 709 wpa_config_remove_network(wpa_s->conf, id);
741 wpa_config_remove_network(wpa_s->conf, ssid->id);
    [all...]
ctrl_iface.c     [all...]
p2p_supplicant.c 337 wpa_config_remove_network(wpa_s->conf, id);
    [all...]
config.c 1964 int wpa_config_remove_network(struct wpa_config *config, int id) function
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c     [all...]
dbus_new_handlers.c     [all...]
dbus_old_handlers.c 866 if (wpa_config_remove_network(wpa_s->conf, id) < 0) {
    [all...]

Completed in 199 milliseconds