Tp-Link TL-WN823N V1 [18/19] Enable dhcp client

Tp-Link TL-WN722N V2 [18/19] Enable dhcp client
$ wpa_cli p /var/run/wpa_supplicant add_network
$ wpa_cli p /var/run/wpa_supplicant set_network 0 ssid '"tplink"'
$ wpa_cli p /var/run/wpa_supplicant set_network 0 psk '"12345678"'
$ wpa_cli p /var/run/wpa_supplicant select_network 0
4.3. Enable DHCP client
Run the following command
$ dhclient wlan1
After running the command, the adapter will get an IP assigned by the AP. Then you can
run the ping command to check if the wireless connection is successful.
Note:
1. Run the commands under the root account.
2. If you use ifconfig command to confirm you have obtained the IP address and use
ping command to confirm you wireless connection is successful, but the internet is
still unavailable, you can run the following commands to change the default system
17