Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp.h22 struct dpp_global;
247 struct dpp_global *global;
521 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx);
523 struct dpp_authentication * dpp_auth_init(struct dpp_global *dpp, void *msg_ctx,
531 dpp_auth_req_rx(struct dpp_global *dpp, void *msg_ctx, u8 dpp_allowed_roles,
642 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp,
644 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp,
646 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
648 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id);
649 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id);
[all …]
Ddpp_i.h15 struct dpp_global { struct
33 unsigned int dpp_next_id(struct dpp_global *dpp); argument
156 void dpp_tcp_init_flush(struct dpp_global *dpp);
157 void dpp_relay_flush_controllers(struct dpp_global *dpp);
Ddpp_tcp.c26 struct dpp_global *global;
53 struct dpp_global *global;
67 struct dpp_global *global;
115 int dpp_relay_add_controller(struct dpp_global *dpp, in dpp_relay_add_controller()
140 dpp_relay_controller_get(struct dpp_global *dpp, const u8 *pkhash) in dpp_relay_controller_get()
466 int dpp_relay_rx_action(struct dpp_global *dpp, const u8 *src, const u8 *hdr, in dpp_relay_rx_action()
523 int dpp_relay_rx_gas_req(struct dpp_global *dpp, const u8 *src, const u8 *data, in dpp_relay_rx_gas_req()
803 struct dpp_global *dpp = conn->ctrl->global; in dpp_controller_rx_presence_announcement()
851 struct dpp_global *dpp = conn->ctrl->global; in dpp_controller_rx_reconfig_announcement()
1536 int dpp_tcp_init(struct dpp_global *dpp, struct dpp_authentication *auth, in dpp_tcp_init()
[all …]
Ddpp.c656 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx) in dpp_alloc_auth()
1186 dpp_configurator_get_id(struct dpp_global *dpp, unsigned int id) in dpp_configurator_get_id()
3793 unsigned int dpp_next_id(struct dpp_global *dpp) in dpp_next_id()
3806 static int dpp_bootstrap_del(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_del()
3833 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp, in dpp_add_qr_code()
3852 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp, in dpp_add_nfc_uri()
3871 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) in dpp_bootstrap_gen()
3933 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_get_id()
3948 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id) in dpp_bootstrap_remove()
3964 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_get_uri()
[all …]
Ddpp_reconfig.c226 dpp_reconfig_init(struct dpp_global *dpp, void *msg_ctx, in dpp_reconfig_init()
426 dpp_reconfig_auth_req_rx(struct dpp_global *dpp, void *msg_ctx, in dpp_reconfig_auth_req_rx()
Ddpp_auth.c668 dpp_auth_req_rx(struct dpp_global *dpp, void *msg_ctx, u8 dpp_allowed_roles, in dpp_auth_req_rx()
1163 struct dpp_authentication * dpp_auth_init(struct dpp_global *dpp, void *msg_ctx, in dpp_auth_init()
Ddpp_pkex.c1285 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer, in dpp_pkex_finish()
/external/wpa_supplicant_8/src/ap/
Dhostapd.h77 struct dpp_global *dpp;
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h1339 struct dpp_global *dpp;