Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:wpa_supplicant

134 	number of driver specific interface included in wpa_supplicant, please
136 and driver_wext (-Dwext on wpa_supplicant command line) should be the
153 wpa_supplicant distribution. You will need to copy these from the
158 Please note that you will need to modify the wpa_supplicant .config
175 the needed header file, wlioctl.h, for compiling wpa_supplicant.
176 This driver support in wpa_supplicant is expected to work also with
199 wpa_supplicant was designed to be portable for different drivers and
202 (http://hostap.epitest.fi/wpa_supplicant/devel/) for more information about the
203 design of wpa_supplicant and porting to other drivers. One main goal
206 driver-specific interface code in wpa_supplicant.
246 information about the wpa_supplicant build time configuration.
316 wpa_supplicant
319 wpa_supplicant is an implementation of the WPA Supplicant component,
325 wpa_supplicant is designed to be a "daemon" program that runs in the
327 connection. wpa_supplicant supports separate frontend programs and an
328 example text-based frontend, wpa_cli, is included with wpa_supplicant.
332 - wpa_supplicant requests the kernel driver to scan neighboring BSSes
333 - wpa_supplicant selects a BSS based on its configuration
334 - wpa_supplicant requests the kernel driver to associate with the chosen
340 - If WPA-PSK: wpa_supplicant uses PSK as the master session key
341 - wpa_supplicant completes WPA 4-Way Handshake and Group Key Handshake
343 - wpa_supplicant configures encryption keys for unicast and broadcast
351 In order to be able to build wpa_supplicant, you will first need to
353 build time configuration file, .config, in the wpa_supplicant root
367 TLS, PEAP, or TTLS will require linking wpa_supplicant with OpenSSL
411 included in the wpa_supplicant package:
446 wpa_supplicant and wpa_cli with 'make' command. You may then install
451 # build wpa_supplicant and wpa_cli
454 cp wpa_cli wpa_supplicant /usr/local/bin
458 /etc/wpa_supplicant.conf, with network configuration for the networks
462 configuration work by first running wpa_supplicant with following
465 wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -d
468 to start wpa_supplicant on background without debugging:
470 wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -B
476 for wpa_supplicant.
484 wpa_supplicant [-BddfhKLqqtuvwW] [-P<pid file>] [-g<global ctrl>] \
521 wired = wpa_supplicant wired Ethernet driver
525 In most common cases, wpa_supplicant is started with
527 wpa_supplicant -Bw -c/etc/wpa_supplicant.conf -iwlan0
533 reports, is to start wpa_supplicant on foreground with debugging
536 wpa_supplicant -c/etc/wpa_supplicant.conf -iwlan0 -d
539 wpa_supplicant can control multiple interfaces (radios) either by
543 start wpa_supplicant for two interfaces:
545 wpa_supplicant \
551 interface needs to be configured to wpa_supplicant in addition to the
554 wpa_supplicant -cw.conf -Dmadwifi -iath0 -bbr0
560 wpa_supplicant is configured using a text file that lists all accepted
562 example configuration file, wpa_supplicant.conf, for detailed
566 to wpa_supplicant ('killall -HUP wpa_supplicant'). Similarly,
570 for each used SSID. wpa_supplicant will automatically select the best
581 ctrl_interface=/var/run/wpa_supplicant
611 ctrl_interface=/var/run/wpa_supplicant
629 ctrl_interface=/var/run/wpa_supplicant
647 ctrl_interface=/var/run/wpa_supplicant
668 ctrl_interface=/var/run/wpa_supplicant
695 ctrl_interface=/var/run/wpa_supplicant
716 has to be configured in wpa_supplicant.conf ("private_key_passwd").
718 wpa_supplicant supports X.509 certificates in PEM and DER
724 wpa_supplicant. This can be done, e.g., with following commands:
737 wpa_supplicant. It is used to query current status, change
751 The control interface of wpa_supplicant can be configured to allow
769 When wpa_supplicant need authentication parameters, like username and
783 remembered as long as wpa_supplicant is running whereas values given
784 with 'otp' are used only once and then forgotten, i.e., wpa_supplicant
813 reconfigure = force wpa_supplicant to re-read its configuration file
836 terminate = terminate wpa_supplicant
847 wpa_supplicant
849 default path: /var/run/wpa_supplicant
856 wpa_cli can used to run external programs whenever wpa_supplicant
869 be executed whenever wpa_supplicant completes authentication (connect
874 wpa_supplicant for more information.
898 wpa_supplicant needs to be running when using a wireless network with
901 completed before data frames can be exchanged, so wpa_supplicant
904 Command line option '-w' can be used if wpa_supplicant is started
917 if [ "$WPA" = "y" -a -x /usr/local/bin/wpa_supplicant ]; then
918 /usr/local/bin/wpa_supplicant -Bw -c/etc/wpa_supplicant.conf \
925 if [ "$WPA" = "y" -a -x /usr/local/bin/wpa_supplicant ]; then
926 killall wpa_supplicant
929 This will make cardmgr start wpa_supplicant when the card is plugged
930 in. wpa_supplicant will wait until the interface is set up--either
939 wpa_supplicant can be started without any configuration files or
941 wpa_supplicant process) control interface is used to add and remove
944 following commands show how to start wpa_supplicant without any
948 # Start wpa_supplicant in the background
949 wpa_supplicant -g/var/run/wpa_supplicant-global -B
953 wpa_cli -g/var/run/wpa_supplicant-global interface_add wlan0 \
954 "" wext /var/run/wpa_supplicant
970 wpa_cli -g/var/run/wpa_supplicant-global interface_remove wlan0