/@@{RUN}/sendsigs\.omit\.d/wpasupplicant\.wpa_(supplicant|action)\.@@{INTERFACES}\.pid$ VarFile

# if you want this rule to have effect, you need to set WPA_INTERFACES in
# an earlier file, such as 30_local_wpasupplicant. Due to the new interface
# naming, it is next to impossible to automaticaly guess which interface needs
# WPA and which doesn't. If you have an idea to automate this, please give
# a suggestion or send a patch
@@ifdef WPA_INTERFACES
/@@{RUN}/wpa_action\.@@{WPA_INTERFACES}\.(pid|timestamp)$ VarFile
/@@{RUN}/wpa_supplicant\.@@{WPA_INTERFACES}\.pid$ VarFile
/@@{RUN}/wpa_supplicant/@@{WPA_INTERFACES}$ VarFile
/@@{RUN}/wpa_supplicant$ VarDirInode

@@define WPA_LOGS wpa_(action|supplicant)\.@@{WPA_INTERFACES}
/var/log/@@{WPA_LOGS}\.log$ Log
/var/log/@@{WPA_LOGS}\.log\.1\.gz$ LoSerMemberLog
/var/log/@@{WPA_LOGS}\.log\.[2-4]\.gz$ SerMemberLog
/var/log/@@{WPA_LOGS}\.log\.5\.gz$ HiSerMemberLog
@@endif
