Lines Matching refs:dpp_bootstrap_info

159 void dpp_bootstrap_info_free(struct dpp_bootstrap_info *info)  in dpp_bootstrap_info_free()
201 static int dpp_clone_uri(struct dpp_bootstrap_info *bi, const char *uri) in dpp_clone_uri()
208 int dpp_parse_uri_chan_list(struct dpp_bootstrap_info *bi, in dpp_parse_uri_chan_list()
261 int dpp_parse_uri_mac(struct dpp_bootstrap_info *bi, const char *mac) in dpp_parse_uri_mac()
277 int dpp_parse_uri_info(struct dpp_bootstrap_info *bi, const char *info) in dpp_parse_uri_info()
302 int dpp_parse_uri_version(struct dpp_bootstrap_info *bi, const char *version) in dpp_parse_uri_version()
324 static int dpp_parse_uri_pk(struct dpp_bootstrap_info *bi, const char *info) in dpp_parse_uri_pk()
350 static int dpp_parse_uri_supported_curves(struct dpp_bootstrap_info *bi, in dpp_parse_uri_supported_curves()
374 static int dpp_parse_uri_host(struct dpp_bootstrap_info *bi, const char *txt) in dpp_parse_uri_host()
432 static struct dpp_bootstrap_info * dpp_parse_uri(const char *uri) in dpp_parse_uri()
438 struct dpp_bootstrap_info *bi; in dpp_parse_uri()
584 struct dpp_bootstrap_info *peer_bi = auth->peer_bi; in dpp_channel_intersect()
693 int dpp_gen_uri(struct dpp_bootstrap_info *bi) in dpp_gen_uri()
1624 static bool dpp_supports_curve(const char *curve, struct dpp_bootstrap_info *bi) in dpp_supports_curve()
1952 struct dpp_bootstrap_info *bi; in dpp_get_peer_bi_id()
4322 struct dpp_bootstrap_info *bi; in dpp_next_id()
4325 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_next_id()
4335 struct dpp_bootstrap_info *bi, *tmp; in dpp_bootstrap_del()
4342 struct dpp_bootstrap_info, list) { in dpp_bootstrap_del()
4360 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp, in dpp_add_qr_code()
4363 struct dpp_bootstrap_info *bi; in dpp_add_qr_code()
4379 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp, in dpp_add_nfc_uri()
4382 struct dpp_bootstrap_info *bi; in dpp_add_nfc_uri()
4398 static int dpp_parse_supported_curves_list(struct dpp_bootstrap_info *bi, in dpp_parse_supported_curves_list()
4442 struct dpp_bootstrap_info *bi; in dpp_bootstrap_gen()
4502 struct dpp_bootstrap_info *
4505 struct dpp_bootstrap_info *bi; in dpp_bootstrap_get_id()
4510 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_bootstrap_get_id()
4536 struct dpp_bootstrap_info *bi; in dpp_bootstrap_get_uri()
4545 int dpp_bootstrap_info(struct dpp_global *dpp, int id, in dpp_bootstrap_info() function
4548 struct dpp_bootstrap_info *bi; in dpp_bootstrap_info()
4622 struct dpp_bootstrap_info *bi; in dpp_bootstrap_set()
4642 struct dpp_bootstrap_info **own_bi, in dpp_bootstrap_find_pair()
4643 struct dpp_bootstrap_info **peer_bi) in dpp_bootstrap_find_pair()
4645 struct dpp_bootstrap_info *bi; in dpp_bootstrap_find_pair()
4652 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_bootstrap_find_pair()
4676 struct dpp_bootstrap_info * dpp_bootstrap_find_chirp(struct dpp_global *dpp, in dpp_bootstrap_find_chirp()
4679 struct dpp_bootstrap_info *bi; in dpp_bootstrap_find_chirp()
4684 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_bootstrap_find_chirp()
4695 static int dpp_nfc_update_bi_channel(struct dpp_bootstrap_info *own_bi, in dpp_nfc_update_bi_channel()
4696 struct dpp_bootstrap_info *peer_bi) in dpp_nfc_update_bi_channel()
4743 static int dpp_nfc_update_bi_key(struct dpp_bootstrap_info *own_bi, in dpp_nfc_update_bi_key()
4744 struct dpp_bootstrap_info *peer_bi) in dpp_nfc_update_bi_key()
4767 int dpp_nfc_update_bi(struct dpp_bootstrap_info *own_bi, in dpp_nfc_update_bi()
4768 struct dpp_bootstrap_info *peer_bi) in dpp_nfc_update_bi()
5066 struct wpabuf * dpp_build_presence_announcement(struct dpp_bootstrap_info *bi) in dpp_build_presence_announcement()
5100 struct wpabuf * dpp_build_pb_announcement(struct dpp_bootstrap_info *bi) in dpp_build_pb_announcement()
5135 struct wpabuf * dpp_build_pb_announcement_resp(struct dpp_bootstrap_info *bi, in dpp_build_pb_announcement_resp()