Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp.h20 struct dpp_global;
249 struct dpp_global *global;
524 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx);
526 struct dpp_authentication * dpp_auth_init(struct dpp_global *dpp, void *msg_ctx,
534 dpp_auth_req_rx(struct dpp_global *dpp, void *msg_ctx, u8 dpp_allowed_roles,
645 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp,
647 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp,
649 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
651 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id);
652 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id);
[all …]
Ddpp_tcp.c26 struct dpp_global *global;
53 struct dpp_global *global;
67 struct dpp_global *global;
117 int dpp_relay_add_controller(struct dpp_global *dpp, in dpp_relay_add_controller()
142 dpp_relay_controller_get(struct dpp_global *dpp, const u8 *pkhash) in dpp_relay_controller_get()
160 dpp_relay_controller_get_ctx(struct dpp_global *dpp, void *cb_ctx) in dpp_relay_controller_get_ctx()
496 int dpp_relay_rx_action(struct dpp_global *dpp, const u8 *src, const u8 *hdr, in dpp_relay_rx_action()
553 int dpp_relay_rx_gas_req(struct dpp_global *dpp, const u8 *src, const u8 *data, in dpp_relay_rx_gas_req()
830 struct dpp_global *dpp = conn->ctrl->global; in dpp_controller_rx_presence_announcement()
877 struct dpp_global *dpp = conn->ctrl->global; in dpp_controller_rx_reconfig_announcement()
[all …]
Ddpp_i.h15 struct dpp_global { struct
33 unsigned int dpp_next_id(struct dpp_global *dpp); argument
155 void dpp_tcp_init_flush(struct dpp_global *dpp);
156 void dpp_relay_flush_controllers(struct dpp_global *dpp);
Ddpp.c643 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx) in dpp_alloc_auth()
1173 dpp_configurator_get_id(struct dpp_global *dpp, unsigned int id) in dpp_configurator_get_id()
3791 unsigned int dpp_next_id(struct dpp_global *dpp) in dpp_next_id()
3804 static int dpp_bootstrap_del(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_del()
3831 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp, in dpp_add_qr_code()
3850 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp, in dpp_add_nfc_uri()
3869 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) in dpp_bootstrap_gen()
3931 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_get_id()
3946 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id) in dpp_bootstrap_remove()
3962 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_get_uri()
[all …]
Ddpp_reconfig.c222 dpp_reconfig_init(struct dpp_global *dpp, void *msg_ctx, in dpp_reconfig_init()
422 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()
1161 struct dpp_authentication * dpp_auth_init(struct dpp_global *dpp, void *msg_ctx, in dpp_auth_init()
Ddpp_pkex.c1334 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer, in dpp_pkex_finish()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.h22 struct dpp_global;
428 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx,
498 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp,
500 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
502 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id);
503 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id);
505 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
507 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id);
508 int dpp_bootstrap_info(struct dpp_global *dpp, int id,
510 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap,
[all …]
Ddpp.c80 struct dpp_global *global;
100 struct dpp_global *global;
113 struct dpp_global *global;
121 struct dpp_global { struct
4411 dpp_configurator_get_id(struct dpp_global *dpp, unsigned int id) in dpp_configurator_get_id()
4427 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx, in dpp_set_configurator()
8347 static unsigned int dpp_next_id(struct dpp_global *dpp) in dpp_next_id()
8360 static int dpp_bootstrap_del(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_del()
8383 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp, in dpp_add_qr_code()
8401 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) in dpp_bootstrap_gen()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h73 struct dpp_global *dpp;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h77 struct dpp_global *dpp;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_supplicant_i.h1216 struct dpp_global *dpp;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_supplicant_i.h1442 struct dpp_global *dpp;