Searched defs:net80211_handshaker (Results 1 – 1 of 1) sorted by relevance
564 struct net80211_handshaker struct567 enum net80211_security_proto protocol;585 int ( * init ) ( struct net80211_device *dev );598 int ( * start ) ( struct net80211_device *dev );616 int ( * step ) ( struct net80211_device *dev );639 int ( * change_key ) ( struct net80211_device *dev );650 void ( * stop ) ( struct net80211_device *dev );675 #define NET80211_HANDSHAKERS __table ( struct net80211_handshaker, \ argument