| /freebsd-12.1/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new.c | 2707 if (ctrl_iface == NULL) in wpas_dbus_register_network() 2779 if (ctrl_iface == NULL) in wpas_dbus_unregister_network() 2917 if (ctrl_iface == NULL) in wpas_dbus_unregister_bss() 2960 if (ctrl_iface == NULL) in wpas_dbus_register_bss() 3070 if (!ctrl_iface) in wpas_dbus_unregister_sta() 3112 if (!ctrl_iface) in wpas_dbus_register_sta() 4209 if (ctrl_iface == NULL) in wpas_dbus_register_interface() 4495 if (ctrl_iface == NULL) in wpas_dbus_register_peer() 4566 if (ctrl_iface == NULL) in wpas_dbus_unregister_peer() 4727 if (ctrl_iface == NULL) in wpas_dbus_register_p2p_group() [all …]
|
| H A D | dbus_new_helpers.h | 120 struct wpas_dbus_priv *ctrl_iface, 125 struct wpas_dbus_priv *ctrl_iface,
|
| H A D | dbus_new_helpers.c | 530 int wpa_dbus_register_object_per_iface(struct wpas_dbus_priv *ctrl_iface, in wpa_dbus_register_object_per_iface() argument 542 if (ctrl_iface == NULL) in wpa_dbus_register_object_per_iface() 545 con = ctrl_iface->con; in wpa_dbus_register_object_per_iface() 581 struct wpas_dbus_priv *ctrl_iface, const char *path) in wpa_dbus_unregister_object_per_iface() argument 583 DBusConnection *con = ctrl_iface->con; in wpa_dbus_unregister_object_per_iface()
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | eapol_test.c | 82 unsigned int ctrl_iface:1; member 427 if (e->ctrl_iface) in eapol_sm_cb() 677 if (wpa_s->ctrl_iface) { in test_eapol_clean() 679 wpa_s->ctrl_iface = NULL; in test_eapol_clean() 806 if (e->ctrl_iface) in ieee802_1x_decapsulate_radius() 952 if (!e->ctrl_iface) in ieee802_1x_receive_auth() 1310 const char *ctrl_iface = NULL; in main() local 1389 ctrl_iface = optarg; in main() 1390 eapol_test.ctrl_iface = 1; in main() 1484 if (wpa_s.ctrl_iface == NULL) { in main() [all …]
|
| H A D | preauth_test.c | 187 if (wpa_s->ctrl_iface) { in test_eapol_clean() 188 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface); in test_eapol_clean() 189 wpa_s->ctrl_iface = NULL; in test_eapol_clean() 323 wpa_s.ctrl_iface = wpa_supplicant_ctrl_iface_init(&wpa_s); in main() 324 if (wpa_s.ctrl_iface == NULL) { in main()
|
| H A D | ctrl_iface_udp.c | 356 if (type != WPA_MSG_NO_GLOBAL && wpa_s->global->ctrl_iface) { 357 struct ctrl_iface_global_priv *priv = wpa_s->global->ctrl_iface; 368 if (type == WPA_MSG_ONLY_GLOBAL || !wpa_s->ctrl_iface) 371 wpa_supplicant_ctrl_iface_send(wpa_s, NULL, wpa_s->ctrl_iface->sock, 372 &wpa_s->ctrl_iface->ctrl_dst,
|
| H A D | ctrl_iface_unix.c | 306 gpriv = global->ctrl_iface; in wpas_ctrl_msg_send_pending_global() 330 priv = wpa_s->ctrl_iface; in wpas_ctrl_msg_send_pending_iface() 356 priv = wpa_s->ctrl_iface; in wpas_ctrl_msg_queue_timeout() 360 gpriv = wpa_s->global->ctrl_iface; in wpas_ctrl_msg_queue_timeout() 426 gpriv = wpa_s->global->ctrl_iface; in wpa_supplicant_ctrl_iface_msg_cb() 458 priv = wpa_s->ctrl_iface; in wpa_supplicant_ctrl_iface_msg_cb() 860 gpriv = priv->wpa_s->global->ctrl_iface; in wpa_supplicant_ctrl_iface_deinit()
|
| H A D | todo.txt | 25 - ctrl_iface: get/remove blob 33 ctrl_iface) by moving the retrying of the previous request into EAP
|
| H A D | ChangeLog | 787 * added "GET country" ctrl_iface command 834 * added P2P-FIND-STOPPED ctrl_iface event 857 * removed ctrl_iface event on P2P PD Response in join-group case 860 * added BSS entry age to ctrl_iface BSS command output 903 * added new WPS NFC ctrl_iface mechanism 1103 - Show SetSelectedRegistrar events as ctrl_iface events 1374 * added ctrl_iface monitor event (CTRL-EVENT-SCAN-RESULTS) for 1376 * added new ctrl_iface command, BSS, to allow scan results to be 1479 * fixed dbus ctrl_iface to validate message interface before 1617 GET_NETWORK/SET_NETWORK ctrl_iface commands) [all …]
|
| H A D | wpa_supplicant.c | 1076 if (reconf_ctrl && wpa_s->ctrl_iface) { in wpa_supplicant_reload_configuration() 1077 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface); in wpa_supplicant_reload_configuration() 1078 wpa_s->ctrl_iface = NULL; in wpa_supplicant_reload_configuration() 5882 if (wpa_s->ctrl_iface == NULL) { in wpa_supplicant_init_iface() 6034 if (wpa_s->ctrl_iface) { in wpa_supplicant_deinit_iface() 6035 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface); in wpa_supplicant_deinit_iface() 6036 wpa_s->ctrl_iface = NULL; in wpa_supplicant_deinit_iface() 6455 if (global->ctrl_iface == NULL) { in wpa_supplicant_init() 6518 if (wpa_s->ctrl_iface && !wpa_s->p2p_mgmt) in wpa_supplicant_run() 6520 wpa_s->ctrl_iface); in wpa_supplicant_run() [all …]
|
| H A D | ctrl_iface_named_pipe.c | 430 if (wpa_s == NULL || wpa_s->ctrl_iface == NULL) in wpa_supplicant_ctrl_iface_msg_cb() 432 wpa_supplicant_ctrl_iface_send(wpa_s->ctrl_iface, level, txt, len); in wpa_supplicant_ctrl_iface_msg_cb()
|
| H A D | wpa_supplicant_i.h | 267 struct ctrl_iface_global_priv *ctrl_iface; member 605 struct ctrl_iface_priv *ctrl_iface; member
|
| H A D | nmake.mak | 111 $(OBJDIR)\ctrl_iface.obj \
|
| /freebsd-12.1/usr.sbin/wpa/wpa_cli/ |
| H A D | Makefile | 15 ctrl_iface.c ctrl_iface_common.c ctrl_iface_unix.c \
|
| /freebsd-12.1/usr.sbin/wpa/wpa_supplicant/ |
| H A D | Makefile | 15 ctrl_iface.c ctrl_iface_common.c ctrl_iface_unix.c \
|
| /freebsd-12.1/usr.sbin/wpa/hostapd/ |
| H A D | Makefile | 26 ctrl_iface.c \
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 256 * add INTERFACE-ENABLED and INTERFACE-DISABLED ctrl_iface events 264 * add BSS_TM_REQ ctrl_iface command to send BSS Transition Management 285 * add UPDATE_BEACON ctrl_iface command; this can be used to force Beacon 405 * allow ctrl_iface group to be specified on command line (-G<group>) 433 * added AP-STA-DISCONNECTED ctrl_iface event 500 * added new WPS NFC ctrl_iface mechanism 576 - Send AP Settings as a wrapped Credential attribute to ctrl_iface 578 - Dispatch more WPS events through hostapd ctrl_iface. 599 - Show SetSelectedRegistrar events as ctrl_iface events.
|
| /freebsd-12.1/contrib/wpa/src/ap/ |
| H A D | hostapd.c | 2706 const char *ctrl_iface, const char *driver) in hostapd_config_alloc() argument 2745 bss->ctrl_interface = os_strdup(ctrl_iface); in hostapd_config_alloc()
|