Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

RTL8821CE does not support concurrent AP + managed mode (interface combinations not supported) #377

Description

@devaprog

I am using a Realtek RTL8821CE WiFi card on Manjaro Linux, and I am unable to use hotspot (AP mode) while connected to a WiFi network (managed mode).

Even though the device reports support for both modes individually, concurrent operation is not supported.


System Details:

  • OS: Manjaro Linux (Kernel: 7.0.13-1-MANJARO)
  • Device: Realtek RTL8821CE
  • Driver: rtl8821ce
    rtl8821ce/1.0.5.r188.g4e6b887, 7.0.13-1-MANJARO, x86_64: installed
    rtl8821ce/v5.5.2_34066.20200325, 7.0.13-1-MANJARO, x86_64: built
  • Network Interface: wlo1

Observed Behavior:

Running:

iw phy

Shows:

Supported interface modes:
    * managed
    * AP
    * P2P-client
    * P2P-GO

interface combinations are not supported

Because of this:

  • I can connect to WiFi (managed mode) ✔
  • I can create hotspot (AP mode) ✔
  • But cannot do both simultaneously ❌

Expected Behavior:

Support for concurrent interface combinations such as:

  • managed + AP (WiFi sharing / hotspot while connected)

Steps to Reproduce:

  1. Connect to WiFi network

  2. Try to create hotspot using:

    nmcli device wifi hotspot
    
  3. Hotspot fails or disconnects WiFi


Additional Notes:

  • This prevents WiFi sharing (WiFi → hotspot)
  • Common requirement for many users
  • Possibly due to missing interface combinations in driver implementation

Question:

Is concurrent mode (managed + AP) unsupported due to:

  1. Hardware limitation of RTL8821CE?
  2. Or missing implementation in the Linux driver?

Are there any plans to support valid interface combinations in the future?


Logs (if needed):
I can provide dmesg, iw, or NetworkManager logs if required.


Thanks for maintaining this driver!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions