| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision |
| docs:guide-user:network:wifi:mesh:batman [2021/11/26 16:38] – [Installation] correct information on wpad and 802.11s use daniel | docs:guide-user:network:wifi:mesh:batman [2022/01/02 15:10] – [Installation] plural lastedit |
|---|
| To enable use of 802.11s mesh: | To enable use of 802.11s mesh: |
| <code> | <code> |
| | # Remove |
| opkg remove wpad-basic | opkg remove wpad-basic |
| | opkg remove wpad-basic-wolfssl |
| | |
| | # Install |
| opkg install wpad-mesh-openssl # or wpad-mesh-wolfssl | opkg install wpad-mesh-openssl # or wpad-mesh-wolfssl |
| </code> | </code> |
| If building/assembling your own image, you will need to remove the default ''wpad-basic'' as it conflicts with ''wpad-mesh-*''. | If building/assembling your own image, you will need to remove the default ''wpad-basic'' as it conflicts with ''wpad-mesh-*''. |
| |
| As of September 2019, ''wpad-openssl'' or ''wpad-wolfssl'' are //**also**// sufficient for 802.11s use. | [[https://github.com/openwrt/openwrt/commit/49cc712b44c76e99bfb716c06700817692975e05|As of September 2019]], ''wpad-openssl'' or ''wpad-wolfssl'' are //**also**// sufficient for 802.11s use and are the **full version** of ''wpad''. |
| | |
| | **Notes:** |
| | - ''wpad-mesh-openssl'' and ''wpad-mesh-wolfssl'' are ''wpad-basic'' (trimmed ''wpad'') with support for ''802.11s'' (mesh). |
| | - ''wpad-openssl'' and ''wpad-wolfssl'' are the **full version** of ''wpad'', they support ''802.11k'', ''802.11v'' and ''802.11s'' (mesh). |
| | - The **full version** of ''wpad'' means that nothing was trimmed and ''wpad-basic'' is the trimmed version of ''wpad'', it was trimmed to reduce its size and can be installed on routers with **low memory**. |
| |
| ===== Configuration ===== | ===== Configuration ===== |