Curious if there is any plans to implement a script hook for hostapd (hostapd.postconf hostapd.add.conf) ? or does it exist and Im just missing the documentation on it.
On 386 I had custom nvram variables (wl1_pmk_cache) set that were used by the Asus/Broadcom wireless manager, on 388 hostapd...
I'm trying to insert some veto rules into my smb.conf file via the following smb.postconf, located at /jffs/scripts/smb.postconf:
#!/bin/sh
CONFIG=$1
sed -i '' 's:veto files = :veto files = /._*/.DS_Store/.Trashes/.TemporaryItems:g' $CONFIG
Unfortunately it doesn't appear to have any effect...