this post was submitted on 05 Jun 2026
32 points (94.4% liked)

Android

34244 readers
76 users here now

DROID DOES

Welcome to the Android community on Lemmy. Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


founded 3 years ago
MODERATORS
 

Just noticed this in termux using shizuku :

rish -c ip a
68: wondertap0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ieee802.11/radiotap {some MAC address}brd ff:ff:ff:ff:ff:ff

i searched for wondertap0 ans found this:

https://android.googlesource.com/kernel/common-modules/wonder/+/refs/heads/android14-6.1/wondertap.c

Which is mosltly gibberish to me.

Wonder apparently is a driver for Protocol-X which enables virtual WiFi devices ?!!!!

And i had a bit of a time finding anything else about it. Actually, i found a total of 1 thing. The source code.

https://android.googlesource.com/kernel/common-modules/wonder/+/refs/heads/android17-6.18

noticing it is meant to contact another device, and is acting maybe as a server and tunnel. But it isn't just a link. It creates its own 80211x device and broadcast frequency.

But, what the hell is it? What does it do, what's it for, what triggers it, who owns the device created, and what is it sending, how is it broadcasting?

top 8 comments
sorted by: hot top controversial new old
[–] pcouy@lemmy.pierre-couy.fr 6 points 3 weeks ago

I don't get why anyone would downvote you. This is a very legitimate question.

[–] False@lemmy.world 4 points 3 weeks ago (1 children)

It's an interface between the standard kernel WiFi driver and a proprietary WiFi device.

[–] masterofn001@lemmy.ca 1 points 3 weeks ago (1 children)

what is the proprietary device?

Is it internal or a physical device and why is it created if i have no google anything ?

[–] False@lemmy.world 1 points 3 weeks ago

Probably the actual physical WiFi device for some phone or phones. I'd imagine it's a compatibility layer so they can focus on the standard kernel driver or leverage that.

[–] lemmy_acct_id_8647@lemmy.world 1 points 3 weeks ago

That’s the one where after you give away all your personal information, Google turns into an elephant

[–] AbidanYre@lemmy.world 1 points 3 weeks ago* (last edited 3 weeks ago)

Cancelled.

Sorry, that's what it will be in 6 months.

[–] kibblebits@quokk.au 0 points 3 weeks ago

I’m wondering too.

[–] frongt@lemmy.zip -1 points 3 weeks ago

Some kind of specialized wifi connection. Google has implemented support in Android via that driver.