Home | History | Annotate | Download | only in hostapd

Lines Matching refs:wpa_ctrl

12 #include "common/wpa_ctrl.h"
26 static struct wpa_ctrl *ctrl_conn;
48 static void update_stations(struct wpa_ctrl *ctrl);
82 static void register_event_handler(struct wpa_ctrl *ctrl)
95 static void unregister_event_handler(struct wpa_ctrl *ctrl)
106 static struct wpa_ctrl * hostapd_cli_open_connection(const char *ifname)
193 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd, int print)
221 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd)
227 static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd,
243 static int hostapd_cli_cmd_ping(struct wpa_ctrl *ctrl, int argc, char *argv[])
249 static int hostapd_cli_cmd_relog(struct wpa_ctrl *ctrl, int argc, char *argv[])
255 static int hostapd_cli_cmd_close_log(struct wpa_ctrl *ctrl, int argc,
262 static int hostapd_cli_cmd_status(struct wpa_ctrl *ctrl, int argc, char *argv[])
270 static int hostapd_cli_cmd_mib(struct wpa_ctrl *ctrl, int argc, char *argv[])
323 static int hostapd_cli_cmd_sta(struct wpa_ctrl *ctrl, int argc, char *argv[])
354 static int hostapd_cli_cmd_new_sta(struct wpa_ctrl *ctrl, int argc,
368 static int hostapd_cli_cmd_deauthenticate(struct wpa_ctrl *ctrl, int argc,
386 static int hostapd_cli_cmd_disassociate(struct wpa_ctrl *ctrl, int argc,
405 static int hostapd_cli_cmd_signature(struct wpa_ctrl *ctrl, int argc,
420 static int hostapd_cli_cmd_sa_query(struct wpa_ctrl *ctrl, int argc,
435 static int hostapd_cli_cmd_wps_pin(struct wpa_ctrl *ctrl, int argc,
456 static int hostapd_cli_cmd_wps_check_pin(struct wpa_ctrl *ctrl, int argc,
482 static int hostapd_cli_cmd_wps_pbc(struct wpa_ctrl *ctrl, int argc,
489 static int hostapd_cli_cmd_wps_cancel(struct wpa_ctrl *ctrl, int argc,
497 static int hostapd_cli_cmd_wps_nfc_tag_read(struct wpa_ctrl *ctrl, int argc,
523 static int hostapd_cli_cmd_wps_nfc_config_token(struct wpa_ctrl *ctrl,
545 static int hostapd_cli_cmd_wps_nfc_token(struct wpa_ctrl *ctrl,
566 static int hostapd_cli_cmd_nfc_get_handover_sel(struct wpa_ctrl *ctrl,
590 static int hostapd_cli_cmd_wps_ap_pin(struct wpa_ctrl *ctrl, int argc,
611 static int hostapd_cli_cmd_wps_get_status(struct wpa_ctrl *ctrl, int argc,
618 static int hostapd_cli_cmd_wps_config(struct wpa_ctrl *ctrl, int argc,
663 static int hostapd_cli_cmd_disassoc_imminent(struct wpa_ctrl *ctrl, int argc,
683 static int hostapd_cli_cmd_ess_disassoc(struct wpa_ctrl *ctrl, int argc,
703 static int hostapd_cli_cmd_bss_tm_req(struct wpa_ctrl *ctrl, int argc,
730 static int hostapd_cli_cmd_get_config(struct wpa_ctrl *ctrl, int argc,
737 static int wpa_ctrl_command_sta(struct wpa_ctrl *ctrl, const char *cmd,
774 static int hostapd_cli_cmd_all_sta(struct wpa_ctrl *ctrl, int argc,
789 static int hostapd_cli_cmd_list_sta(struct wpa_ctrl *ctrl, int argc,
806 static int hostapd_cli_cmd_help(struct wpa_ctrl *ctrl, int argc, char *argv[])
828 static int hostapd_cli_cmd_license(struct wpa_ctrl *ctrl, int argc,
836 static int hostapd_cli_cmd_set_qos_map_set(struct wpa_ctrl *ctrl,
856 static int hostapd_cli_cmd_send_qos_map_conf(struct wpa_ctrl *ctrl,
875 static int hostapd_cli_cmd_hs20_wnm_notif(struct wpa_ctrl *ctrl, int argc,
895 static int hostapd_cli_cmd_hs20_deauth_req(struct wpa_ctrl *ctrl, int argc,
920 static int hostapd_cli_cmd_quit(struct wpa_ctrl *ctrl, int argc, char *argv[])
929 static int hostapd_cli_cmd_level(struct wpa_ctrl *ctrl, int argc, char *argv[])
942 static void update_stations(struct wpa_ctrl *ctrl)
961 static void hostapd_cli_get_interfaces(struct wpa_ctrl *ctrl,
983 static void hostapd_cli_list_interfaces(struct wpa_ctrl *ctrl)
1006 static int hostapd_cli_cmd_interface(struct wpa_ctrl *ctrl, int argc,
1039 static int hostapd_cli_cmd_set(struct wpa_ctrl *ctrl, int argc, char *argv[])
1097 static int hostapd_cli_cmd_get(struct wpa_ctrl *ctrl, int argc, char *argv[])
1143 static int hostapd_cli_cmd_fst(struct wpa_ctrl *ctrl, int argc, char *argv[])
1172 static int hostapd_cli_cmd_color_change(struct wpa_ctrl *ctrl,
1180 static int hostapd_cli_cmd_chan_switch(struct wpa_ctrl *ctrl,
1219 static int hostapd_cli_cmd_notify_cw_change(struct wpa_ctrl *ctrl,
1226 static int hostapd_cli_cmd_enable(struct wpa_ctrl *ctrl, int argc,
1233 static int hostapd_cli_cmd_reload(struct wpa_ctrl *ctrl, int argc,
1240 static int hostapd_cli_cmd_reload_bss(struct wpa_ctrl *ctrl, int argc,
1247 static int hostapd_cli_cmd_reload_config(struct wpa_ctrl *ctrl, int argc,
1254 static int hostapd_cli_cmd_disable(struct wpa_ctrl *ctrl, int argc,
1261 static int hostapd_cli_cmd_enable_mld(struct wpa_ctrl *ctrl, int argc,
1268 static int hostapd_cli_cmd_disable_mld(struct wpa_ctrl *ctrl, int argc,
1275 static int hostapd_cli_cmd_update_beacon(struct wpa_ctrl *ctrl, int argc,
1282 static int hostapd_cli_cmd_stop_ap(struct wpa_ctrl *ctrl, int argc,
1289 static int hostapd_cli_cmd_vendor(struct wpa_ctrl *ctrl, int argc, char *argv[])
1311 static int hostapd_cli_cmd_erp_flush(struct wpa_ctrl *ctrl, int argc,
1318 static int hostapd_cli_cmd_log_level(struct wpa_ctrl *ctrl, int argc,
1337 static int hostapd_cli_cmd_raw(struct wpa_ctrl *ctrl, int argc, char *argv[])
1345 static int hostapd_cli_cmd_pmksa(struct wpa_ctrl *ctrl, int argc, char *argv[])
1351 static int hostapd_cli_cmd_pmksa_flush(struct wpa_ctrl *ctrl, int argc,
1358 static int hostapd_cli_cmd_set_neighbor(struct wpa_ctrl *ctrl, int argc,
1380 static int hostapd_cli_cmd_show_neighbor(struct wpa_ctrl *ctrl, int argc,
1387 static int hostapd_cli_cmd_remove_neighbor(struct wpa_ctrl *ctrl, int argc,
1394 static int hostapd_cli_cmd_req_lci(struct wpa_ctrl *ctrl, int argc,
1414 static int hostapd_cli_cmd_req_range(struct wpa_ctrl *ctrl, int argc,
1426 static int hostapd_cli_cmd_driver_flags(struct wpa_ctrl *ctrl, int argc,
1433 static int hostapd_cli_cmd_driver_flags2(struct wpa_ctrl *ctrl, int argc,
1442 static int hostapd_cli_cmd_dpp_qr_code(struct wpa_ctrl *ctrl, int argc,
1449 static int hostapd_cli_cmd_dpp_bootstrap_gen(struct wpa_ctrl *ctrl, int argc,
1456 static int hostapd_cli_cmd_dpp_bootstrap_remove(struct wpa_ctrl *ctrl, int argc,
1463 static int hostapd_cli_cmd_dpp_bootstrap_get_uri(struct wpa_ctrl *ctrl,
1470 static int hostapd_cli_cmd_dpp_bootstrap_info(struct wpa_ctrl *ctrl, int argc,
1477 static int hostapd_cli_cmd_dpp_bootstrap_set(struct wpa_ctrl *ctrl, int argc,
1484 static int hostapd_cli_cmd_dpp_auth_init(struct wpa_ctrl *ctrl, int argc,
1491 static int hostapd_cli_cmd_dpp_listen(struct wpa_ctrl *ctrl, int argc,
1498 static int hostapd_cli_cmd_dpp_stop_listen(struct wpa_ctrl *ctrl, int argc,
1505 static int hostapd_cli_cmd_dpp_configurator_add(struct wpa_ctrl *ctrl, int argc,
1512 static int hostapd_cli_cmd_dpp_configurator_remove(struct wpa_ctrl *ctrl,
1519 static int hostapd_cli_cmd_dpp_configurator_get_key(struct wpa_ctrl *ctrl,
1526 static int hostapd_cli_cmd_dpp_configurator_sign(struct wpa_ctrl *ctrl,
1533 static int hostapd_cli_cmd_dpp_pkex_add(struct wpa_ctrl *ctrl, int argc,
1540 static int hostapd_cli_cmd_dpp_pkex_remove(struct wpa_ctrl *ctrl, int argc,
1549 static int hostapd_cli_cmd_dpp_controller_start(struct wpa_ctrl *ctrl, int argc,
1556 static int hostapd_cli_cmd_dpp_controller_stop(struct wpa_ctrl *ctrl, int argc,
1563 static int hostapd_cli_cmd_dpp_chirp(struct wpa_ctrl *ctrl, int argc,
1570 static int hostapd_cli_cmd_dpp_stop_chirp(struct wpa_ctrl *ctrl, int argc,
1580 static int hostapd_cli_cmd_dpp_push_button(struct wpa_ctrl *ctrl, int argc,
1589 static int hostapd_cli_cmd_accept_macacl(struct wpa_ctrl *ctrl, int argc,
1596 static int hostapd_cli_cmd_deny_macacl(struct wpa_ctrl *ctrl, int argc,
1603 static int hostapd_cli_cmd_poll_sta(struct wpa_ctrl *ctrl, int argc,
1610 static int hostapd_cli_cmd_req_beacon(struct wpa_ctrl *ctrl, int argc,
1617 static int hostapd_cli_cmd_req_link_measurement(struct wpa_ctrl *ctrl, int argc,
1624 static int hostapd_cli_cmd_reload_wpa_psk(struct wpa_ctrl *ctrl, int argc,
1633 static int hostapd_cli_cmd_get_rxkhs(struct wpa_ctrl *ctrl, int argc,
1640 static int hostapd_cli_cmd_reload_rxkhs(struct wpa_ctrl *ctrl, int argc,
1650 static int hostapd_cli_cmd_driver(struct wpa_ctrl *ctrl, int argc, char *argv[])
1659 int (*handler)(struct wpa_ctrl *ctrl, int argc, char *argv[]);
1922 static void wpa_request(struct wpa_ctrl *ctrl, int argc, char *argv[])
1989 static void hostapd_cli_recv_pending(struct wpa_ctrl *ctrl, int in_read,
2168 struct wpa_ctrl *ctrl = eloop_ctx;
2189 struct wpa_ctrl *ctrl = eloop_ctx;
2195 static void hostapd_cli_action(struct wpa_ctrl *ctrl)