Outils pour utilisateurs

Outils du site


tech:notes_wifi_wpa_wpa_supplicant

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

tech:notes_wifi_wpa_wpa_supplicant [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:notes_wifi_wpa_wpa_supplicant [2025/06/01 15:55] (Version actuelle) Jean-Baptiste
Ligne 7: Ligne 7:
 Voir https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md Voir https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md
  
-<code python /etc/wpa_supplicant/wpa_supplicant.conf>+''/etc/wpa_supplicant/wpa_supplicant.conf'' 
 +<code python>
 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
 update_config=1 update_config=1
Ligne 21: Ligne 22:
 wpa_passphrase "Livebox-2930" | sudo tee -a /etc/wpa_supplicant/wpa_supplicant.conf wpa_passphrase "Livebox-2930" | sudo tee -a /etc/wpa_supplicant/wpa_supplicant.conf
 </code> </code>
 +
 +
  
 == PKI avec RADIUS == PKI avec RADIUS
  
-<code - /etc/network/interfaces>+''/etc/network/interfaces'' 
 +<code ->
 # This file describes the network interfaces available on your system # This file describes the network interfaces available on your system
 # and how to activate them. For more information, see interfaces(5). # and how to activate them. For more information, see interfaces(5).
Ligne 39: Ligne 43:
 </code> </code>
  
-<code python /etc/wpa_supplicant/wpa_supplicant.conf>+''/etc/wpa_supplicant/wpa_supplicant.conf'' 
 +<code python>
 ctrl_interface=/var/run/wpa_supplicant ctrl_interface=/var/run/wpa_supplicant
  
tech/notes_wifi_wpa_wpa_supplicant.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki