Commit Graph

5 Commits

Author SHA1 Message Date
2109c62b80 implement basic 802.11n support
Add suport to enable 80211n support on the BSS and set
station parameters through the "Add Station" procedure.

Setting 802.11n radio parameters is rudementary and does
not work yet.
2016-03-24 17:15:11 +01:00
730f110a25 [wtp] implement vendor specific elements 2016-03-24 17:15:11 +01:00
471d1058c4 [wtp] prepare message elements for vendor element handling
convert message element type into a struct{ vendor, type }.
Vendor will be 0 for all RFC types.
2016-03-08 10:21:51 +01:00
38f7681608 constify capwap_message_elements_ops 2016-03-07 18:25:49 +01:00
78a8a75c6b start 802.11n 2016-03-07 16:23:49 +01:00