Home
last modified time | relevance | path

Searched refs:dpp_controller (Results 1 – 6 of 6) sorted by relevance

/hostap-3.7.0/src/common/
Ddpp_tcp.c25 struct dpp_controller *ctrl;
70 struct dpp_controller { struct
625 static void dpp_controller_free(struct dpp_controller *ctrl) in dpp_controller_free()
994 struct dpp_controller *ctrl = conn->ctrl; in dpp_controller_rx_pkex_exchange_req()
1764 struct dpp_controller *ctrl = eloop_ctx; in dpp_controller_tcp_cb()
2018 struct dpp_controller *ctrl; in dpp_controller_start()
2129 struct dpp_controller *ctrl = dpp->controller; in dpp_controller_get_auth()
2147 struct dpp_controller *ctrl = dpp->controller; in dpp_controller_new_qr_code()
2170 struct dpp_controller *ctrl = dpp->controller; in dpp_controller_pkex_add()
Ddpp_i.h22 struct dpp_controller *controller;
/hostap-3.7.0/src/ap/
Dap_config.h755 struct dpp_controller_conf *dpp_controller; member
Dap_config.c953 hostapd_dpp_controller_conf_free(conf->dpp_controller); in hostapd_config_free_bss()
Ddpp_hostapd.c2637 for (ctrl = hapd->conf->dpp_controller; ctrl; ctrl = ctrl->next) { in hostapd_dpp_add_controllers()
/hostap-3.7.0/hostapd/
Dconfig_file.c2325 conf->next = bss->dpp_controller; in hostapd_dpp_controller_parse()
2326 bss->dpp_controller = conf; in hostapd_dpp_controller_parse()