Site icon EfmSoft

What does HRESULT 0x80342006 (ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE) mean?

 
Previous Next
ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED

ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE

ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE (0x80342006) means that the WLAN interface cannot start an AP in the requested band at the time of the request. Unlike the channel-specific status, this is a band-level result: it does not identify one failed channel or tell the caller which channel in the band would work.

Band selection is a broader constraint

A band request can be supplied directly by software or derived from an automatic selection policy. The effective answer still depends on the adapter capabilities, current operation mode and radio state. A device may expose more than one PHY and may advertise separate attributes for station, virtual Wi-Fi and extensible AP operation, so a scan that sees a band is not by itself evidence that the adapter can host an AP in that band now.

Compare the four related statuses

Useful evidence for diagnosis

Why blindly falling back can be misleading

Changing to another band may change reach, throughput, regulatory constraints and compatibility with clients. It is appropriate only when the product policy permits it and the adapter reports that band as a valid AP option. A retry loop that alternates bands without collecting the driver state can turn an intermittent condition into an opaque configuration problem.

Microsoft: Hosted Network virtualization and SoftAP roles

Microsoft: Native 802.11 attributes, PHYs and ExtAP operation

Linux Wireless: regulatory database frequency ranges and bandwidth rules


Looking for a different code? Search another status or error code.

Exit mobile version