Linux开启虚拟AP

安装create_ap

pacman -S create_ap

增加一个虚拟网络接口并设置一个mac地址

sudo iw dev wlp3s0 interface add wlp3s0_ap type __ap

sudo ip link set dev wlp3s0_ap address 04:e2:b9:17:18:72

创建AP

sudo create_ap -c 11 wlp3s0_ap wlp3s0 xfans_ap 321321321

create_ap下载

https://github.com/oblique/create_ap

参考

https://wiki.archlinux.org/index.php/Software_access_point_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)

https://www.zhihu.com/question/24961490