Home | History | Annotate | Download | only in ap

Lines Matching refs:hapd

12 int hostapd_dpp_qr_code(struct hostapd_data *hapd, const char *cmd);
13 int hostapd_dpp_bootstrap_gen(struct hostapd_data *hapd, const char *cmd);
14 int hostapd_dpp_bootstrap_remove(struct hostapd_data *hapd, const char *id);
15 const char * hostapd_dpp_bootstrap_get_uri(struct hostapd_data *hapd,
17 int hostapd_dpp_bootstrap_info(struct hostapd_data *hapd, int id,
19 int hostapd_dpp_auth_init(struct hostapd_data *hapd, const char *cmd);
20 void hostapd_dpp_rx_action(struct hostapd_data *hapd, const u8 *src,
22 void hostapd_dpp_tx_status(struct hostapd_data *hapd, const u8 *dst,
25 hostapd_dpp_gas_req_handler(struct hostapd_data *hapd, const u8 *sa,
27 int hostapd_dpp_configurator_add(struct hostapd_data *hapd, const char *cmd);
28 int hostapd_dpp_configurator_remove(struct hostapd_data *hapd, const char *id);
29 int hostapd_dpp_pkex_add(struct hostapd_data *hapd, const char *cmd);
30 int hostapd_dpp_pkex_remove(struct hostapd_data *hapd, const char *id);
31 int hostapd_dpp_init(struct hostapd_data *hapd);
32 void hostapd_dpp_deinit(struct hostapd_data *hapd);