←back to thread

223 points stusmall | 1 comments | | HN request time: 0.199s | source
Show context
tambre ◴[] No.43506306[source]
I recently wanted to do point-to-point Wi-Fi for transferring some data but apparently support for the ad-hoc IBSS mode wasn't available on my MT7925. Wi-Fi Aware is completely new to me and didn't come up while searching on the topic at all. I can't find anything about using it on Linux now either. Anybody have any references on its support?

There's a single kernel commit referencing Wi-Fi Aware from 2023 [0]. iw supposedly supports a few commands pertaining to it [1].

  [0] https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v6.14&id=9b89495e479c5fedbf3f2eca4f1c4e9dd481265e
  [1] https://stackoverflow.com/questions/53594406/implementing-a-wifi-aware-application-outside-android
replies(3): >>43506866 #>>43508221 #>>43508818 #
myself248 ◴[] No.43508221[source]
Adhoc was the coolest thing, I still miss it. One day in 2002-ish, I was showing a friend some photos on my laptop and noticed a crowd had gathered over my shoulder, and there simply wasn't enough room for everyone to get a good view.

"Fire up adhoc, set it to this ssid, vnc to this address"

Two minutes later, my photos are on five screens around the coffee shop and everyone can see.

Adhoc just worked, and that's more than I can say for a great many things before or since.

replies(3): >>43509124 #>>43509535 #>>43511099 #
1. apitman ◴[] No.43511099[source]
My windows laptop supports creating a wifi hotspot. It even allows sharing my upstream wifi internet connection over the hotspot, which I wasn't aware was a thing until recently (my Pixel 7 also supports this). I'm sure you could do the same thing with Linux with the right incantation. Not as cool as adhoc but it's also a paradigm people are very familiar with these days.