cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

wpa_supplicant.conf (147B)


      1ctrl_interface=/var/run/wpa_supplicant
      2
      3network={
      4	ssid="mac80211 test"
      5	psk="12345678"
      6	key_mgmt=WPA-PSK
      7	proto=WPA2
      8	pairwise=CCMP
      9	group=CCMP
     10}