#!/bin/bash

# If wpa_supplicant was running, give it 5 seconds for a clean shutdown.
kill_by_pidfile "/var/run/wpa_supplicant-$NAME.pid" 250000 20
