Home
last modified time | relevance | path

Searched refs:ctrl_iface (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/wpa/wpa_supplicant/dbus/
HDdbus_old.c324 struct wpas_dbus_priv *ctrl_iface = user_data; in wpas_message_handler() local
333 if (!method || !path || !ctrl_iface || !msg_interface) in wpas_message_handler()
348 message, ctrl_iface->global); in wpas_message_handler()
351 message, ctrl_iface->global); in wpas_message_handler()
354 message, ctrl_iface->global); in wpas_message_handler()
357 message, ctrl_iface->global); in wpas_message_handler()
664 struct wpas_dbus_priv *ctrl_iface = wpa_s->global->dbus; in wpas_dbus_register_iface() local
672 if (ctrl_iface == NULL) in wpas_dbus_register_iface()
675 con = ctrl_iface->con; in wpas_dbus_register_iface()
676 next = ctrl_iface->next_objid++; in wpas_dbus_register_iface()
[all …]
HDdbus_new.c2337 struct wpas_dbus_priv *ctrl_iface; in wpas_dbus_register_network() local
2355 ctrl_iface = wpa_s->global->dbus; in wpas_dbus_register_network()
2356 if (ctrl_iface == NULL) in wpas_dbus_register_network()
2387 if (wpa_dbus_register_object_per_iface(ctrl_iface, net_obj_path, in wpas_dbus_register_network()
2411 struct wpas_dbus_priv *ctrl_iface; in wpas_dbus_unregister_network() local
2427 ctrl_iface = wpa_s->global->dbus; in wpas_dbus_unregister_network()
2428 if (ctrl_iface == NULL) in wpas_dbus_unregister_network()
2437 ret = wpa_dbus_unregister_object_per_iface(ctrl_iface, net_obj_path); in wpas_dbus_unregister_network()
2523 struct wpas_dbus_priv *ctrl_iface; in wpas_dbus_unregister_bss() local
2529 ctrl_iface = wpa_s->global->dbus; in wpas_dbus_unregister_bss()
[all …]
HDdbus_new_helpers.h114 struct wpas_dbus_priv *ctrl_iface,
119 struct wpas_dbus_priv *ctrl_iface,
HDdbus_new_helpers.c529 int wpa_dbus_register_object_per_iface(struct wpas_dbus_priv *ctrl_iface, in wpa_dbus_register_object_per_iface() argument
541 if (ctrl_iface == NULL) in wpa_dbus_register_object_per_iface()
544 con = ctrl_iface->con; in wpa_dbus_register_object_per_iface()
580 struct wpas_dbus_priv *ctrl_iface, const char *path) in wpa_dbus_unregister_object_per_iface() argument
582 DBusConnection *con = ctrl_iface->con; in wpa_dbus_unregister_object_per_iface()
/NextBSD/contrib/wpa/wpa_supplicant/
HDeapol_test.c80 unsigned int ctrl_iface:1; member
418 if (e->ctrl_iface) in eapol_sm_cb()
673 if (wpa_s->ctrl_iface) { in test_eapol_clean()
674 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface); in test_eapol_clean()
675 wpa_s->ctrl_iface = NULL; in test_eapol_clean()
801 if (e->ctrl_iface) in ieee802_1x_decapsulate_radius()
947 if (!e->ctrl_iface) in ieee802_1x_receive_auth()
966 if (e->ctrl_iface && !e->id_req_sent) { in driver_get_bssid()
1304 const char *ctrl_iface = NULL; in main() local
1383 ctrl_iface = optarg; in main()
[all …]
HDpreauth_test.c184 if (wpa_s->ctrl_iface) { in test_eapol_clean()
185 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface); in test_eapol_clean()
186 wpa_s->ctrl_iface = NULL; in test_eapol_clean()
320 wpa_s.ctrl_iface = wpa_supplicant_ctrl_iface_init(&wpa_s); in main()
321 if (wpa_s.ctrl_iface == NULL) { in main()
HDctrl_iface_unix.c346 if (type != WPA_MSG_NO_GLOBAL && wpa_s->global->ctrl_iface) { in wpa_supplicant_ctrl_iface_msg_cb()
347 struct ctrl_iface_global_priv *priv = wpa_s->global->ctrl_iface; in wpa_supplicant_ctrl_iface_msg_cb()
358 if (type == WPA_MSG_ONLY_GLOBAL || wpa_s->ctrl_iface == NULL) in wpa_supplicant_ctrl_iface_msg_cb()
360 wpa_supplicant_ctrl_iface_send(wpa_s, NULL, wpa_s->ctrl_iface->sock, in wpa_supplicant_ctrl_iface_msg_cb()
361 &wpa_s->ctrl_iface->ctrl_dst, in wpa_supplicant_ctrl_iface_msg_cb()
362 level, txt, len, wpa_s->ctrl_iface, in wpa_supplicant_ctrl_iface_msg_cb()
HDtodo.txt25 - ctrl_iface: get/remove blob
33 ctrl_iface) by moving the retrying of the previous request into EAP
HDChangeLog134 * add INTERWORKING_ADD_NETWORK ctrl_iface command; this can be used to
364 * fixed ctrl_iface BSS command iteration with RANGE argument and no
367 * added 'SCAN TYPE=ONLY' ctrl_iface command to request manual scan
475 * added "GET country" ctrl_iface command
478 * send STA connected/disconnected ctrl_iface events to both the P2P
481 * added "SET pno <1/0>" ctrl_iface command to start/stop preferred
495 * added optional "join" argument for p2p_prov_disc ctrl_iface command
522 * added P2P-FIND-STOPPED ctrl_iface event
545 * removed ctrl_iface event on P2P PD Response in join-group case
548 * added BSS entry age to ctrl_iface BSS command output
[all …]
HDwpa_supplicant.c904 if (reconf_ctrl && wpa_s->ctrl_iface) { in wpa_supplicant_reload_configuration()
905 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface); in wpa_supplicant_reload_configuration()
906 wpa_s->ctrl_iface = NULL; in wpa_supplicant_reload_configuration()
941 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s); in wpa_supplicant_reload_configuration()
4422 wpa_s->ctrl_iface = wpa_supplicant_ctrl_iface_init(wpa_s); in wpa_supplicant_init_iface()
4423 if (wpa_s->ctrl_iface == NULL) { in wpa_supplicant_init_iface()
4543 if (wpa_s->ctrl_iface) { in wpa_supplicant_deinit_iface()
4544 wpa_supplicant_ctrl_iface_deinit(wpa_s->ctrl_iface); in wpa_supplicant_deinit_iface()
4545 wpa_s->ctrl_iface = NULL; in wpa_supplicant_deinit_iface()
4889 global->ctrl_iface = wpa_supplicant_global_ctrl_iface_init(global); in wpa_supplicant_init()
[all …]
HDctrl_iface_udp.c330 if (wpa_s == NULL || wpa_s->ctrl_iface == NULL)
332 wpa_supplicant_ctrl_iface_send(wpa_s->ctrl_iface, level, txt, len);
HDctrl_iface_named_pipe.c431 if (wpa_s == NULL || wpa_s->ctrl_iface == NULL) in wpa_supplicant_ctrl_iface_msg_cb()
433 wpa_supplicant_ctrl_iface_send(wpa_s->ctrl_iface, level, txt, len); in wpa_supplicant_ctrl_iface_msg_cb()
HDwpa_supplicant_i.h254 struct ctrl_iface_global_priv *ctrl_iface; member
530 struct ctrl_iface_priv *ctrl_iface; member
HDnmake.mak111 $(OBJDIR)\ctrl_iface.obj \
/NextBSD/usr.sbin/wpa/wpa_supplicant/
HDMakefile12 config_file.c ctrl_iface.c ctrl_iface_unix.c driver_bsd.c \
/NextBSD/usr.sbin/wpa/hostapd/
HDMakefile12 ctrl_iface.c \
/NextBSD/contrib/wpa/hostapd/
HDChangeLog49 * add INTERFACE-ENABLED and INTERFACE-DISABLED ctrl_iface events
57 * add BSS_TM_REQ ctrl_iface command to send BSS Transition Management
78 * add UPDATE_BEACON ctrl_iface command; this can be used to force Beacon
198 * allow ctrl_iface group to be specified on command line (-G<group>)
226 * added AP-STA-DISCONNECTED ctrl_iface event
293 * added new WPS NFC ctrl_iface mechanism
369 - Send AP Settings as a wrapped Credential attribute to ctrl_iface
371 - Dispatch more WPS events through hostapd ctrl_iface.
392 - Show SetSelectedRegistrar events as ctrl_iface events.
/NextBSD/contrib/wpa/src/ap/
HDhostapd.c2208 const char *ctrl_iface, const char *driver) in hostapd_config_alloc() argument
2247 bss->ctrl_interface = os_strdup(ctrl_iface); in hostapd_config_alloc()