Lines Matching full:regdomain
44 # NB: Do not change order of arguments (or regdomain will be ignored)
47 [ "$1" ] && ifconfig_args="$ifconfig_args regdomain $1"
51 # Regdomain/country cannot be applied while interface is running
82 local input regdomains countries regdomain country prompt
113 f_dialog_title "Regdomain selection"
114 prompt="Select your regdomain."
118 regdomain=$( eval $DIALOG \
128 f_dialog_data_sanitize regdomain
147 country_set "$regdomain" "$country"
182 # There is no way to check country/regdomain without (possible)
186 # Get current country/regdomain for selected interface
188 INPUT=$( ifconfig "$WLAN_IFACE" list regdomain | head -n 1 )
193 f_dialog_title "Regdomain/country"
194 if f_yesno "Change regdomain/country ($DEF_REGDOMAIN/$DEF_COUNTRY)?"