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.

Will WL18xx work on ad-hoc mode?

Other Parts Discussed in Thread: WL1835MOD

Hi There,

Tried ad-hoc mode on WL18xx (BBB + WL1835MOD) with basically the following:

$ iwconfig wlan0 mode ad-hoc

$ iwconfig wlan0

wlan0     IEEE 802.11abgn  ESSID:off/any

          Mode:Ad-Hoc  Cell: Not-Associated   Tx-Power=0 dBm

          Retry  long limit:7   RTS thr:off   Fragment thr:off

          Encryption key:off

          Power Management:on

 

$ iwconfig wlan0 essid 'my-adhoc'

$ iwconfig wlan0

wlan0     IEEE 802.11abgn  ESSID:"my-adhoc"

          Mode:Ad-Hoc  Frequency:2.412 GHz  Cell: Not-Associated

          Tx-Power=0 dBm

          Retry  long limit:7   RTS thr:off   Fragment thr:off

          Encryption key:off

          Power Management:on

 

$ ifconfig wlan0 192.168.0.1 up

[78005.641464] wlcore: ERROR command execute failure 14

ifconfig: SIOCSIFFLAGS: Input/output error

$

The ad-hoc mode is required to have mesh routing protocol like OLSR daemon on layer 3. Will TI support ad-hoc (ibss) mode in the near future? If NOT, wonder if TI can tell us the names of vendors having the chip that do support the mode.

By the way, the P2P mode does not meet the requirements of our application.

Thanks.