Lines Matching refs:wpa_cli
332 example text-based frontend, wpa_cli, is included with wpa_supplicant.
450 wpa_supplicant and wpa_cli with 'make' command. You may then install
455 # build wpa_supplicant and wpa_cli
458 cp wpa_cli wpa_supplicant /usr/local/bin
573 reloading can be triggered with 'wpa_cli reconfigure' command.
586 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
739 wpa_cli
742 wpa_cli is a text-based frontend program for interacting with
746 wpa_cli can show the current authentication status, selected security
749 reassociation and IEEE 802.1X logoff/logon. wpa_cli provides a user
759 file). This makes it possible to run wpa_cli with a normal user
762 wpa_cli supports two modes: interactive and command line. Both modes
767 Interactive mode is started when wpa_cli is executed without including
769 the wpa_cli prompt. In command line mode, the same commands are
770 entered as command line arguments for wpa_cli.
777 request message to all attached frontend programs, e.g., wpa_cli in
778 interactive mode. wpa_cli shows these requests with
806 wpa_cli commands
813 license = show full wpa_cli license
843 quit = exit wpa_cli
846 wpa_cli command line options
848 wpa_cli [-p<path to ctrl sockets>] [-i<ifname>] [-hvB] [-a<action file>] \
859 Using wpa_cli to run external program on connect/disconnect
862 wpa_cli can used to run external programs whenever wpa_supplicant
867 One wpa_cli process in "action" mode needs to be started for each
868 interface. For example, the following command starts wpa_cli for the
872 wpa_cli -a/sbin/wpa_action.sh -B
879 about the current network, it can use 'wpa_cli status' to query
891 SSID=`wpa_cli -i$IFNAME status | grep ^ssid= | cut -f2- -d=`
953 wpa_cli -g/var/run/wpa_supplicant-global interface_add wlan0 \
957 wpa_cli -iwlan0 add_network
958 wpa_cli -iwlan0 set_network 0 ssid '"test"'
959 wpa_cli -iwlan0 set_network 0 key_mgmt WPA-PSK
960 wpa_cli -iwlan0 set_network 0 psk '"12345678"'
961 wpa_cli -iwlan0 set_network 0 pairwise TKIP
962 wpa_cli -iwlan0 set_network 0 group TKIP
963 wpa_cli -iwlan0 set_network 0 proto WPA
964 wpa_cli -iwlan0 enable_network 0
970 wpa_cli -g/var/run/wpa_supplicant-global interface_remove wlan0