Is there a chance to perform a channel restricted AP scan with Native Wifi API in Win10?
There seem to be no suitable parameters for the WlanScan call to restrict the channel selection to a whitelist or blacklist. Is there another way to achieve it with the Native Wifi API?
On the WIN kernel side (WDK Wifi driver) there is a OID_DOT11_SCAN_REQUEST for explicit scan operations with _DOT11_SCAN_REQUEST_V2 structure optional containing _DOT11_PHY_TYPE_INFO structure in ucBuffer where scan channel set can be specified. (see MS doc links)
Summary: If the used WDK Wifi driver supports scanning due to the scan channel set in _DOT11_PHY_TYPE_INFO structure, can I specify this channel set in Native Wifi API from "userland"?
Some important constraints: The WDK Wifi Driver I'am using is for industrial grade 802.11n chipset QCA AR9592-AR1B. The original QCA Driver was created due to Native 802.11 Wireless LAN interface. Therefore the 802.11r & 802.11k standards helping with optimized WLAN AP scanning & handover are not supported. The use of another WLAN module is not an option to me due to RF certification costs, longterm availability etc. I'am interested in platform Win10 (IOT) Enterprise 1709 or later.