Lines Matching refs:config
521 * config_methods - Config Methods
706 * by acting as a Registrar and using M1 from the AP. The config
710 * as such, the PushButton config method is removed from M1 by default.
712 * config method is left in M1 (if included in config_methods
728 * wps_nfc_pw_from_config - NFC Device Password was read from config
893 /* Prototypes for common functions from config.c */
897 void wpa_config_foreach_network(struct wpa_config *config,
900 struct wpa_ssid * wpa_config_get_network(struct wpa_config *config, int id);
901 struct wpa_ssid * wpa_config_add_network(struct wpa_config *config);
902 int wpa_config_remove_network(struct wpa_config *config, int id);
912 int wpa_config_add_prio_network(struct wpa_config *config,
914 int wpa_config_update_prio_list(struct wpa_config *config);
915 const struct wpa_config_blob * wpa_config_get_blob(struct wpa_config *config,
917 void wpa_config_set_blob(struct wpa_config *config,
920 int wpa_config_remove_blob(struct wpa_config *config, const char *name);
922 struct wpa_cred * wpa_config_get_cred(struct wpa_config *config, int id);
923 struct wpa_cred * wpa_config_add_cred(struct wpa_config *config);
924 int wpa_config_remove_cred(struct wpa_config *config, int id);
932 void wpa_config_debug_dump_networks(struct wpa_config *config);
938 /* Prototypes for common functions from config.c */
939 int wpa_config_process_global(struct wpa_config *config, char *pos, int line);
963 * @config: Configuration data from wpa_config_read()
973 int wpa_config_write(const char *name, struct wpa_config *config);