HomeSort by relevance Sort by last modified time
    Searched defs:ap_rsn_ie (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/net/80211/
wpa.c 219 u8 *ap_rsn_ie = NULL, *ap_rsn_ie_end; local
232 ap_rsn_ie = sec80211_find_rsn ( beacon->info_element, iob->tail,
234 if ( ap_rsn_ie ) {
235 ctx->ap_rsn_ie = malloc ( ap_rsn_ie_end - ap_rsn_ie );
236 if ( ! ctx->ap_rsn_ie )
238 memcpy ( ctx->ap_rsn_ie, ap_rsn_ie, ap_rsn_ie_end - ap_rsn_ie );
239 ctx->ap_rsn_ie_len = ap_rsn_ie_end - ap_rsn_ie;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
wpa.h 352 void *ap_rsn_ie; member in struct:wpa_common_ctx
354 /** Length of @a ap_rsn_ie */
357 /** Whether @a ap_rsn_ie is an RSN IE (as opposed to old WPA) */
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 92 u8 *ap_wpa_ie, *ap_rsn_ie; member in struct:wpa_sm

Completed in 157 milliseconds