| Previous | Next |
| STATUS_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE | STATUS_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED |
STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE
The requested AP band is temporarily unavailable
STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE means the adapter cannot use the requested wireless band for AP operation at this moment. The band may be occupied by another role, disabled by current power or coexistence state, or waiting for the WLAN stack to settle regulatory and operation-mode information.
This status differs from a band that is never allowed. If the same band becomes usable after disconnecting a station role, changing adapter power state, or waiting for channel checks to complete, the issue was temporary state rather than hardware support.
Evidence that narrows it
- Record requested band, current operation mode, radio state, and any concurrent station or AP role.
- Check whether the adapter supports simultaneous roles on that band.
- Compare with
STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWEDfor regulatory or policy restrictions.
References
- Microsoft: DOT11_CURRENT_OPERATION_MODE
- Microsoft: WLAN_BSS_ENTRY regulatory-domain fields
- Microsoft: Miniport adapter states and operations
- Microsoft: MS-ERREF NTSTATUS values
Looking for a different code? Search another status or error code.