Benjamin-Loison / android

0 stars 0 forks source link

Wireless debugging *Wi-Fi Address* last character differs #89

Open Benjamin-Loison opened 2 months ago

Benjamin-Loison commented 2 months ago

Note that it is an Orange Livebox, maybe it is because the frequency differs?

On my Linux Mint 22 Cinnamon Framework 13:

iwconfig
iwconfig wlp166s0
wlp166s0  IEEE 802.11  ESSID:"Livebox-XXXX"  
          Mode:Managed  Frequency:5.54 GHz  Access Point: XX:XX:XX:XX:XX:E0   
          Bit Rate=288.2 Mb/s   Tx-Power=22 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=40/70  Signal level=-70 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:41   Missed beacon:0

Note Frequency:5.54 GHz.

On my Fairphone 4 LineageOS:

image

On the wifi of:

-----BEGIN PGP MESSAGE-----

hF4DTQa9Wom5MBgSAQdAE1ShR5X4gwNacCLopKkAqCpSqIXblGLswT76CObHYTsw
WjTH4tFJvA+6qKP7/XmkRnzcruGgtwi2oQ474Pp7/73xE/CLN1v8+ZFlafXYoPuS
0kIBAbzXQ0GyMpKE91/w6FWWFr946jZH343+OxfgMzTW7P3V6GYeivsqp+PGpNsw
4i2NKSKq71egd9BeWe9dgvraxJU=
=urkl
-----END PGP MESSAGE-----
Benjamin-Loison commented 2 months ago
iwconfig 2> /dev/null | grep -oP ' Access Point: \K([0-9A-F]{2}:){5}[0-9A-F]{2}' | tr '[:upper:]' '[:lower:]'
XX:XX:XX:XX:XX:XX

Source: the Stack Overflow answer 2264537

Benjamin-Loison commented 2 months ago

image

So the question is why the phone is not on 5 GHz Wi-Fi?