Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any ideas on how to set the ibss mode? #21

Open
tallorate opened this issue May 27, 2024 · 2 comments
Open

Any ideas on how to set the ibss mode? #21

tallorate opened this issue May 27, 2024 · 2 comments

Comments

@tallorate
Copy link

tallorate commented May 27, 2024

I've successfully installed the driver and it's okay running in AP and station mode. But when I trying to set the ibss mode, I can make two devices into the same cell.

root@cly-virtual-machine:/home/cly# iw dev wlan0 link
Joined IBSS 02:11:87:86:a3:0f (on wlan0)
SSID: myadhoc
freq: 2437
root@cly-virtual-machine:/home/cly# iwconfig wlan0
wlan0 IEEE 802.11bg ESSID:"myadhoc" Nickname:"WIFI@REALTEK"
Mode:Ad-Hoc Frequency:2.437 GHz Cell: 02:11:87:86:A3:0F
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=1/100 Signal level=1/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

but there are no packet exchanges at all and I even couldn't ping through each other.

@morrownr
Copy link
Owner

@tallorate

I intended to mark ibss as untested but forgot to do so. All of the rest of the supported modes are tested.

To answer your question: I have no idea. I have never used that mode. If I had time, I would dig in and see what I could find out.

If you do figure it out, if it is working, let us know and I will post how to do it for those in the future.

@tallorate
Copy link
Author

Thanks to your reply.
Another question is that do you have any idea about the wds and mesh which are mentioned in the core code, I've also tried to set the interface into these modes but unfortunately they failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants