Make a wifi repeater?
Solution 1:
Can you try out this: create_ap
Follow the documentation provided by the github repository itself. Make sure you have installed all dependencies.
Installation
git clone https://github.com/oblique/create_ap
cd create_ap
make install
Usage
create_ap wlan0 eth0 MyAccessPoint MyPassPhrase
Where wlan0
and eth0
refers to names of WiFi adapter and Ethernet controller of your PC used by OS. You can see those by using the command,
ip link show
And MyAccessPoint
and MyPassPhrase
refers to access point name and your password respectively.