User Tools

Site Tools


en:developers:documentation:glossary

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:developers:documentation:glossary [2016/05/05 12:58]
Ashish Gupta Fix links throughout for glossary items
en:developers:documentation:glossary [2019/05/17 23:20]
Johannes Berg [MLME]
Line 14: Line 14:
 ===== cfg80211 ===== ===== cfg80211 =====
  
-Kernel side of configuration management for wireless devices. [[en/​developers/​Documentation/​Glossary|nl80211]] is the User-space side of configuration management for wireless devices. ​+Kernel side of configuration management for wireless devices. [[en/​developers/​Documentation/​Glossary#nl80211|nl80211]] is the User-space side of configuration management for wireless devices. ​
  
-Works together with [[en/​developers/​Documentation/​Glossary|FullMAC]]-drivers and also with [[en/​developers/​Documentation/​Glossary#​mac80211|mac80211]]-based drivers. ​+Works together with [[en/​developers/​Documentation/​Glossary#FullMAC|FullMAC]]-drivers and also with [[en/​developers/​Documentation/​Glossary#​mac80211|mac80211]]-based drivers. ​
  
  
Line 26: Line 26:
 ===== FullMAC ===== ===== FullMAC =====
  
-//FullMAC// is a term used to describe a type of wireless card where the [[en/​developers/​Documentation/​Glossary|MLME]] is managed in hardware. You would **not** use [[en/​developers/​Documentation/​Glossary#​mac80211|mac80211]] to write a //FullMAC// wireless driver. ​+//FullMAC// is a term used to describe a type of wireless card where the [[en/​developers/​Documentation/​Glossary#MLME|MLME]] is managed in hardware. You would **not** use [[en/​developers/​Documentation/​Glossary#​mac80211|mac80211]] to write a //FullMAC// wireless driver. ​
  
  
Line 90: Line 90:
   * Reassociate ​   * Reassociate ​
   * Beacon ​   * Beacon ​
-  * Probe [[en/​developers/​Documentation/​Glossary#​mac80211|mac80211]]'​s MLME management implementation is currently handled by <​code>​net/​mac80211/​ieee80211_sta.c</​code>​. This handles only the STA MLME +  * Probe [[en/​developers/​Documentation/​Glossary#​mac80211|mac80211]]'​s MLME management implementation is currently handled by ''​net/​mac80211/​mlme.c''​. This handles only the client-side ​MLME.
  
  
en/developers/documentation/glossary.txt · Last modified: 2019/05/17 23:20 by Johannes Berg