• Home
  • Raw
  • Download

Lines Matching refs:wpa_cli

328 example text-based frontend, wpa_cli, is included with wpa_supplicant.
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
567 reloading can be triggered with 'wpa_cli reconfigure' command.
580 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
733 wpa_cli
736 wpa_cli is a text-based frontend program for interacting with
740 wpa_cli can show the current authentication status, selected security
743 reassociation and IEEE 802.1X logoff/logon. wpa_cli provides a user
753 file). This makes it possible to run wpa_cli with a normal user
756 wpa_cli supports two modes: interactive and command line. Both modes
761 Interactive mode is started when wpa_cli is executed without including
763 the wpa_cli prompt. In command line mode, the same commands are
764 entered as command line arguments for wpa_cli.
771 request message to all attached frontend programs, e.g., wpa_cli in
772 interactive mode. wpa_cli shows these requests with
800 wpa_cli commands
807 license = show full wpa_cli license
837 quit = exit wpa_cli
840 wpa_cli command line options
842 wpa_cli [-p<path to ctrl sockets>] [-i<ifname>] [-hvB] [-a<action file>] \
853 Using wpa_cli to run external program on connect/disconnect
856 wpa_cli can used to run external programs whenever wpa_supplicant
861 One wpa_cli process in "action" mode needs to be started for each
862 interface. For example, the following command starts wpa_cli for the
866 wpa_cli -a/sbin/wpa_action.sh -B
873 about the current network, it can use 'wpa_cli status' to query
885 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