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
32 Docker 모든 컨테이너를 Stop 또는 Remove 하는 방법 digipine 2021.09.01 640
31 Mac Address 를 String 으로 변환하는 간편한 방법 digipine 2017.11.02 639
30 MAC Screen Sharing을 위한 VNC 접속을 위한 Port 변경 방법 digipine 2022.09.05 631
29 Docker Compute Engine Ubuntu에서 Docker 설치 방법 lizard2019 2021.04.15 622
28 git 환경 설정 및 명령어 정리 digipine 2017.11.03 594
27 MongoDB 설치 및 C 개발 도구 설정 1 digipine 2020.09.03 590
26 Ubuntu Git - Latest Version Install digipine 2017.11.02 565
25 포렌식을 활용한 정보보호 digipine 2017.11.02 562
24 윈도우 한영 전환 쉬프트 스페이스로 변경 digipine 2017.11.03 561
23 Ubuntu 18.04 에서 vsftpd 설치하기 lizard2019 2021.03.02 559
22 JDK Install ubuntu digipine 2017.11.02 558
21 Remove all .git files, recursively digipine 2021.11.26 550
20 AWS EC2 Ubuntu 용 Docker 설치 스크립트 digipine 2021.09.01 550
19 Compile FFmpeg on Ubuntu, Debian, or Mint digipine 2017.11.02 518
18 Git 서버 구축 - 우분투[Ubuntu] digipine 2017.11.02 515
17 WPA_SUPPLICANT 빌드 방법 digipine 2017.11.01 494
16 Windows API - 안전한 문자열 함수들 digipine 2017.10.28 493
15 ALM의 등장 배경, 오해와 진실 digipine 2017.10.28 474
14 mongoose 3.8 싱글 파일 소스 코드 file digipine 2020.09.01 469
13 Git Commnd 사용법 정리 digipine 2017.11.02 445
Board Pagination Prev 1 2 3 4 5 6 Next
/ 6