K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2009-06-01T12:18:51.273842Z K 7 svn:log V 683 * add hwmp_add_meshpreq(), hwmp_add_meshprep(), hwmp_add_meshperr() hwmp_add_meshrann() functions that construct the respective IE. * add HWMP state struct containing the head of the forwarding information table, the next sequence number to be used and the lock for the table; * implement vattach and vdetach routines in HWMP. These alloc/setup and destroy an HWMP state struct respectively; * lock/unlock when doing table lookups (inserts not yet implemented) * use the seq number now that we have it * remove ie/len code setup from send functions. * add _KERNEL protection in ieee80211_hwmp.h * add hwmp state pointer to ieee80211_vap Sponsored by: The FreeBSD Foundation END