Show Wireless (WLAN) interface information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_type=wireless Show detailed wireless interface information ${vyos_op_scripts_dir}/interfaces.py show --intf_type=wireless Show wireless interface configuration ${vyos_op_scripts_dir}/show_wireless.py --brief Show specified wireless interface information ${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4" --intf_type=wireless Show summary of the specified wireless interface information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4" --intf_type=wireless Show summary of the specified wireless interface information sudo ${vyos_op_scripts_dir}/show_wireless.py --scan "$4" Show detailed scan results sudo /sbin/iw dev "$4" scan ap-force Show specified Wireless interface information ${vyos_op_scripts_dir}/show_wireless.py --stations "$4" Show specified virtual network interface (vif) information ${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4.$6" --intf_type=wireless Show summary of specified virtual network interface (vif) information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4.$6" --intf_type=wireless