무선 기본 개념
http://wireless.kernel.org/en/developers/Documentation/Glossary#WNIC
BSS
BSS stands for Basic Service Set. The coverage of an access point is called a BSS.
BSS(Basic Service Set):기본 서비스 집합,하나의 접속 점 이 덮어 쓰 는 범 위 는 BSS 입 니 다.
cfg80211
Kernel side of configuration management for wireless devices. nl80211 is the User-space side of configuration management for wireless devices.
Works together with FullMAC-drivers and also with mac80211-based drivers.
무선 장치 설정 관리 커 널 사 이 드,n180211 은 사용자 측 설정 관리 에 사 용 됩 니 다.cfg 80211 은 FullMAC 구동 및 mac 80211 기반 구동 과 함께 작 동 합 니 다.
CLI
CLI stands for Command-line interface. These are utilities you can run in the console or terminal emulator.
FullMAC
FullMAC is a term used to describe a type of wireless card where the MLME is managed in hardware. You would not use mac80211 to write a FullMAC wireless driver.
풀 맥 은 하드웨어 에서 관리 되 는 무선 랜 카드 의 유형 을 묘사 하 는 데 사용 된다.FullMAC 드라이버 작성 은 mac 80211 을 사용 할 수 없습니다.
git-describe
git-describe is a git command. It outputs something like this:
v3.12-11297-g6579946
The first part is the tag for the current release. The second part is the number of patches which have been applied since the tag was applied. The last part, after the first g is the SHA1 commit ID of the last commit applied.
IBSS
IBSS stands for Independent Basic Service Set. Its basically Ad-Hoc mode. See Independent Basic Service Set
Information Element
An Information Element (IE) is a part of management frames in the IEEE 802.11 wireless LAN protocol. IEs are a device's way to transfer descriptive information about itself inside management frames. There are usually several IEs inside each such frame, and each is built of Type-length-value (TLVs).
The common structure of an IE is as follows:
| 1 | 1 | 1-255 |
+-------+--------+-----------------+
| Type | Length | Data |
+-------+--------+-----------------+
Whereas the vendor specific IE looks like this:
| 1 | 1 | 4 | 1-251 |
+-------+--------+-------------------+------------+
| 221 | Length | OUI | Data |
+-------+--------+-------------------+------------+
iw
iw is a new nl80211 based CLI configuration utility for wireless devices.
nl80211
User-space side of configuration management for wireless devices. It is a Netlink-based user-space protocol. cfg80211 is Kernel side of configuration management for wireless devices.
Several user-space applications are available which utilize nl80211. See Developer Docs for nl80211.
mac80211
A driver API for SoftMAC WNICs. See Developer Docs for mac80211.
See also SoftMAC.
MAC
A WNIC works on both, Layer 1 and Layer 2 of the OSI model. MAC is a sub-layer for Layer2. Media Access Control
MLME
MLME Stands for Media Access Control (MAC) Sublayer Management Entity. MLME is the management entity where the Physical layer (PHY) MAC state machines reside. Examples of states a MLME may assist in reaching:
mac80211's MLME management implementation is currently handled by net/mac80211/ieee80211_sta.c. This handles only the STA MLME
PHY
A WNIC works on both, Layer 1 and Layer 2 of the OSI model. PHY is abbreviation for physical-layer controller and refers to the hardware components of the WNIC, that are responsible for creating/producing the em waves conforming to the standards specified in the responsible standard, e.g. IEEE 802.11a.
See PHY and also Physical layer.
SoftMAC
SoftMAC is a term used to describe a type of WNIC where the MLME is expected to be managed in software. mac80211 is a driver API for SoftMAC WNIC, for example.
SSID
SSID stands for Service Set IDentifier. The SSID is a code attached to all packets on a wireless network to identify each packet as part of that network. The code consists of a string of 1-32 octets (usually represented as case sensitive alphanumeric characters).
See also SSID
Station (STA)
Station (or STA) is the generic term for a device with a radio that can communicate with other stations in a wireless network. Common forms of a station are access points (AP), computers, or phones.
See also Station_(networking) or Wireless access point.
WE
WE stands for Wireless-Extensions - the old driver API and user <�"> kernel communication transport. Obsoleted by #cfg80211
WEXT
WEXT stands for Wireless-Extensions - the old driver API and user <�"> kernel communication transport. Obsoleted by #cfg80211
WIPHY
Wireless PHY.
WNIC
The Wireless Network Interface Controller always refers to the hardware performing the functionality described in the standards family, i.e. IEEE 802.11. This can be an entire PCB (e.g. a mini PCIe wireless card), a single Chip or the functionality can even be integrated into a SoC.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
용감한 바로 가기 및 우분투 응용 프로그램안녕하세요 여러분, 이 기사에서는 모든 사이트에서 pwa를 생성하고 실행기 응용 프로그램으로 추가하는 방법을 설명하고 싶습니다. 일부 웹사이트는 PWA로 설치를 허용하지 않지만 유사한 애플리케이션을 원합니다. 1. ...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.