/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 2848 struct wpas_dbus_priv *ctrl_iface; in wpas_dbus_register_network() local 2866 ctrl_iface = wpa_s->global->dbus; in wpas_dbus_register_network() 2867 if (ctrl_iface == NULL) in wpas_dbus_register_network() 2898 if (wpa_dbus_register_object_per_iface(ctrl_iface, net_obj_path, in wpas_dbus_register_network() 2922 struct wpas_dbus_priv *ctrl_iface; in wpas_dbus_unregister_network() local 2938 ctrl_iface = wpa_s->global->dbus; in wpas_dbus_unregister_network() 2939 if (ctrl_iface == NULL) in wpas_dbus_unregister_network() 2948 ret = wpa_dbus_unregister_object_per_iface(ctrl_iface, net_obj_path); in wpas_dbus_unregister_network() 3051 struct wpas_dbus_priv *ctrl_iface; in wpas_dbus_unregister_bss() local 3057 ctrl_iface = wpa_s->global->dbus; in wpas_dbus_unregister_bss() [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/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() 685 wpa_supplicant_ctrl_iface_deinit(wpa_s, wpa_s->ctrl_iface); in test_eapol_clean() 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() 988 if (e->ctrl_iface && !e->id_req_sent) { in driver_get_bssid() 1349 const char *ctrl_iface = NULL; in main() local 1443 ctrl_iface = optarg; in main() 1444 eapol_test.ctrl_iface = 1; 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 | 549 * add INTERWORKING_ADD_NETWORK ctrl_iface command; this can be used to 779 * fixed ctrl_iface BSS command iteration with RANGE argument and no 782 * added 'SCAN TYPE=ONLY' ctrl_iface command to request manual scan 890 * added "GET country" ctrl_iface command 893 * send STA connected/disconnected ctrl_iface events to both the P2P 896 * added "SET pno <1/0>" ctrl_iface command to start/stop preferred 910 * added optional "join" argument for p2p_prov_disc 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 [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 | 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() 8113 global->ctrl_iface = wpa_supplicant_global_ctrl_iface_init(global); in wpa_supplicant_init() 8114 if (global->ctrl_iface == NULL) { in wpa_supplicant_init() 8177 if (wpa_s->ctrl_iface && !wpa_s->p2p_mgmt) in wpa_supplicant_run() [all …]
|
H A D | nmake.mak | 111 $(OBJDIR)\ctrl_iface.obj \
|
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/usr.sbin/wpa/hostapd/ |
H A D | Makefile | 12 ctrl_iface.c \
|
/freebsd/usr.sbin/wpa/wpa_supplicant/ |
H A D | Makefile | 17 ctrl_iface.c \
|
/freebsd/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/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()
|