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

  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 509 /* insert AMPE and encrypted MIC at @ie.
513 * @buf: wpabuf to add encrypted AMPE and MIC to.
518 struct ieee80211_ampe_ie *ampe; local
526 len = sizeof(*ampe);
545 /* IE: AMPE */
548 ampe = (struct ieee80211_ampe_ie *) (ampe_ie + 2);
550 RSN_SELECTOR_PUT(ampe->selected_pairwise_suite,
552 os_memcpy(ampe->local_nonce, sta->my_nonce, WPA_NONCE_LEN);
553 os_memcpy(ampe->peer_nonce, sta->peer_nonce, WPA_NONCE_LEN);
555 pos = (u8 *) (ampe + 1)
619 struct ieee80211_ampe_ie *ampe; local
    [all...]
mesh_mpm.c 218 int ampe = conf->security & MESH_CONF_SEC_AMPE; local
231 2 + 96 + /* AMPE */
260 wpabuf_put_le16(buf, ampe ? IEEE80211_CAP_PRIVACY : 0);
302 if (ampe)
321 if (ampe)
330 if (ampe) {
358 if (ampe && mesh_rsn_protect_frame(wpa_s->mesh_rsn, sta, cat, buf)) {
360 "Mesh MPM: failed to add AMPE and MIC IE");
596 * ready to start AMPE */
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 62 const u8 *ampe; member in struct:ieee802_11_elems
ieee802_11_common.c 437 elems->ampe = pos;
    [all...]

Completed in 530 milliseconds