Good day.
I retrieve the list of wi-fi SSIds via MSNdis_80211_ServiceSetIdentifier call. I see one ssid that is interesting for me.
I can retrieve list of MAC addresses of devices i'm connected to via MSNdis_80211_BaseServiceSetIdentifier call.
I can use IPHelper API then to match MAC address with an IP of a device.
But I don't know how can one match the device from ServiceSetIdentifier call with the device from BaseServiceSetIdentifier call. Do they go in the same order, for example?
The ultimate goal is to detect connection with wifi network with a specific SSId and get IP of a DHCP server of that network.
Thanks in advance.
I retrieve the list of wi-fi SSIds via MSNdis_80211_ServiceSetIdentifier call. I see one ssid that is interesting for me.
I can retrieve list of MAC addresses of devices i'm connected to via MSNdis_80211_BaseServiceSetIdentifier call.
I can use IPHelper API then to match MAC address with an IP of a device.
But I don't know how can one match the device from ServiceSetIdentifier call with the device from BaseServiceSetIdentifier call. Do they go in the same order, for example?
The ultimate goal is to detect connection with wifi network with a specific SSId and get IP of a DHCP server of that network.
Thanks in advance.