Hi all. I would like to work on the GSOC in the Linux Wireless module. I would like to know what are the available projects upon which I could work on. >From the to-do page, I found this: 11v and I would like to work on the below: 1. 11v DMS support: In AP mode, the packets needs to be saved in a queue and then need to be sent as unicast to sleeping clients. STA should receive these packets after waking up listening to beacons. Test equipments: 1 device as AP and 2 device as STA (to check the DMS support) 2. 11v BSS Transition Management support: In AP neighbor AP list needs to be sent to the client on request. The action frames would be prepared at the mac80211 and given to the driver. The driver just needs to send the packet out. Neighbor list can be prepared based on a polling mechanism. Each AP can send the data and during offchannel scan the AP learns details about other APs. The STA should be able to process this neighbor list and then scan in those channel alone. This is a network assisted roaming. Once the packet is received by the driver and received at mac80211, the packet is parsed and the 11v BTM request frame is identified and neighbor possible parent list is identified. Based on this list, roaming is to be done and scanning is done on those channels alone. Test equipments: 2 or more devices as APs(to check if neighbor list is being prepared correctly) and 1 device as STA to validate the message exchanges Could you please let me know if these are already implemented in the Linux Wireless. If someone from the Linux foundation team/Linux Wireless team is working on this, maybe we can discuss regarding the available projects and I would like to work on wireless networks. Thanks, Arun