Home
last modified time | relevance | path

Searched refs:dpp_configurator (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddpp.h352 struct dpp_configurator *conf;
404 struct dpp_configurator { struct
662 int dpp_configurator_get_key(const struct dpp_configurator *conf, char *buf,
664 void dpp_configurator_free(struct dpp_configurator *conf);
748 struct dpp_configurator * dpp_configurator_find_kid(struct dpp_global *dpp,
834 struct dpp_configurator *conf, unsigned int freq, u16 group,
H A Ddpp.c1368 static struct dpp_configurator *
1371 struct dpp_configurator *conf; in dpp_configurator_get_id()
1377 struct dpp_configurator, list) { in dpp_configurator_get_id()
3879 void dpp_configurator_free(struct dpp_configurator *conf) in dpp_configurator_free()
3892 int dpp_configurator_get_key(const struct dpp_configurator *conf, char *buf, in dpp_configurator_get_key()
3912 static int dpp_configurator_gen_kid(struct dpp_configurator *conf) in dpp_configurator_gen_kid()
3942 static struct dpp_configurator *
3946 struct dpp_configurator *conf; in dpp_keygen_configurator()
4779 struct dpp_configurator *conf; in dpp_next_configurator_id()
4782 dl_list_for_each(conf, &dpp->configurator, struct dpp_configurator, in dpp_next_configurator_id()
[all …]
H A Ddpp_i.h146 char * dpp_sign_connector(struct dpp_configurator *conf,
H A Ddpp_backup.c35 static struct wpabuf * dpp_build_conf_params(struct dpp_configurator *conf) in dpp_build_conf_params()
80 static struct wpabuf * dpp_build_attribute(struct dpp_configurator *conf) in dpp_build_attribute()
H A Ddpp_reconfig.c187 dpp_configurator_build_own_connector(struct dpp_configurator *conf, in dpp_configurator_build_own_connector()
239 struct dpp_configurator *conf, unsigned int freq, u16 group, in dpp_reconfig_init()
H A Ddpp_crypto.c1876 dpp_build_jws_prot_hdr(struct dpp_configurator *conf, size_t *signed1_len) in dpp_build_jws_prot_hdr()
1900 dpp_build_conn_signature(struct dpp_configurator *conf, in dpp_build_conn_signature()
1959 char * dpp_sign_connector(struct dpp_configurator *conf, in dpp_sign_connector()
H A Ddpp_tcp.c1002 struct dpp_configurator *conf; in dpp_controller_rx_reconfig_announcement()
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c1762 struct dpp_configurator *conf; in hostapd_dpp_rx_reconfig_announcement()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c2502 struct dpp_configurator *conf; in wpas_dpp_rx_reconfig_announcement()