Is it possible to get the MAC address and signal strength of available access points using HTML5?

while understanding HTML5 GeoLocation, I found that the browser shares the user's IP address and information about the nearest wireless networks with Google to determine its location. where the information about the available access point contains: "MAC address", "signal strength", "age" and "SSID"

Is it possible to get these four information also from a user’s browser when he / she visits my website (which I develop using C #) instead of just getting the location?

+4
source share
1 answer

There is currently no way to get this information.

+1
source

All Articles