Page 1 of 1

Show a WPS Column

Posted: Thu Feb 18, 2016 1:13 pm
by Atif Sheraz
Its a great issue in Vistumbler that i'm unable to see whether the AP is WPS enabled or not :?
Kindly add a column of WPS.
Thanks!

Show a WPS Column

Posted: Fri Feb 19, 2016 9:53 pm
by ACalcutt
I looked though the native wifi api and I'm not seeing how I would get that information. The only thing I found related to WPS is in the native wifi WLANScan Function which says
If the pIeData parameter is not NULL, the driver will send probe requests during the scan. The probe requests include the information element (IE) pointed to by the pIeData parameter. For instance, the Wi-Fi Protected Setup (WPS) IE can be included in the probe requests to discover WPS-capable access points. The buffer pointed to by the pIeData parameter must contain the complete IE starting from the Element ID.
I wasn't able to find that information element (IE) I would need to pass to this function to get discovered WPS-capable access points

I'm going to keep looking at it but at the moment this doesn't seam like a simple feature to implement.