HomeSort by: relevance | last modified time | path
    Searched defs:ampe (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
mesh_rsn.c 546 /* insert AMPE and encrypted MIC at @ie.
550 * @buf: wpabuf to add encrypted AMPE and MIC to.
555 struct ieee80211_ampe_ie *ampe; local
563 len = sizeof(*ampe);
580 /* IE: AMPE */
583 ampe = (struct ieee80211_ampe_ie *) (ampe_ie + 2);
585 RSN_SELECTOR_PUT(ampe->selected_pairwise_suite,
587 os_memcpy(ampe->local_nonce, sta->my_nonce, WPA_NONCE_LEN);
588 os_memcpy(ampe->peer_nonce, sta->peer_nonce, WPA_NONCE_LEN);
590 pos = (u8 *) (ampe + 1)
652 struct ieee80211_ampe_ie *ampe; local
    [all...]
mesh_mpm.c 221 int ampe = conf->security & MESH_CONF_SEC_AMPE; local
235 2 + 96 + 32 + 32 + /* AMPE (96 + max GTKlen + max IGTKlen) */
287 wpabuf_put_le16(buf, ampe ? IEEE80211_CAP_PRIVACY : 0);
330 if (ampe)
349 if (ampe)
358 if (ampe) {
432 if (ampe && mesh_rsn_protect_frame(wpa_s->mesh_rsn, sta, cat, buf)) {
434 "Mesh MPM: failed to add AMPE and MIC IE");
677 * ready to start AMPE */
  /src/external/bsd/wpa/dist/src/common/
ieee802_11_common.h 78 const u8 *ampe; member in struct:ieee802_11_elems

Completed in 40 milliseconds