Searched refs:wpa_common_ctx (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/gpxe/src/net/80211/ |
D | wpa.c | 53 static int wpa_fail ( struct wpa_common_ctx *ctx, int rc ) in wpa_fail() 213 int wpa_start ( struct net80211_device *dev, struct wpa_common_ctx *ctx, in wpa_start() 259 struct wpa_common_ctx *ctx, *tmp; in wpa_stop() 278 int wpa_check_pmkid ( struct wpa_common_ctx *ctx, const u8 *pmkid ) in wpa_check_pmkid() 314 static void wpa_derive_ptk ( struct wpa_common_ctx *ctx ) in wpa_derive_ptk() 365 static inline int wpa_install_ptk ( struct wpa_common_ctx *ctx, int len ) in wpa_install_ptk() 383 static inline int wpa_install_gtk ( struct wpa_common_ctx *ctx, int len, in wpa_install_gtk() 403 static int wpa_maybe_install_gtk ( struct wpa_common_ctx *ctx, in wpa_maybe_install_gtk() 475 static int wpa_send_eapol ( struct io_buffer *iob, struct wpa_common_ctx *ctx, in wpa_send_eapol() 509 static int wpa_send_2_of_4 ( struct wpa_common_ctx *ctx, in wpa_send_2_of_4() [all …]
|
D | wpa_psk.c | 53 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() 124 .priv_len = sizeof ( struct wpa_common_ctx ),
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | wpa.h | 290 struct wpa_common_ctx struct 499 int wpa_start ( struct net80211_device *dev, struct wpa_common_ctx *ctx,
|