I am developing a Django application and I need to know to which access point the client/user is connected to.
By searching in the internet I found out that I can find it using the BSSID of the access point.
The problem is I am unable to find a way to get that BSSID.
So, I want to know is there any information in the request object of Django.
If not, is there any other way to get the BSSID using JavaScript.
(Note: Please share any way that can be helpful to me).
If all those can't work can we set some configurations in the access point and use them to find the client access point (Yes, I have the option to set them as we are developing this application to be run on a organization server).
Any information will be appreciated.
Thank you in advance.