#!/bin/bash
if [ -f /etc/default/hostapd ]; then
        ! grep -q 'hostapd_protected' /etc/default/hostapd
else
        exit 0
fi
