Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 67) sorted by relevance

123

/hostap-latest/doc/
Dhostapd_ctrl_iface.doxygen2 \page hostapd_ctrl_iface_page hostapd control interface
4 hostapd implements a control interface that can be used by
9 interface. External programs can link this file into them and then use
16 control interface. The use of the functions defined in \ref wpa_ctrl.h can
20 \section using_ctrl_iface Using the control interface
25 interface with \ref wpa_ctrl_open() and to send commands with
28 hostapd uses the control interface for two types of communication:
33 interface connection without specific request from the external program
35 attach to the control interface with \ref wpa_ctrl_attach() to receive these
38 If the control interface connection is used both for commands and
[all …]
Dporting.doxygen50 wpa_supplicant implements a configuration interface that allows the
64 \section driver_iface_porting Driver interface
68 adding a new driver interface module or modifying an existing module
71 of the driver interface and discusses the tasks involved in porting
86 separate interface may need to be implemented to the network stack or
89 a mechanism is not feasible, the interface can also be implemented
96 interface (\ref l2_packet_freebsd.c).
100 no changes. If this is not a case or a proprietary interface for link
105 integrated with the driver interface implementation.
112 signal). eloop.h defines the event loop interface. \ref eloop.c is an
[all …]
Dcode_structure.doxygen9 \ref ctrl_iface "Control interface" |
27 \ref driver_wrapper "Driver interface API" is defined in \ref driver.h and
200 \section ctrl_iface Control interface
202 wpa_supplicant has a \ref ctrl_iface_page "control interface"
205 command line interface (wpa_cli) and GUI (wpa_gui) for this interface
209 wpa_supplicant-side of the control interface
212 UNIX domain sockets -based control interface backend
215 UDP sockets -based control interface backend
218 Windows named pipes -based control interface backend
222 wpa_supplicant control interface
[all …]
Ddirectories.doxygen5 hostapd-specific code for configuration, control interface, and AP
26 This directory includes the driver interface definition and all the
47 \dir src/l2_packet Layer 2 packet interface
49 This module defines an interface for layer 2 (link layer) packet
87 wpa_supplicant-specific code for configuration, control interface, and
Ddriver_wrapper.doxygen15 in number of driver interface implementations. These driver dependent parts
30 modified to use the native interface of the target OS. It is possible
31 that some extra requirements for the interface between the driver
34 basis by modifying the interface and updating the other driver
35 wrappers for this. The goal is to avoid changing this interface
40 interface implementations to be compiled without any modification.
51 of driver interface examples before starting on implementing a new
55 is an example of a complete interface for Windows NDIS interface for
118 provided to the driver interface in the associate call. This does not
Ddbus.doxygen5 interface implemented by wpa_supplicant is described here including
31 <h3>CreateInterface ( a{sv} : args ) --> o : interface</h3>
32 <p>Registers a wireless interface in wpa_supplicant.</p>
37 …A dictionary with arguments used to add the interface to wpa_supplicant. The dictionary may contai…
40 …<tr><td>Ifname</td><td>s</td><td>Name of the network interface to control, e.g., wlan0</td><td>Yes…
41 …<tr><td>BridgeIfname</td><td>s</td><td>Name of the bridge interface to control, e.g., br0</td><td>…
42 …<tr><td>Driver</td><td>s</td><td>Driver name which the interface uses, e.g., nl80211</td><td>No</t…
44 … <tr><td>Create</td><td>b</td><td>Whether to create a new interface in the kernel</td><td>No</td>
46 …s</td><td>MAC address in colon-delimited format to be used in the created interface</td><td>No</td>
52 <dt>o : interface</dt>
[all …]
Dctrl_iface.doxygen2 \page ctrl_iface_page wpa_supplicant control interface
4 wpa_supplicant implements a control interface that can be used by
9 interface. External programs can link this file into them and then use
16 for the control interface and Windows version UDP sockets. The use of
21 \section using_ctrl_iface Using the control interface
26 interface with \ref wpa_ctrl_open() and to send commands with
29 wpa_supplicant uses the control interface for two types of communication:
34 interface connection without specific request from the external program
36 attach to the control interface with \ref wpa_ctrl_attach() to receive these
39 If the control interface connection is used both for commands and
[all …]
Dp2p.doxygen12 addition, support for virtual network interface and data frame
14 low-level operations is defined in the driver interface:
33 directly with the driver interface.
158 \section p2p_driver P2P driver operations (low-level interface)
213 The Search state is implemented by using the normal scan interface,
225 interface address for the group before group owner negotiation can be
251 is responsible for creating a new group interface and starting
269 for removing the group interface for the failed group.
328 When a P2P group interface is created in group owner role, per-group
358 When the P2P group interface for GO role is removed,
[all …]
Deap_server.doxygen10 defined in this RFC and so is the interface between the server state
25 methods use the same interface between the server state machine and
36 EAP methods must implement the interface defined in \ref eap_i.h. struct
39 this structure. This interface is based on section 4.4 of RFC 4137.
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_helpers.c26 const char *interface, void *user_data, DBusError *error) in fill_dict_with_properties() argument
33 if (os_strncmp(dsc->dbus_interface, interface, in fill_dict_with_properties()
82 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, in get_all_properties() argument
101 interface, obj_dsc->user_data, &error)) { in get_all_properties()
148 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all() argument
155 return get_all_properties(message, interface, obj_dsc); in properties_get_all()
234 char *interface, in properties_get_or_set() argument
257 !os_strncmp(property_dsc->dbus_interface, interface, in properties_get_or_set()
265 interface, property, in properties_get_or_set()
287 char *interface; in properties_handler() local
[all …]
Ddbus_new_helpers.h132 const char *interface,
142 const char *path, const char *interface,
/hostap-latest/hostapd/
Dctrl_iface.h15 int hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface);
16 void hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface);
35 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init() argument
41 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_deinit() argument
DREADME-WPS61 includes WPS support and uses nl80211 driver interface:
75 # Configure the driver and network interface
77 interface=wlan0
91 # Enable control interface for PBC/PIN entry
122 network. hostapd uses the control interface as an input channel for
141 addition, hostapd control interface event is sent as a notification of
161 Control interface data:
168 interface. This can be done either by using the UNIX domain socket
169 -based control interface directly (src/common/wpa_ctrl.c provides
170 helper functions for using the interface) or by calling hostapd_cli.
[all …]
Dandroid.config12 # Driver interface for Host AP driver
15 # Driver interface for wired authenticator
18 # Driver interface for drivers using the nl80211 kernel interface
34 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
41 # Driver interface for no driver (e.g., RADIUS server only)
151 # Remove support for dumping internal state through control interface commands
Dhostapd.vlan1 # VLAN ID to network interface mapping
6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
/hostap-latest/wpa_supplicant/
DREADME121 number of driver specific interface included in wpa_supplicant, please
123 interface driver_nl80211 (-Dnl80211 on wpa_supplicant command line)
125 specific interface.
150 driver-specific interface code in wpa_supplicant.
328 Following option can be used to include GSM SIM/USIM interface for GSM/UMTS
398 Please note that if you included more than one driver interface in the
400 interface to use by including -D<driver name> option on the command
417 -b = optional bridge interface name
421 -i = interface name
434 -u = enable DBus control interface
[all …]
DREADME-WPS59 driver interface:
83 automatically based on control interface commands, so they do not need
99 network. wpa_supplicant uses the control interface as an input channel
111 control interface request, e.g., by calling wpa_cli:
122 used. wpa_supplicant is notified this with a control interface
131 interface, an optional timeout parameter can be used to specify
136 If a random PIN is needed for a user interface, "wpa_cli wps_pin get"
143 virtual button in the user interface. The PBC operation requires that
146 over the control interface, e.g., by calling wpa_cli:
156 wpa_supplicant is notified over the control interface, e.g., with
[all …]
DChangeLog95 * extended D-Bus interface
102 * changed driver interface selection to default to automatic fallback
189 * extended D-Bus interface with number of new properties
198 * removed support for the old D-Bus interface (CONFIG_CTRL_IFACE_DBUS)
225 - new macsec_linux driver interface support for the Linux
229 (PMKSA_GET/PMKSA_ADD control interface commands; and
284 over the local control interface
288 * started to throttle control interface event message bursts to avoid
324 - added P2P_GROUP_MEMBER command to fetch client interface address
353 interface to be created
[all …]
Dandroid.config23 # Driver interface for generic Linux wireless extensions
25 # functionality is added to it. nl80211-based interface is the new
31 # Driver interface for Linux drivers using the nl80211 kernel interface
38 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
45 # Driver interface for Windows NDIS
61 # Driver interface for wired Ethernet drivers
64 # Driver interface for the Broadcom RoboSwitch family
67 # Driver interface for no driver (e.g., WPS ER only)
162 # PC/SC interface for smartcards (USIM, GSM SIM)
175 # Select control interface backend for external programs, e.g, wpa_cli:
[all …]
DREADME-Windows.txt14 driver interface. Both release versions 3.0 and 3.1 are supported.
96 .config file should enable only one driver interface,
137 Windows NDIS/WinPcap uses quite long interface names, so some care
139 adapter description can be used as the interface name which may be
141 format. win_if_list.exe can be used to find out the proper interface
158 is the correct interface in this case. The interface name for -i
168 With the alternative mechanism for selecting the interface, this
196 interface. Anyway, this variable has to be included in the configuration
197 to enable the control interface.
258 parameters and a 'interfaces' subkey with all the interface configuration
Ddefconfig23 # Driver interface for generic Linux wireless extensions
25 # functionality is added to it. nl80211-based interface is the new
31 # Driver interface for Linux drivers using the nl80211 kernel interface
50 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
57 # Driver interface for Windows NDIS
73 # Driver interface for wired Ethernet drivers
76 # Driver interface for MACsec capable Qualcomm Atheros drivers
79 # Driver interface for Linux MACsec drivers
82 # Driver interface for the Broadcom RoboSwitch family
85 # Driver interface for no driver (e.g., WPS ER only)
[all …]
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml72 <para>Before wpa_supplicant can do its work, the network interface
257 interface (most new drivers).</para>
265 interface (older hardware/drivers).</para>
316 interface, and are only valid if at least one <option>-i</option> option
323 <para>Optional bridge interface name. (Per interface)</para>
337 <para>Path to configuration file. (Per interface)</para>
344 <para>Path to ctrl_interface socket (Per interface. Only used if
353 be present, one per interface, separated by <option>-N</option>
377 (Per interface, see the available options below.)</para>
402 <para>Path to global ctrl_interface socket. If specified, interface
[all …]
Dwpa_cli.sgml44 logoff/logon. wpa_cli provides a user interface to request
52 <para>The control interface of wpa_supplicant can be configured to
123 indicated path rather than an interface-specific control
130 <listitem><para>Specify the interface that is being
131 configured. By default, choose the first interface found with
157 be executed with the first argument set to interface name and
160 the interface.</para>
220 <term>interface [ifname]</term>
222 <para>show interfaces/select interface</para>
/hostap-latest/wpa_supplicant/examples/
Dwpas-dbus-new-signals.py37 def interfaceAdded(interface, properties): argument
38 print("InterfaceAdded(%s): Ifname=%s" % (interface, properties['Ifname']))
40 def interfaceRemoved(interface): argument
41 print("InterfaceRemoved(%s)" % (interface))
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.desktop4 Comment=Graphical user interface for wpa_supplicant
7 GenericName=wpa_supplicant user interface

123