HomeSort by relevance Sort by last modified time
    Searched refs:rsnie (Results 1 - 7 of 7) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
sec80211.h 77 u32 sec80211_rsn_get_crypto_desc ( enum net80211_crypto_alg crypt, int rsnie );
79 int rsnie );
  /external/syslinux/gpxe/src/net/80211/
sec80211.c 437 * @v rsnie Whether to return a new-format (RSN IE) descriptor
441 * If @a rsnie is false, returns an old-format (WPA vendor IE)
444 static u32 rsn_get_desc ( unsigned id, int rsnie, struct descriptor_map *map )
446 u32 vendor = ( rsnie ? IEEE80211_RSN_OUI : IEEE80211_WPA_OUI );
460 * @v rsnie Whether to return a new-format (RSN IE) descriptor
463 * If @a rsnie is false, returns an old-format (WPA vendor IE)
466 u32 sec80211_rsn_get_crypto_desc ( enum net80211_crypto_alg crypt, int rsnie )
468 return rsn_get_desc ( crypt, rsnie, rsn_cipher_map );
475 * @v rsnie Whether to return a new-format (RSN IE) descriptor
478 * If @a rsnie is false, returns an old-format (WPA vendor IE
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 152 struct rsn_ie_hdr *rsnie; local
164 /* RSNIE[PMKR0Name/PMKR1Name] */
165 rsnie = (struct rsn_ie_hdr *) pos;
166 rsnie->elem_id = WLAN_EID_RSN;
167 WPA_PUT_LE16(rsnie->version, RSN_VERSION);
168 pos = (u8 *) (rsnie + 1);
240 rsnie->len = (pos - (u8 *) rsnie) - 2;
299 (u8 *) rsnie, 2 + rsnie->len, ric_ies
    [all...]
tdls.c 448 * @rsnie: Pointer to the beginning of RSN IE used for handshake
456 const u8 *rsnie, const u8 *timeoutie,
463 int len = 2 * ETH_ALEN + 1 + 2 + lnkid[1] + 2 + rsnie[1] +
485 os_memcpy(pos, rsnie, 2 + rsnie[1]);
486 pos += 2 + rsnie[1];
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 656 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
683 rsnie = pos;
760 rsnie, rsnie_len,
955 wpa_printf(MSG_DEBUG, "FT: No PMKID in RSNIE");
1109 wpa_printf(MSG_DEBUG, "FT: No RSNIE in Reassoc Req");
1114 wpa_printf(MSG_DEBUG, "FT: No PMKID in RSNIE");
1196 "RSNIE (pmkid=%d)", !!parse.rsn_pmkid);
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 458 const u8 *rsnie, size_t rsnie_len,
484 if (rsnie) {
485 addr[num_elem] = rsnie;
    [all...]
wpa_common.h 359 const u8 *rsnie, size_t rsnie_len,

Completed in 221 milliseconds