Issue Description
In some cases, wireless (Wi-Fi & WWAN) devices report their type as "Ethernet" (/sys/class/net//type contains "1"). This behavior has been observed on multiple devices (unfortunately, only Dell devices have been tested) running Arch/Manjaro distros.
It's unclear whether this issue is related to the kernel or driver (but a workaround is required as the app may be run on a distro with this problem).
Observations
The following list I got:
Interface: "enp2s0", type: Ethernet, up: true # real ethernet
Interface: "wlp3s0", type: Ethernet, up: true # wiifi card
Interface: "wlp108s0", type: Ethernet, up: true # wifi card
Interface: "wwp0s20f0u2i12", type: Ethernet, up: true # wwan card
Differences observed:
- For Wi-Fi cards, there is a "wireless" directory under
/sys/class/net/<interface>/.
- For WWAN cards, there is no "wireless" directory, but
/sys/class/net/<interface>/flags contains NO_ARP.
Request for Help
If anyone has insights or can identify other differences by which devices can be distinct, your input would be greatly appreciated.
Issue Description
In some cases, wireless (Wi-Fi & WWAN) devices report their type as "Ethernet" (/sys/class/net//type contains "1"). This behavior has been observed on multiple devices (unfortunately, only Dell devices have been tested) running Arch/Manjaro distros.
It's unclear whether this issue is related to the kernel or driver (but a workaround is required as the app may be run on a distro with this problem).
Observations
The following list I got:
Differences observed:
/sys/class/net/<interface>/./sys/class/net/<interface>/flagscontains NO_ARP.Request for Help
If anyone has insights or can identify other differences by which devices can be distinct, your input would be greatly appreciated.