
Originally Posted by
jhb
Hi *,
I am trying to understand how to best deal with only having one access point selection in my app (which does lots of urllib requests).
While doing that, I tried socket.access_points(). I get a list of 57 entries, with the following iapids:
[1, 2, 5, 6, 7, 16, 18, 19, 20, 21, 22, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
(I did not show the ap names, for sake of privacy)
Now, why do some aps have individual numbers, and most have 0 as the iapid?
Cheers,
Joerg