logo

English

이곳의 프로그래밍관련 정보와 소스는 마음대로 활용하셔도 좋습니다. 다만 쓰시기 전에 통보 정도는 해주시는 것이 예의 일것 같습니다. 질문이나 오류 수정은 siseong@gmail.com 으로 주세요. 감사합니다.

WPA_SUPPLICANT 빌드 방법

by digipine posted Nov 01, 2017
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

Build wpa_supplicant 2.0 with libnl 3.2.21

Step 1: build libnl
1. untar libnl-3.2.21 to /usr/src
2. cd /usr/src/libnl-3.2.21
3. ./configure
    - Headers will be installed in ${prefix}/include/libnl3, therefore
      you will need to add "-I/usr/include/libnl3" to CFLAGS

    - The library basename was renamed to libnl-3, i.e. the SO names become
      libnl-3.so., libnl-route-3.so, etc.

    - libtool versioning was assumed, to ease detection of compatible library
      versions.
4. make
5. sudo make install

Step 2: build wpa_supplicant
1. cd to wpa_supplicant-2.0 folder
2. cd wpa_supplicant folder
3. Modify .config
CONFIG_LIBNL20=y
CONFIG_LIBNL32=y 
4. modify ../src/drivers/drivers.mak
ifdef CONFIG_LIBNL32
  DRV_LIBS += -lnl-3
  DRV_LIBS += -lnl-genl-3
  DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/src/libnl-3.2.21/include
else

4. make
5. make install
6. cp /etc/local/lib/libnl* /etc/lib/.

 
TAG •

List of Articles
No. Subject Author Date Views
34 Wi-Fi display (miracast) FFMpeg MpegTs Supported digipine 2017.11.02 2337
33 MacOS 10.12.2 (OSX) 보안 취약점 공격 코드 2 file digipine 2017.11.02 2387
32 Docker에서 Phabricator 최신버전 설치 및 버전 확인 방법 file lizard2019 2021.04.15 2480
31 Bitbucket에서 SSH 키 등록하고 사용하는 방법 (맥/리눅스) file lizard2019 2023.06.22 2483
30 Windows Visual Studio 2022 OpenSSL Build 방법 1 digipine 2024.05.02 2585
29 MacOS 10.12.2 (OSX) KERNEL DEBUGGING file digipine 2017.11.02 2841
28 Ubuntu Server OS 한국어 모드로 설치 후 서버 콘솔에서 한글 깨짐 해결 방법 digipine 2017.10.31 2866
27 How to Build FFMpeg for LAVFilters file lizard2019 2019.06.05 2872
26 C/C++ struct 패딩(padding) 원리 이해 lizard2019 2019.03.04 3038
25 How to FFMpeg Windows Build with msys 1.0 and MinGW_64 file lizard2019 2019.06.05 3058
24 Git Http Backend Upload Size 설정 - Http 500 Error 해결 digipine 2017.11.02 3074
23 [ubuntu, 우분투] sendmail 설치 digipine 2017.11.02 3150
22 초고속망 통신사 DNS 서버 주소 모음 - DNS 설정 digipine 2017.11.03 3160
21 CMM / CMMI 란 무엇인가? digipine 2017.10.28 3287
20 LibVLC 미디어 재생기 프로그래밍 방법 C++, QT 엉뚱도마뱀 2018.04.20 3327
19 Xcode 없이 맥에 '명령어 라인 도구(Command Line Tools)'를 설치하는 방법 엉뚱도마뱀 2018.12.26 3719
18 WIN CE, GPS - NMEA protocol - GPS Virtual Driver digipine 2017.10.28 3749
17 OpenAL 사용법 정리 1 digipine 2017.11.01 4103
16 [iOS] Bluetooth로 App을 백그라운드 모드로 실행는 방법 lizard2019 2020.02.11 4325
15 [Linux, OSX] pfctl - Packet FIlter Control 사용법 digipine 2017.11.02 4384
Board Pagination Prev 1 2 3 4 5 6 Next
/ 6