RE: [PATCH 5/6] d80211: add IEEE 802.11e Direct Link Setup (DLS) support

2006-12-18 Thread Zhu Yi
On Thu, 2006-12-14 at 21:48 -0800, Simon Barber wrote: > Again - this DLS management frame processing code should not be in the > kernel - it should be in wpa_supplicant. > > Only the frame processing code should be in the kernel. OK. The DLS management process code needs the decision making from

RE: [PATCH 5/6] d80211: add IEEE 802.11e Direct Link Setup (DLS) support

2006-12-14 Thread Simon Barber
, December 13, 2006 8:03 PM To: netdev@vger.kernel.org Subject: [PATCH 5/6] d80211: add IEEE 802.11e Direct Link Setup (DLS) support Struct dls_info is declared to store the peer's MAC address, timeout value, supported rates, etc information for the DLS link. The stack also maintains a hash table to

[PATCH 5/6] d80211: add IEEE 802.11e Direct Link Setup (DLS) support

2006-12-13 Thread Zhu Yi
Struct dls_info is declared to store the peer's MAC address, timeout value, supported rates, etc information for the DLS link. The stack also maintains a hash table to store the dls_info for all the DLS peers for local interface. The peer's MAC address is used as the hash table key. The DLS MLMEs h