Home
last modified time | relevance | path

Searched refs:handshaker (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/net/80211/
Dnet80211.c314 if ( dev->handshaker && dev->handshaker->stop && in net80211_netdev_close()
315 dev->handshaker->started ) in net80211_netdev_close()
316 dev->handshaker->stop ( dev ); in net80211_netdev_close()
319 free ( dev->handshaker ); in net80211_netdev_close()
321 dev->handshaker = NULL; in net80211_netdev_close()
1803 if ( dev->handshaker && dev->handshaker->start && in net80211_step_associate()
1804 ! dev->handshaker->started ) { in net80211_step_associate()
1805 rc = dev->handshaker->start ( dev ); in net80211_step_associate()
1808 dev->handshaker->started = 1; in net80211_step_associate()
1822 if ( ! dev->handshaker || ! dev->handshaker->step ) { in net80211_step_associate()
[all …]
Dwpa_psk.c53 struct wpa_common_ctx *ctx = dev->handshaker->priv; in wpa_psk_start()
83 struct wpa_common_ctx *ctx = dev->handshaker->priv; in wpa_psk_step()
/external/syslinux/gpxe/src/include/gpxe/
Dnet80211.h879 struct net80211_handshaker *handshaker; member