Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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:33] – [Installation] seemebreakthisdocs:guide-user:network:wifi:mesh:batman [2022/01/02 15:10] – [Installation] plural lastedit
Line 86: Line 86:
 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-*''.  
 + 
 +[[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**.
  
-As of September 2019, ''wpad'' (full) is //**also**// sufficient for 802.11s use - i.e. ''wpad'' and its variants ''wpad-openssl'' or ''wpad-wolfssl'' can be used. 
  
 ===== Configuration ===== ===== Configuration =====
  • Last modified: 2024/06/05 20:06
  • by bluewavenet