Clear wireless interface information Clear all wireless interface counters sudo ${vyos_op_scripts_dir}/show_interfaces.py --action=clear --intf-type="$3" Clear interface information for a given wireless interface Clear all wireless interface counters sudo ${vyos_op_scripts_dir}/show_interfaces.py --action=clear --intf="$4" Show wireless interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=wireless --action=show-brief Show detailed wireless interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=wireless --action=show Show wireless interface configuration ${vyos_op_scripts_dir}/show_wireless.py --brief Show specified wireless interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" Show summary of the specified wireless interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief 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}/show_interfaces.py --intf="$4.$6" Show summary of specified virtual network interface (vif) information ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4.$6" --action=show-brief