This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/WL1835MOD: BeagleBone Green Wireless using Ti-SDK

Part Number: WL1835MOD

Tool/software: Linux

Currently i am trying do Mesh + AP (based on Wilink 8 driver)

I added on wpa_supplicant.conf for mesh standalone

network={

ssid="Phantom_GS"

mode=5

frequency=2412

key_mgmt=NONE

psk="12345678"
}

what should I edited on hostapd.conf if I want to mesh and AP are using same channel?

When I run mesh_start.sh and it gives error after run ap_start.sh

error said Mesh and AP has to be in same channel

Thank you!