Projects STRLCPY pikvm Commits f540f170
🤬
  • Update wifi.md (#978)

    * Update wifi.md
    
    Use double quotes also for the SSID ('MyNetwork') since it may contain spaces.
    
    * Update wifi.md
    
    Use single (') instead of double quotes (") to prevent any type of string interpolation.
  • Loading...
  • etkaar committed with GitHub 1 year ago
    f540f170
    1 parent 2bd2b51c
  • ■ ■ ■ ■
    docs/wifi.md
    skipped 45 lines
    46 46  3. Set network ESSID and password:
    47 47   
    48 48   ```
    49  - # wpa_passphrase MyNetwork 'P@assw0rd' > /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
     49 + # wpa_passphrase 'MyNetwork' 'P@assw0rd' > /etc/wpa_supplicant/wpa_supplicant-wlan0.conf
    50 50   ```
    51 51  
    52 52   !!! note "Using Wi-Fi with hidden ESSID"
    skipped 40 lines
Please wait...
Page is in error, reload to recover