原文地址:

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是用于用户侧的配置管理。cfg80211同FullMAC驱动以及基于mac80211的驱动一起工作

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用于描叙无线网卡的类型,这种无线网卡的MLME是在硬件中管理的。FullMAC驱动编写是用不了mac80211的。

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:

  • Authenticate
  • Deauthenticate
  • Associate
  • Disassociate
  • Reassociate
  • Beacon
  • Probe
  • Timing Synchronization Function (TSF)

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.

Wireless基本概念相关推荐

  1. wireless tools工具的移植和使用

    前言:本文主要讲解了wirless tools的概念和如何移植wireless tools,以及如何使用wireless tools中的工具设置无线网络. 一.wireless tools概念 Wir ...

  2. 嵌入式开发之工具移植--wireless tools工具的移植和使用

    wireless tools工具的移植和使用 前言:本文主要讲解了wirless tools的概念和如何移植wireless tools,以及如何使用wireless tools中的工具设置无线网络. ...

  3. 嵌入式工具移植之-wireless tools工具的移植和使用

    前言:本文主要讲解了wirless tools的概念和如何移植wireless tools,以及如何使用wireless tools中的工具设置无线网络. 一.wireless tools概念 Wir ...

  4. 无线通信-信道模型概念(Wireless Communication Overview)

    #Channal Models: ###Additive White Gaussion Noise(AWGN) 加性高斯白噪声 AWGN(Additive White Gaussian Noise) ...

  5. WiFi相关基础概念

    转自:https://blog.csdn.net/lbaihao/article/details/73250798 一.WiFi相关基础概念 1.什么是wifi 我们看一下百度百科是如何定义的: Wi ...

  6. 【计算机网络】数据链路层 : 局域网基本概念 ( 局域网分类 | 拓扑结构 | 局域网特点 | 局域网传输介质 | 介质访问控制方法 | IEEE 802 | 链路层 LLC、MAC 控制子层 )

    文章目录 一. 局域网 二. 局域网 拓扑结构 三. 局域网 传输介质 四. 局域网 介质访问控制方法 五. 局域网 分类 六. IEEE 802 标准 六. 数据链路层 LLC.MAC 子层 一. ...

  7. Network 之一 国际标准组织介绍、互联网/因特网、以太网概念区分、协议标准

      在学习计算机网络时,互联网.以太网.因特网.万维网.局域网.城域网.广域网等这些概念常常对理解计算机网络造成很大的困扰.并且在很多文章中,这些概念经常被混为一谈.但是当我们深入了解计算机网络时就会 ...

  8. 浙江大学linux网络通信,浙江大学钟财军副教授——“Wireless Powered Communication Networks”...

    2016年5月17日,浙江大学钟财军副教授应徐正元教授邀请在中科大西区科技实验楼东楼十层1011会议室做了一场题为"Wireless Powered Communication Networ ...

  9. An Energy-Efficient Ant-Based Routing Algorithm for Wireless Sensor Networks (无线传感网中基于蚁群算法的能量有效路由)2

    牙说:接着上一篇继续写. 论文标题:An Energy-Efficient Ant-Based Routing Algorithm forWireless Sensor Networks 作者:Tia ...

  10. PKI学习系列-基本概念

    PKI基础概念(一) 介绍一下PKI以及加密解密.SSL.数字认证等一些基本概念. 一.PKI:首先看看国际上两大著名证书颁发机构对PKI的定义. 1.     Entrust The compreh ...

最新文章

  1. 3D广告建模-C4D Octane渲染视频教程
  2. android学习笔记之ImageView的scaleType属性
  3. 产品需求文档的10步
  4. 奇怪的匿名函数之争EventHandler
  5. 利用ABAP 740的新关键字REDUCE完成一个实际工作任务
  6. python nonetype报错_python 查询数据库数据 NoneType报错
  7. 高性能队列--Disruptor
  8. 大数据开发笔记(一):HDFS介绍
  9. Java 基本语法----数组
  10. 资深大学老师告诉你:嵌入式、单片机开发必备软件有哪些
  11. C# TeeChart使用心得,干货
  12. 阮工的单片机编程经验集:如何做稳定单片机程序与上位机程序防卡顿,js等经验;阮丁远于20221111
  13. QThread的用法
  14. 浅谈贝叶斯和MCMC
  15. 2021年11月软件设计师真题解析
  16. warnings 忽视警告
  17. OpenGL 镜面反射光
  18. 【无标题】文档转成二维码添加到公众号文章(Word、Excel、PPT、PDF等)
  19. error C4996: ‘strcpy‘: This function or variable may be unsafe. Consider using strcpy_s instead.
  20. bitcoinj生成中文助记词

热门文章

  1. 2021-4月最全停词表(1893个),速取
  2. 三年级计算机第一学期期末试题,三年级上册信息技术期末考试试卷(清华版)
  3. Visio ——一款能让你画图“走捷径”的软件
  4. Unity4.6版本下载
  5. 【Multisim】关于Multisim仿真“过零比较器”出现的问题以及解决方法
  6. hplus java,HPlus(H+) 后台管理模板带文档V 4.1.1-完整版
  7. win10怎样更改系统字体_简单六步,轻松更改Windows系统字体
  8. 史上最强三千六百道脑筋急转弯(6)
  9. 程序员面试智力题集锦
  10. Python训练文本情感分析模型