I want to create a wifi hotspot on my laptop, but AP mode is not supported.
iw list
:
Supported interface modes:
* IBSS
* managed
I suppose I need to change my driver. However, I am unable to find the correct driver for my pc.
lspci | grep -i Network
:
02:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
Please help me in finding new driver that supports AP mode or is there any way I can create wifi hotspot without changing my driver?