| /freebsd-14.2/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new.c | 2867 if (ctrl_iface == NULL) in wpas_dbus_register_network() 2939 if (ctrl_iface == NULL) in wpas_dbus_unregister_network() 3058 if (ctrl_iface == NULL) in wpas_dbus_unregister_bss() 3101 if (ctrl_iface == NULL) in wpas_dbus_register_bss() 3211 if (!ctrl_iface) in wpas_dbus_unregister_sta() 3253 if (!ctrl_iface) in wpas_dbus_register_sta() 4464 if (ctrl_iface == NULL) in wpas_dbus_register_interface() 4750 if (ctrl_iface == NULL) in wpas_dbus_register_peer() 4821 if (ctrl_iface == NULL) in wpas_dbus_unregister_peer() 4982 if (ctrl_iface == NULL) in wpas_dbus_register_p2p_group() [all …]
|
| H A D | dbus_new_helpers.h | 122 struct wpas_dbus_priv *ctrl_iface, 127 struct wpas_dbus_priv *ctrl_iface,
|
| H A D | dbus_new_helpers.c | 531 int wpa_dbus_register_object_per_iface(struct wpas_dbus_priv *ctrl_iface, in wpa_dbus_register_object_per_iface() argument 543 if (ctrl_iface == NULL) in wpa_dbus_register_object_per_iface() 546 con = ctrl_iface->con; in wpa_dbus_register_object_per_iface() 582 struct wpas_dbus_priv *ctrl_iface, const char *path) in wpa_dbus_unregister_object_per_iface() argument 584 DBusConnection *con = ctrl_iface->con; in wpa_dbus_unregister_object_per_iface()
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | eapol_test.c | 83 unsigned int ctrl_iface:1; member 431 if (e->ctrl_iface) in eapol_sm_cb() 686 wpa_s->ctrl_iface = NULL; in test_eapol_clean() 823 if (e->ctrl_iface) in ieee802_1x_decapsulate_radius() 969 if (!e->ctrl_iface) in ieee802_1x_receive_auth() 1349 const char *ctrl_iface = NULL; in main() local 1443 ctrl_iface = optarg; in main() 1444 eapol_test.ctrl_iface = 1; in main() 1510 if (conf == NULL && !ctrl_iface) { in main() 1554 if (wpa_s.ctrl_iface == NULL) { in main() [all …]
|
| H A D | preauth_test.c | 197 wpa_supplicant_ctrl_iface_deinit(wpa_s, wpa_s->ctrl_iface); in test_eapol_clean() 198 wpa_s->ctrl_iface = NULL; in test_eapol_clean() 332 wpa_s.ctrl_iface = wpa_supplicant_ctrl_iface_init(&wpa_s); in main() 333 if (wpa_s.ctrl_iface == NULL) { in main()
|
| H A D | ctrl_iface_unix.c | 319 gpriv = global->ctrl_iface; in wpas_ctrl_msg_send_pending_global() 343 priv = wpa_s->ctrl_iface; in wpas_ctrl_msg_send_pending_iface() 369 priv = wpa_s->ctrl_iface; in wpas_ctrl_msg_queue_timeout() 373 gpriv = wpa_s->global->ctrl_iface; in wpas_ctrl_msg_queue_timeout() 439 gpriv = wpa_s->global->ctrl_iface; in wpa_supplicant_ctrl_iface_msg_cb() 471 priv = wpa_s->ctrl_iface; in wpa_supplicant_ctrl_iface_msg_cb() 834 if (!global || !global->ctrl_iface) in wpas_global_ctrl_iface_flush_queued_msg() 837 gpriv = global->ctrl_iface; in wpas_global_ctrl_iface_flush_queued_msg() 933 gpriv = priv->wpa_s->global->ctrl_iface; in wpa_supplicant_ctrl_iface_deinit()
|
| H A D | ctrl_iface_udp.c | 373 if (type != WPA_MSG_NO_GLOBAL && wpa_s->global->ctrl_iface) { 374 struct ctrl_iface_global_priv *priv = wpa_s->global->ctrl_iface; 385 if (type == WPA_MSG_ONLY_GLOBAL || !wpa_s->ctrl_iface) 388 wpa_supplicant_ctrl_iface_send(wpa_s, NULL, wpa_s->ctrl_iface->sock, 389 &wpa_s->ctrl_iface->ctrl_dst,
|
| 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 | 890 * added "GET country" ctrl_iface command 937 * added P2P-FIND-STOPPED ctrl_iface event 960 * removed ctrl_iface event on P2P PD Response in join-group case 963 * added BSS entry age to ctrl_iface BSS command output 1006 * added new WPS NFC ctrl_iface mechanism 1206 - Show SetSelectedRegistrar events as ctrl_iface events 1477 * added ctrl_iface monitor event (CTRL-EVENT-SCAN-RESULTS) for 1479 * added new ctrl_iface command, BSS, to allow scan results to be 1582 * fixed dbus ctrl_iface to validate message interface before 1720 GET_NETWORK/SET_NETWORK ctrl_iface commands) [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 | nmake.mak | 111 $(OBJDIR)\ctrl_iface.obj \
|
| H A D | wpa_supplicant.c | 1296 wpa_supplicant_ctrl_iface_deinit(wpa_s, wpa_s->ctrl_iface); in wpa_supplicant_reload_configuration() 1297 wpa_s->ctrl_iface = NULL; in wpa_supplicant_reload_configuration() 1334 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s); in wpa_supplicant_reload_configuration() 7484 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s); in wpa_supplicant_init_iface() 7485 if (wpa_s->ctrl_iface == NULL) { in wpa_supplicant_init_iface() 7649 wpa_supplicant_ctrl_iface_deinit(wpa_s, wpa_s->ctrl_iface); in wpa_supplicant_deinit_iface() 7650 wpa_s->ctrl_iface = NULL; in wpa_supplicant_deinit_iface() 8114 if (global->ctrl_iface == NULL) { in wpa_supplicant_init() 8177 if (wpa_s->ctrl_iface && !wpa_s->p2p_mgmt) in wpa_supplicant_run() 8179 wpa_s->ctrl_iface); in wpa_supplicant_run() [all …]
|
| H A D | wpa_supplicant_i.h | 284 struct ctrl_iface_global_priv *ctrl_iface; member 817 struct ctrl_iface_priv *ctrl_iface; member
|
| /freebsd-14.2/usr.sbin/wpa/hostapd/ |
| H A D | Makefile | 13 ctrl_iface.c \
|
| /freebsd-14.2/usr.sbin/wpa/wpa_supplicant/ |
| H A D | Makefile | 18 ctrl_iface.c \
|
| /freebsd-14.2/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 336 * add INTERFACE-ENABLED and INTERFACE-DISABLED ctrl_iface events 344 * add BSS_TM_REQ ctrl_iface command to send BSS Transition Management 365 * add UPDATE_BEACON ctrl_iface command; this can be used to force Beacon 485 * allow ctrl_iface group to be specified on command line (-G<group>) 513 * added AP-STA-DISCONNECTED ctrl_iface event 580 * added new WPS NFC ctrl_iface mechanism 656 - Send AP Settings as a wrapped Credential attribute to ctrl_iface 658 - Dispatch more WPS events through hostapd ctrl_iface. 679 - Show SetSelectedRegistrar events as ctrl_iface events.
|
| /freebsd-14.2/contrib/wpa/src/ap/ |
| H A D | hostapd.c | 3644 const char *ctrl_iface, const char *driver) in hostapd_config_alloc() argument 3683 bss->ctrl_interface = os_strdup(ctrl_iface); in hostapd_config_alloc()
|