Other Parts Discussed in Thread: WL1801,
Tool/software:
I have tried to get my WL1801 interface to acquire an IPV4 address using HOSTAPD, WPA-SUPPLICANT, and NETWORK-MANAGER. None of them work, I get no response at all from the router. Here is the output of my ifconfig command:
# ifconfig wlan0
wlan0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 169.254.63.90 netmask 255.255.0.0 broadcast 169.254.255.255
inet6 fe80::2cfa:4d26:344:38c0 prefixlen 64 scopeid 0x20<link>
ether da:43:c8:e1:e4:4b txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 62 bytes 8896 (8.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Is there an app note or something that can tell me what I need to do in order to get this WIFI interface going on my local net? Also, there is no ethernet in the custom hardware I'm working with. Also, I am using Buildroot on an AM62X custom board. I have other devices connected to the router, so the router is definitely not the problem.
Thanks!