Você deve alterar o driver=nl80211
para driver=rtl871xdrv
no seu arquivo /etc/hostapd/hostapd.conf
:
Wifi chips like RT8188C and RT8192C, recognized as RTL8188CUS (or variants thereof) do not support the standard nl80211 driver of hostapd
AP mode (via hostapd) support for wifi chips that identify themselves as RTL8188CUS (or variants thereof). If you've seen or heard someone claim that a certain wifi chip works with a special version of hostapd driver called
rtl871xdrv
, this is it.
Ou você pode instalar uma versão hostapd
personalizada com nl80211
support:
apt-get remove hostapd
git clone https://github.com/jenssegers/RTL8188-hostapd.git
cd RTL8188-hostapd/hostapd
make
make install