4 lines
212 B
Plaintext
4 lines
212 B
Plaintext
SUBSYSTEM=="ieee80211", ACTION=="add|change", ATTR{macaddress}=="dc:a6:32:9b:a7:97", KERNEL=="phy0", \
|
|
RUN+="/sbin/iw phy phy0 interface add ap0 type __ap", \
|
|
RUN+="/bin/ip link set ap0 address dc:a6:32:9b:a7:97
|