#!/bin/sh

if [ "${SLB_REPORT_PRIVATE}" = "1" ]
then
	exit 200
else
	nmcli device wifi list > $1
fi

