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

  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 447 /* insert AMPE and encrypted MIC at @ie.
451 * @buf: wpabuf to add encrypted AMPE and MIC to.
456 struct ieee80211_ampe_ie *ampe; local
463 if (AES_BLOCK_SIZE + 2 + sizeof(*ampe) + 2 > wpabuf_tailroom(buf)) {
468 ampe_ie = os_zalloc(2 + sizeof(*ampe));
481 /* IE: AMPE */
483 ampe_ie[1] = sizeof(*ampe);
484 ampe = (struct ieee80211_ampe_ie *) (ampe_ie + 2);
486 RSN_SELECTOR_PUT(ampe->selected_pairwise_suite,
488 os_memcpy(ampe->local_nonce, sta->my_nonce, 32)
528 struct ieee80211_ampe_ie *ampe; local
    [all...]
mesh_mpm.c 220 int ampe = conf->security & MESH_CONF_SEC_AMPE; local
233 2 + 96 + /* AMPE */
262 wpabuf_put_le16(buf, ampe ? IEEE80211_CAP_PRIVACY : 0);
303 if (ampe)
322 if (ampe)
331 if (ampe) {
359 if (ampe && mesh_rsn_protect_frame(wpa_s->mesh_rsn, sta, cat, buf)) {
361 "Mesh MPM: failed to add AMPE and MIC IE");
596 * ready to start AMPE */
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 62 const u8 *ampe; member in struct:ieee802_11_elems

Completed in 507 milliseconds