LoginSignup
2
1

More than 5 years have passed since last update.

wpa_supplicuntでEAP-AKA

Last updated at Posted at 2016-02-15

wpa_supplicunt.conf
ref:wpa_supplicant/wpa_supplicant.conf

# EAP-AKA without a GSM SIM or USIM
network={
        ssid="eap-sim-test"
        key_mgmt=WPA-EAP
        eap=AKA
        identity="1234"
        password=""
}

defconfigをコピーして.configを作成
```bash

EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)

CONFIG_EAP_AKA=y

Enable USIM simulator (Milenage) for EAP-AKA

CONFIG_USIM_SIMULATOR=y


2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1