| Anterior | Siguiente |
| ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL | ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE |
ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE
Qué significa ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE
ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE (-2144067579, 0x80342005). El canal puede estar bloqueado por DFS, coexistencia, scanning u otro estado temporal.
En Native Wi-Fi, banda, canal, regulación, auto-config y power state pertenecen al estado actual del adaptador y del país/región. Forzar parámetros fuera de esa política no es una solución válida.
Qué comprobar
- Registra channel y reason/state disponible.
- Comprueba DFS/radar wait y uso concurrente.
- Prueba selección automática como control.
Cómo resolverlo
Espera o elige otro canal válido actualmente; evita loops rápidos sobre el mismo canal.
Cómo confirmar la corrección
Confirma que el channel elegido figura available y que el beacon/association se establece.
Referencias técnicas
- Microsoft Learn: NDIS status values
- Microsoft Learn: !ndiskd.netadapter
- Microsoft Learn: handling OID requests
¿Buscas un código diferente? Buscar otro código de estado o error.