Lines Matching refs:wpa_cli

266 example text-based frontend, wpa_cli, is included with wpa_supplicant.
372 wpa_supplicant and wpa_cli with 'make' command. You may then install
377 # build wpa_supplicant and wpa_cli
380 cp wpa_cli wpa_supplicant /usr/local/bin
515 reloading can be triggered with 'wpa_cli reconfigure' command.
528 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
681 wpa_cli
684 wpa_cli is a text-based frontend program for interacting with
688 wpa_cli can show the current authentication status, selected security
691 reassociation and IEEE 802.1X logoff/logon. wpa_cli provides a user
701 file). This makes it possible to run wpa_cli with a normal user
704 wpa_cli supports two modes: interactive and command line. Both modes
709 Interactive mode is started when wpa_cli is executed without including
711 the wpa_cli prompt. In command line mode, the same commands are
712 entered as command line arguments for wpa_cli.
719 request message to all attached frontend programs, e.g., wpa_cli in
720 interactive mode. wpa_cli shows these requests with
748 wpa_cli commands
755 license = show full wpa_cli license
785 quit = exit wpa_cli
788 wpa_cli command line options
790 wpa_cli [-p<path to ctrl sockets>] [-i<ifname>] [-hvB] [-a<action file>] \
801 Using wpa_cli to run external program on connect/disconnect
804 wpa_cli can used to run external programs whenever wpa_supplicant
809 One wpa_cli process in "action" mode needs to be started for each
810 interface. For example, the following command starts wpa_cli for the
814 wpa_cli -a/sbin/wpa_action.sh -B
821 about the current network, it can use 'wpa_cli status' to query
833 SSID=`wpa_cli -i$IFNAME status | grep ^ssid= | cut -f2- -d=`
896 wpa_cli -g/var/run/wpa_supplicant-global interface_add wlan0 \
900 wpa_cli -iwlan0 add_network
901 wpa_cli -iwlan0 set_network 0 ssid '"test"'
902 wpa_cli -iwlan0 set_network 0 key_mgmt WPA-PSK
903 wpa_cli -iwlan0 set_network 0 psk '"12345678"'
904 wpa_cli -iwlan0 set_network 0 pairwise TKIP
905 wpa_cli -iwlan0 set_network 0 group TKIP
906 wpa_cli -iwlan0 set_network 0 proto WPA
907 wpa_cli -iwlan0 enable_network 0
913 wpa_cli -g/var/run/wpa_supplicant-global interface_remove wlan0
1043 For example, in wpa_cli interactive mode: