mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
3 lines
179 B
Text
3 lines
179 B
Text
SUBSYSTEM=="ieee80211", ACTION=="add|change", KERNEL=="phy0", \
|
|
RUN+="/sbin/iw phy phy0 interface add ap0 type __ap", \
|
|
RUN+="/sbin/ip link set ap0 address b8:27:99:12:34:56"
|