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
513 reloading can be triggered with 'wpa_cli reconfigure' command.
526 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
679 wpa_cli
682 wpa_cli is a text-based frontend program for interacting with
686 wpa_cli can show the current authentication status, selected security
689 reassociation and IEEE 802.1X logoff/logon. wpa_cli provides a user
699 file). This makes it possible to run wpa_cli with a normal user
702 wpa_cli supports two modes: interactive and command line. Both modes
707 Interactive mode is started when wpa_cli is executed without including
709 the wpa_cli prompt. In command line mode, the same commands are
710 entered as command line arguments for wpa_cli.
717 request message to all attached frontend programs, e.g., wpa_cli in
718 interactive mode. wpa_cli shows these requests with
746 wpa_cli commands
753 license = show full wpa_cli license
783 quit = exit wpa_cli
786 wpa_cli command line options
788 wpa_cli [-p<path to ctrl sockets>] [-i<ifname>] [-hvB] [-a<action file>] \
799 Using wpa_cli to run external program on connect/disconnect
802 wpa_cli can used to run external programs whenever wpa_supplicant
807 One wpa_cli process in "action" mode needs to be started for each
808 interface. For example, the following command starts wpa_cli for the
812 wpa_cli -a/sbin/wpa_action.sh -B
819 about the current network, it can use 'wpa_cli status' to query
831 SSID=`wpa_cli -i$IFNAME status | grep ^ssid= | cut -f2- -d=`
894 wpa_cli -g/var/run/wpa_supplicant-global interface_add wlan0 \
898 wpa_cli -iwlan0 add_network
899 wpa_cli -iwlan0 set_network 0 ssid '"test"'
900 wpa_cli -iwlan0 set_network 0 key_mgmt WPA-PSK
901 wpa_cli -iwlan0 set_network 0 psk '"12345678"'
902 wpa_cli -iwlan0 set_network 0 pairwise TKIP
903 wpa_cli -iwlan0 set_network 0 group TKIP
904 wpa_cli -iwlan0 set_network 0 proto WPA
905 wpa_cli -iwlan0 enable_network 0
911 wpa_cli -g/var/run/wpa_supplicant-global interface_remove wlan0
1041 For example, in wpa_cli interactive mode: