| /freebsd-13.1/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new.c | 2800 if (ctrl_iface == NULL) in wpas_dbus_register_network() 2872 if (ctrl_iface == NULL) in wpas_dbus_unregister_network() 2986 if (ctrl_iface == NULL) in wpas_dbus_unregister_bss() 3029 if (ctrl_iface == NULL) in wpas_dbus_register_bss() 3139 if (!ctrl_iface) in wpas_dbus_unregister_sta() 3181 if (!ctrl_iface) in wpas_dbus_register_sta() 4360 if (ctrl_iface == NULL) in wpas_dbus_register_interface() 4646 if (ctrl_iface == NULL) in wpas_dbus_register_peer() 4717 if (ctrl_iface == NULL) in wpas_dbus_unregister_peer() 4878 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-13.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() 678 wpa_s->ctrl_iface = NULL; in test_eapol_clean() 804 if (e->ctrl_iface) in ieee802_1x_decapsulate_radius() 950 if (!e->ctrl_iface) in ieee802_1x_receive_auth() 1309 const char *ctrl_iface = NULL; in main() local 1388 ctrl_iface = optarg; in main() 1389 eapol_test.ctrl_iface = 1; in main() 1440 if (conf == NULL && !ctrl_iface) { in main() 1483 if (wpa_s.ctrl_iface == NULL) { in main() [all …]
|
| H A D | preauth_test.c | 196 wpa_supplicant_ctrl_iface_deinit(wpa_s, wpa_s->ctrl_iface); in test_eapol_clean() 197 wpa_s->ctrl_iface = NULL; in test_eapol_clean() 331 wpa_s.ctrl_iface = wpa_supplicant_ctrl_iface_init(&wpa_s); in main() 332 if (wpa_s.ctrl_iface == NULL) { in main()
|
| H A D | ctrl_iface_unix.c | 316 gpriv = global->ctrl_iface; in wpas_ctrl_msg_send_pending_global() 340 priv = wpa_s->ctrl_iface; in wpas_ctrl_msg_send_pending_iface() 366 priv = wpa_s->ctrl_iface; in wpas_ctrl_msg_queue_timeout() 370 gpriv = wpa_s->global->ctrl_iface; in wpas_ctrl_msg_queue_timeout() 436 gpriv = wpa_s->global->ctrl_iface; in wpa_supplicant_ctrl_iface_msg_cb() 468 priv = wpa_s->ctrl_iface; in wpa_supplicant_ctrl_iface_msg_cb() 811 if (!global || !global->ctrl_iface) in wpas_global_ctrl_iface_flush_queued_msg() 814 gpriv = global->ctrl_iface; in wpas_global_ctrl_iface_flush_queued_msg() 910 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 | 840 * added "GET country" ctrl_iface command 887 * added P2P-FIND-STOPPED ctrl_iface event 910 * removed ctrl_iface event on P2P PD Response in join-group case 913 * added BSS entry age to ctrl_iface BSS command output 956 * added new WPS NFC ctrl_iface mechanism 1156 - Show SetSelectedRegistrar events as ctrl_iface events 1427 * added ctrl_iface monitor event (CTRL-EVENT-SCAN-RESULTS) for 1429 * added new ctrl_iface command, BSS, to allow scan results to be 1532 * fixed dbus ctrl_iface to validate message interface before 1670 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 | wpa_supplicant.c | 1170 wpa_supplicant_ctrl_iface_deinit(wpa_s, wpa_s->ctrl_iface); in wpa_supplicant_reload_configuration() 1171 wpa_s->ctrl_iface = NULL; in wpa_supplicant_reload_configuration() 1208 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s); in wpa_supplicant_reload_configuration() 6814 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s); in wpa_supplicant_init_iface() 6815 if (wpa_s->ctrl_iface == NULL) { in wpa_supplicant_init_iface() 6977 wpa_supplicant_ctrl_iface_deinit(wpa_s, wpa_s->ctrl_iface); in wpa_supplicant_deinit_iface() 6978 wpa_s->ctrl_iface = NULL; in wpa_supplicant_deinit_iface() 7399 if (global->ctrl_iface == NULL) { in wpa_supplicant_init() 7462 if (wpa_s->ctrl_iface && !wpa_s->p2p_mgmt) in wpa_supplicant_run() 7464 wpa_s->ctrl_iface); in wpa_supplicant_run() [all …]
|
| H A D | nmake.mak | 111 $(OBJDIR)\ctrl_iface.obj \
|
| H A D | wpa_supplicant_i.h | 282 struct ctrl_iface_global_priv *ctrl_iface; member 812 struct ctrl_iface_priv *ctrl_iface; member
|
| /freebsd-13.1/usr.sbin/wpa/hostapd/ |
| H A D | Makefile | 14 ctrl_iface.c \
|
| /freebsd-13.1/usr.sbin/wpa/wpa_supplicant/ |
| H A D | Makefile | 19 ctrl_iface.c \
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 299 * add INTERFACE-ENABLED and INTERFACE-DISABLED ctrl_iface events 307 * add BSS_TM_REQ ctrl_iface command to send BSS Transition Management 328 * add UPDATE_BEACON ctrl_iface command; this can be used to force Beacon 448 * allow ctrl_iface group to be specified on command line (-G<group>) 476 * added AP-STA-DISCONNECTED ctrl_iface event 543 * added new WPS NFC ctrl_iface mechanism 619 - Send AP Settings as a wrapped Credential attribute to ctrl_iface 621 - Dispatch more WPS events through hostapd ctrl_iface. 642 - Show SetSelectedRegistrar events as ctrl_iface events.
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | hostapd.c | 2860 const char *ctrl_iface, const char *driver) in hostapd_config_alloc() argument 2899 bss->ctrl_interface = os_strdup(ctrl_iface); in hostapd_config_alloc()
|