Trigger script when WiFi AP interface is up and usable

Try monitoring the network related events.

cat << "EOF" > /etc/hotplug.d/net/99-logger
logger -t hotplug.net $(env)
EOF
logread -f -e hotplug.net
3 Likes