Hi Ti,
We are using Linux SDK 08.02.00.02 on Ti EVM board.
We want to test a wifi dongle and thus we enable a kernel config CONFIG_R8188EU to support it.
After using wpa_cli commad, I can connect with my phone hotspot.
But I cannot see any ip address from wpa_cli status commad. And I cannot ping ip successfully.
root@am65xx-evm:/# ifconfig wlan0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1
inet6 fe80::d237:45ff:fed8:ee69 prefixlen 64 scopeid 0x20<link>
ether d0:37:45:d8:ee:69 txqueuelen 1000 (Ethernet)
RX packets 2 bytes 322 (322.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 18 bytes 2980 (2.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@am65xx-evm:/# wpa_cli
wpa_cli v2.9
Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi> and contributors
This software may be distributed under the terms of the BSD license.
See README for more details.
Selected interface 'wlan0'
Interactive mode
> status
bssid=8e:3a:1f:c6:28:6a
freq=0
ssid=OPPO Find X3 Pro
id=0
mode=station
pairwise_cipher=CCMP
group_cipher=CCMP
key_mgmt=WPA2-PSK
wpa_state=COMPLETED
address=d0:37:45:d8:ee:69
uuid=0dacc55b-7b50-5988-b384-ad014ac4958e
Could you provide any idea how to set ip address for wlan0?
Thanks.
Eric