wpa supplicant - trigger "wlan0: associated" with udev -
goodmorning everybody, i'd create udev rule trigger event: [ 1919.101667] wlan0: associate 02:12:40:33:09:90 (try 1/3) [ 1919.111513] wlan0: rx assocresp 02:12:40:33:09:90 (capab=0x431 status=0 aid=1) [ 1919.120143] ipv6: addrconf(netdev_change): wlan0: link becomes ready [ 1919.126569] wlan0: associated
these messages came kernel , i'd execute custom script on last message. like:
subsystem=="wlan0" kernel=="associated*", action=="associated" run+="/customscript.sh"
(this rule doesn't work) thankyou help
Comments
Post a Comment