1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

softcode apo_mac_addr

This commit is contained in:
Jerry Vonau 2018-12-02 23:16:08 -06:00
parent 188407614c
commit 79a829dabe
3 changed files with 37 additions and 2 deletions

View file

@ -1,3 +1,3 @@
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"
RUN+="/sbin/ip link set ap0 address {{ ap0_mac_addr }}"