Raspberry Pi 3B+ に octopiを入れました
無線LAN設定を教えて下さい
職場の無線LAN環境(WPA/WPA2)では繋がりました
今度は自宅のWEPな環境で接続したいです
octopi-wpa-supplicant.txtをいじってみました
## Open/unsecured
#network={

# ssid="put SSID here"

# key_mgmt=NONE

#}


## WEP "secured"

##

## WEP can be cracked within minutes. If your network is still relying on this

## encryption scheme you should seriously consider to update your network ASAP

  network={
ssid="自宅のssid"

  key_mgmt=NONE
←ここはどうすれば?
  wep_key0="パスワード"

  wep_tx_keyidx=0

}



# Uncomment the country your Pi is in to activate Wifi in RaspberryPi 3 B+ and above

# For full list see: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

country=GB # United Kingdom

#country=CA # Canada

#country=DE  # Germany

#country=FR # France

#country=US # United States

国指定はどうすればいいですか?

どの項目に自宅のSSIDとパスワードを書けばいいのですか?
この設定ではつながらなかったです

よろしくお願いします