Skip to content

Instantly share code, notes, and snippets.

@nobonobo
Created September 4, 2013 09:31
Show Gist options
  • Save nobonobo/6434786 to your computer and use it in GitHub Desktop.
Save nobonobo/6434786 to your computer and use it in GitHub Desktop.
eapol_testツールのビルドとインストール
sudo apt-get install --yes libnl-dev
wget http://hostap.epitest.fi/releases/wpa_supplicant-2.0.tar.gz
cd wpa_supplicant-2.0/wpa_supplicant
cat defconfig | sed -e "s/#CONFIG_EAPOL_TEST=y/CONFIG_EAPOL_TEST=y/" > .config
make eapol_test
sudo cp eapol_test /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment