Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
docs:guide-user:network:wifi:bridgedap [2021/04/26 01:53] – [Step 1: Change the LAN interface] 6angdocs:guide-user:network:wifi:bridgedap [2021/04/26 01:54] – [Step 2: Configure and enable the wireless network] 6ang
Line 39: Line 39:
 In ''/etc/config/wireless'', locate the existing ''[[docs/guide-user/network/wifi/basic#wifi_interfaces|wifi-iface]]'' section and change its network option to point to the newly created interface section. In ''/etc/config/wireless'', locate the existing ''[[docs/guide-user/network/wifi/basic#wifi_interfaces|wifi-iface]]'' section and change its network option to point to the newly created interface section.
  
-| ''config wifi-iface +<code bash> 
-        option device wifi0 +config wifi-iface 
-        **option network lan** + option device wifi0 
-        option mode ap + option network lan 
-        option ssid OpenWrt + option mode ap 
-        option encryption none'' |+ option ssid OpenWrt 
 + option encryption none 
 +</code>
  
 Naturally, you should consider [[docs:guide-user:network:wifi:encryption|securing your wifi network]]. Naturally, you should consider [[docs:guide-user:network:wifi:encryption|securing your wifi network]].
  • Last modified: 2024/06/24 11:05
  • by bluewavenet