]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Added Self-protected action category (including MPM).
authormonthadar <monthadar@FreeBSD.org>
Tue, 1 May 2012 15:35:10 +0000 (15:35 +0000)
committermonthadar <monthadar@FreeBSD.org>
Tue, 1 May 2012 15:35:10 +0000 (15:35 +0000)
commit3b1abc639022bf902ec77bd4657fd906ef5264c0
tree6f6e59012468c87510911a8571b7cbdd0e8be132
parent6177587c4108e56c6ce847cc3d8493713a845ff6
Added Self-protected action category (including MPM).

* Added new action category IEEE80211_ACTION_CAT_SELF_PROT which is used by 11s
for Mesh Peering Management;
* Updated Self protected enum Action codes to start from 1 instead of 0
according to the standard spec;
* Removed old and wrong action categories IEEE80211_ACTION_CAT_MESHPEERING;
* Modified ieee80211_mesh.c and ieee80211_action.c to use the new action
category code;
* Added earlier verification code in ieee80211_input;

Approved by: adrian
sys/net80211/ieee80211.h
sys/net80211/ieee80211_action.c
sys/net80211/ieee80211_input.c
sys/net80211/ieee80211_mesh.c
sys/net80211/ieee80211_mesh.h