Home
last modified time | relevance | path

Searched refs:ampe (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c555 struct ieee80211_ampe_ie *ampe; in mesh_rsn_protect_frame() local
563 len = sizeof(*ampe); in mesh_rsn_protect_frame()
583 ampe = (struct ieee80211_ampe_ie *) (ampe_ie + 2); in mesh_rsn_protect_frame()
585 RSN_SELECTOR_PUT(ampe->selected_pairwise_suite, in mesh_rsn_protect_frame()
587 os_memcpy(ampe->local_nonce, sta->my_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame()
588 os_memcpy(ampe->peer_nonce, sta->peer_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame()
590 pos = (u8 *) (ampe + 1); in mesh_rsn_protect_frame()
652 struct ieee80211_ampe_ie *ampe; in mesh_rsn_process_ampe() local
729 ampe = (struct ieee80211_ampe_ie *) ampe_buf; in mesh_rsn_process_ampe()
730 pos = (u8 *) (ampe + 1); in mesh_rsn_process_ampe()
[all …]
H A Dmesh_mpm.c221 int ampe = conf->security & MESH_CONF_SEC_AMPE; in mesh_mpm_send_plink_action() local
287 wpabuf_put_le16(buf, ampe ? IEEE80211_CAP_PRIVACY : 0); in mesh_mpm_send_plink_action()
330 if (ampe) in mesh_mpm_send_plink_action()
349 if (ampe) in mesh_mpm_send_plink_action()
358 if (ampe) { in mesh_mpm_send_plink_action()
432 if (ampe && mesh_rsn_protect_frame(wpa_s->mesh_rsn, sta, cat, buf)) { in mesh_mpm_send_plink_action()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h78 const u8 *ampe; member
H A Dieee802_11_common.c582 elems->ampe = pos; in __ieee802_11_parse_elems()
813 elems->ampe = NULL; in ieee802_11_elems_clear_ids()