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 517 /* insert AMPE and encrypted MIC at @ie.
521 * @buf: wpabuf to add encrypted AMPE and MIC to.
526 struct ieee80211_ampe_ie *ampe; local
534 len = sizeof(*ampe);
553 /* IE: AMPE */
556 ampe = (struct ieee80211_ampe_ie *) (ampe_ie + 2);
558 RSN_SELECTOR_PUT(ampe->selected_pairwise_suite,
560 os_memcpy(ampe->local_nonce, sta->my_nonce, WPA_NONCE_LEN);
561 os_memcpy(ampe->peer_nonce, sta->peer_nonce, WPA_NONCE_LEN);
563 pos = (u8 *) (ampe + 1)
627 struct ieee80211_ampe_ie *ampe; local
    [all...]
mesh_mpm.c 219 int ampe = conf->security & MESH_CONF_SEC_AMPE; local
232 2 + 96 + /* AMPE */
261 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");
597 * 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 443 elems->ampe = pos;
    [all...]

Completed in 91 milliseconds