Thank you. I solved it. I checked your mentioned link, and I updated my local mininet-wifi repository with"
git pull origin master" and delete "sudo rm -rf ~/mininet-wifi/hostap " after that installed again with "sudo util/install.sh -Wlnfv."
I have another issue, sir. Could you suggest to me how to solve the "DORMANT" status when I check the IP address? The station node WLAN link is connected to the AP and has IPv6 and a default route assigned by me.
To view this discussion visit https://groups.google.com/d/msgid/mininet-wifi-discuss/9849d6b3-cc8d-4727-b2fb-130f973671f0n%40googlegroups.com.
That is second mail. After I have configured the code below, I encountered car1 station a non-seamless connection issue when moving from AP1 to AP3.
I have three access points: AP1, AP2, and AP3. The car1 station must move from AP1 to AP3. WPA with bgscan is currently configured only for AP1. When car1 moves to AP2 and AP3, UDP packets are dropped, and the car1-wlan0 interface does not connect to AP2 or AP3.
How can I achieve a seamless connection when moving between different APs?
If I don't use this command in my mininet-wifi python script "car1.cmd('wpa_supplicant -B -i car1-wlan0 -c /tmp/car1.conf')", the car1 station wlan link will "Dormant" status.
To view this discussion visit https://groups.google.com/d/msgid/mininet-wifi-discuss/f139a0cf-d957-412d-b973-9913ccf5584bn%40googlegroups.com.