You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I've directly used the binary image with some updates
On zcu102 + AD9361 fcomms2, it is not possible to load some modules due to a mismatch between ver magic of modules and the linux kernel version. Hence, I had to rebuild a kernel v5.0.10 (with the same config as the kernel in binary images) and rebuild the modules
I started from binary images for FPGA and work with master/head for openwifi and openwifi-hw
Then , when I try to use openwifi as AP everything is OK. I can connect to the the AP openwifi without any issue from a laptop, my mobile phone etc...
But then I wanted to use openwifi as a client. So T tried to connect from the zcu102 to my own AP (my mobile phone, or some others open AP) using wpa_supplicant . I've tried with several different APs and each time I've got the same error in wpa_supplicant logs: changing state from SCAN to AUTHENTICATION, I have a timeout when authenticating. It does not start the handshake. The scan works fine, I can see the APs with iw scan or iwlist.
This timeout happens in the driver 8011 of Linux. I tried several different APs. I have also tried to apply the patch in wpa_supplicant deactivating 11b rates but the same happens
So it's like I can't use openwifi as a client connecting to a "standard" AP.
Any idea ?
The text was updated successfully, but these errors were encountered:
Hello,
I've directly used the binary image with some updates
On zcu102 + AD9361 fcomms2, it is not possible to load some modules due to a mismatch between ver magic of modules and the linux kernel version. Hence, I had to rebuild a kernel v5.0.10 (with the same config as the kernel in binary images) and rebuild the modules
I started from binary images for FPGA and work with master/head for openwifi and openwifi-hw
Then , when I try to use openwifi as AP everything is OK. I can connect to the the AP openwifi without any issue from a laptop, my mobile phone etc...
But then I wanted to use openwifi as a client. So T tried to connect from the zcu102 to my own AP (my mobile phone, or some others open AP) using wpa_supplicant . I've tried with several different APs and each time I've got the same error in wpa_supplicant logs: changing state from SCAN to AUTHENTICATION, I have a timeout when authenticating. It does not start the handshake. The scan works fine, I can see the APs with iw scan or iwlist.
This timeout happens in the driver 8011 of Linux. I tried several different APs. I have also tried to apply the patch in wpa_supplicant deactivating 11b rates but the same happens
So it's like I can't use openwifi as a client connecting to a "standard" AP.
Any idea ?
The text was updated successfully, but these errors were encountered: