Documentation/driver-api/80211/index.rst GitHub 원문 ↗

Linux 6.18.37 · Driver API / 802.11

Linux 802.11 Driver Developer's Guide

Linux 802.11 driver 개발 문서의 introduction, cfg80211, mac80211와 advanced 안내서를 연결하는 목차입니다.

Source pathDocumentation/driver-api/80211/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약과 해설

index.rst:1-17

Linux 802.11 driver 개발 문서의 introduction, cfg80211, mac80211와 advanced 안내서를 연결하는 목차입니다. 영어 원문 전체와 한국어 전문 번역을 함께 제공하며 kernel-doc directive, 함수명, symbol, source path와 원문 줄 좌표를 보존합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 =====================================
2 Linux 802.11 Driver Developer's Guide
3 =====================================
4
5 .. toctree::
6
7 introduction
8 cfg80211
9 mac80211
10 mac80211-advanced
11
12 .. only:: subproject and html
13
14 Indices
15 =======
16
17 * :ref:`genindex`
18

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

Linux 802.11 driver 개발자 안내서 목차

1-11

이 page는 Linux 802.11 Driver Developer's Guide의 최상위 목차입니다. `introduction`, `cfg80211`, `mac80211`, `mac80211-advanced` 문서를 순서대로 연결합니다.

.. toctree::

   introduction
   cfg80211
   mac80211
   mac80211-advanced

HTML subproject index

12-17

subproject HTML build에서는 `Indices` 절과 일반 symbol index인 `genindex` 참조를 표시합니다.

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`