Lines Matching refs:wpa_supplicant

105 	wpa_supplicant distribution. You will need to copy these from the
110 Please note that you will need to modify the wpa_supplicant Makefile
124 wpa_supplicant was designed to be portable for different drivers and
127 design of wpa_supplicant and porting to other drivers. One main goal
130 driver-specific interface code in wpa_supplicant.
160 information about the wpa_supplicant build time configuration.
239 wpa_supplicant
242 wpa_supplicant is an implementation of the WPA Supplicant component,
248 wpa_supplicant is designed to be a "daemon" program that runs in the
250 connection. wpa_supplicant supports separate frontend programs and an
251 example text-based frontend, wpa_cli, is included with wpa_supplicant.
255 - wpa_supplicant requests the kernel driver to scan neighboring BSSes
256 - wpa_supplicant selects a BSS based on its configuration
257 - wpa_supplicant requests the kernel driver to associate with the chosen
263 - If WPA-PSK: wpa_supplicant uses PSK as the master session key
264 - wpa_supplicant completes WPA 4-Way Handshake and Group Key Handshake
266 - wpa_supplicant configures encryption keys for unicast and broadcast
274 In order to be able to build wpa_supplicant, you will first need to
276 build time configuration file, .config, in the wpa_supplicant root
289 TLS, PEAP, or TTLS will require linking wpa_supplicant with openssl
324 included in the wpa_supplicant package:
351 wpa_supplicant and wpa_cli with 'make' command. You may then install
356 # build wpa_supplicant and wpa_cli
359 cp wpa_cli wpa_supplicant /usr/local/bin
363 /etc/wpa_supplicant.conf, with network configuration for the networks
367 configuration work by first running wpa_supplicant with following
370 wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -d
373 to start wpa_supplicant on background without debugging:
375 wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -B
381 for wpa_supplicant.
389 wpa_supplicant [-BddehLqqvw] -i<ifname> -c<config file> [-D<driver>]
413 In most common cases, wpa_supplicant is started with
415 wpa_supplicant -Bw -c/etc/wpa_supplicant.conf -iwlan0
425 wpa_supplicant is configured using a text file that lists all accepted
427 example configuration file, wpa_supplicant.conf, for detailed
431 to wpa_supplicant ('killall -HUP wpa_supplicant'). Similarily,
435 for each used SSID. wpa_supplicant will automatically select the best
446 ctrl_interface=/var/run/wpa_supplicant
476 ctrl_interface=/var/run/wpa_supplicant
494 ctrl_interface=/var/run/wpa_supplicant
512 ctrl_interface=/var/run/wpa_supplicant
533 ctrl_interface=/var/run/wpa_supplicant
566 has to be configured in wpa_supplicant.conf ("private_key_passwd").
568 wpa_supplicant supports X.509 certificates in PEM and DER
574 wpa_supplicant. This can be done, e.g., with following commands:
587 wpa_supplicant. It is used to query current status, change
601 The control interface of wpa_supplicant can be configured to allow
619 When wpa_supplicant need authentication parameters, like username and
633 remembered as long as wpa_supplicant is running whereas values given
634 with 'otp' are used only once and then forgotten, i.e., wpa_supplicant
663 reconfigure = force wpa_supplicant to re-read its configuration file
675 wpa_supplicant needs to be running when using a wireless network with
678 completed before data frames can be exchanged, so wpa_supplicant
681 Command line option '-w' can be used if wpa_supplicant is started
694 if [ "$WPA" = "y" -a -x /usr/local/bin/wpa_supplicant ]; then
695 /usr/local/bin/wpa_supplicant -Bw -c/etc/wpa_supplicant.conf \
702 if [ "$WPA" = "y" -a -x /usr/local/bin/wpa_supplicant ]; then
703 killall wpa_supplicant
706 This will make cardmgr start wpa_supplicant when the card is plugged
707 in. wpa_supplicant will wait until the interface is set up--either
716 wpa_supplicant has an integrated IEEE 802.1X Supplicant that supports
717 most commonly used EAP methods. In addition, wpa_supplicant has an
722 wpa_supplicant after successful EAP authentication. The included patch
727 When using WPA-EAP, both wpa_supplicant and Xsupplicant must be
756 Example configuration for wpa_supplicant:
764 Both wpa_supplicant and xsupplicant need to be started. Please remember
766 for wpa_supplicant and '-e' option for wpa_supplicant to disable internal
769 wpa_supplicant -iwlan0 -cwpa_supplicant.conf -e