• ros ap 的无线中继


    https://wiki.mikrotik.com/wiki/Manual:Interface/Wireless#Repeater

    Wireless repeater will allow to receive the signal from the AP and repeat the signal using the same physical interface locally for connecting other clients. This will allow to extend the wireless service for the wireless clients. Wireless repeater function will configure the wireless interface to connect to the AP with station-bridge or station-pseudobridge option, create a virtual AP interface, create a bridge interface and add both (main and the virtual) interfaces to the bridge ports.

    If your AP supports button-enabled WPS mode, you can use the automatic setup command:

    /interface wireless setup-repeater wlan1
    

    The setup-repeater does the following steps:

    • searches for WPS AP with button pushed
    • acquires SSID, key, channel from AP
    • resets main master interface config (same as reset-configuration)
    • removes all bridge ports that were added for virtual interfaces added to this master (so there are no dangling invalid bridge ports later)
    • removes all virtual interfaces added to this master
    • creates security profile with name "<interfacename>-<ssid>-repeater", if such security profile already exists does not create new, just updates settings
    • configures master interface, interface mode is selected like this: if AP supports bridge mode, use station-bridge, else if AP supports WDS, use station-wds, else use station-pseudobridge
    • creates virtual AP interface with same SSID and security profile as master
    • if master interface is not in some bridge, creates new bridge interface and adds master interface to it
    • adds virtual AP interface to the same bridge master interface is in.

    If your AP does not support WPS, it is possible to specify the settings manually, using these parameters:

    • address - MAC address of AP to setup repeater for (optional)
    • ssid - SSID of AP to setup repeater for (optional)
    • passphrase - key to use for AP - if this IS specified, command will just scan for AP and create security profile based on info in beacon and with this passphrase. If this IS NOT specified, command will do WPS to find out passphrase.

    The same options are available in the GUI:

    Screen.jpg

  • 相关阅读:
    解决windows 下Java编译和运行版本不一致的错误has been compiled by a more recent version
    解决两个OpenCV 报错 (raise.c and GTK) ,重新安装和编译
    Java|如何使用“Java”爬取电话号码(转载)
    Java手机号码工具类(判断运营商、获取归属地)以及简要的原理跟踪(转载)
    Caused by: org.hibernate.exception.SQLGrammarException: could not extract ResultSet
    mysql分库分表
    python将html文件转换为pdf
    mysql获取字段名和对应的注释
    mysql大表查询慢对应方案
    harbor安装
  • 原文地址:https://www.cnblogs.com/itfat/p/10985995.html
Copyright © 2020-2023  润新知