Tool/software: Linux
I am working with the Beaglebone Black Wıreless board and believe that I need a newer version of the wpa_supplicant to support the mesh features. When I run the wpa_supplicant I receive errors such as:
Line 5: unknown global field 'max_peer_links=10'.
Line 5: Invalid configuration line 'max_peer_links=10'.
The wpa_supplicant that is on the current Beaglebone Black Wireless appears to be 2.4. In another thread, it was suggested that I needed to use >= 2.6 for the mesh options to work.
I am attempting to build a more recent version of the wpa_supplicant, but I'm having issues.
I tried to follow the instructions from here. On Step 3, when I run "./build_wl18xx.sh init", I get a bunch of "No such file or directory" errors. I'm using the PROCESSOR-SDK-LINUX-AM335X 05_02_00_10.
I traced the "No such file or directory" error to the ti-processor-sdk-linux-am335x-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/git script. It sets the GIT_EXEC_PATH to ti-processor-sdk-linux-am335x-evm-05.02.00.10/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/../libexec/git-core. There is, however, no git-core directory in usr/libexec, it only contains subdirectories of awk and gcc.
I'm not able to get a build to run and would appreciate any help.