Posts

Showing posts with the label network

steps to compile wpa_supplicant ubuntu 16

Image
Q . Step by Step wpa_suplicant 2.6 compile in Ubuntu 16.4 Q. How to compile wpa_supplicant 2.6 in Ubuntu  wpa_supplicant is IEEE 802.1X/WPA component that is used in the client stations. It is a cross-platform supplicant with support for WPA2 , WPA and WEP  (IEEE 802.11i / RSN (Robust Secure Network)). It is work on desktops, laptops and embedded systems. wpa_supplicant is the. OS - Ubuntu 16.4 Xenial lsb_release -a Step 1 Install Requirement Packages apt install libssl-dev build-essential checkinstall  pkg-config apt install dbus libdbus-1-dev libdbus-glib-1-2 libdbus-glib-1-dev libreadline-dev libncurses5-dev apt install libnl-genl-3-dev libnl-3-dev Step 2  Download wap_supplicant source package & Extract cd /tmp https://w1.fi/wpa_supplicant OR wget https://w1.fi/releases/wpa_supplicant-2.6.tar.gz wpa_supplicant2.6.tar.gz Extract  wpa_supplicant2.6.tar.gz tar xvf  wpa_supplicant2.6.tar.gz Step 3 Create a build configuration file that should work for...

compile wpa_supplicant ubuntu

Image
Q . Step by Step wpa_suplicant 2.6 compile in Ubuntu 16.4 Q. How to compile wpa_supplicant 2.6 in Ubuntu  wpa_supplicant is IEEE 802.1X/WPA component that is used in the client stations. It is a cross-platform supplicant with support for WPA2 , WPA and WEP  (IEEE 802.11i / RSN (Robust Secure Network)). It is work on desktops, laptops and embedded systems. wpa_supplicant is the. OS - Ubuntu 16.4 Xenial lsb_release -a Step 1 Install Requirement Packages apt install libssl-dev build-essential checkinstall  pkg-config apt install dbus libdbus-1-dev libdbus-glib-1-2 libdbus-glib-1-dev libreadline-dev libncurses5-dev apt install libnl-genl-3-dev libnl-3-dev Step 2  Download wap_supplicant source package & Extract cd /tmp https://w1.fi/wpa_supplicant OR wget https://w1.fi/releases/wpa_supplicant-2.6.tar.gz wpa_supplicant2.6.tar.gz Extract  wpa_supplicant2.6.tar.gz tar xvf  wpa_supplicant2.6.tar.gz Step 3 Create a build configuration file that should work for...