Searched refs:ampe (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh_rsn.c | 537 struct ieee80211_ampe_ie *ampe; in mesh_rsn_protect_frame() local 545 len = sizeof(*ampe); in mesh_rsn_protect_frame() 567 ampe = (struct ieee80211_ampe_ie *) (ampe_ie + 2); in mesh_rsn_protect_frame() 569 RSN_SELECTOR_PUT(ampe->selected_pairwise_suite, in mesh_rsn_protect_frame() 571 os_memcpy(ampe->local_nonce, sta->my_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame() 572 os_memcpy(ampe->peer_nonce, sta->peer_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame() 574 pos = (u8 *) (ampe + 1); in mesh_rsn_protect_frame() 638 struct ieee80211_ampe_ie *ampe; in mesh_rsn_process_ampe() local 679 wpa_msg(wpa_s, MSG_DEBUG, "Mesh RSN: missing ampe ie"); in mesh_rsn_process_ampe() 710 wpa_msg(wpa_s, MSG_DEBUG, "Mesh RSN: invalid ampe i in mesh_rsn_process_ampe() [all...] |
H A D | mesh_mpm.c | 220 int ampe = conf->security & MESH_CONF_SEC_AMPE; in mesh_mpm_send_plink_action() local 278 wpabuf_put_le16(buf, ampe ? IEEE80211_CAP_PRIVACY : 0); in mesh_mpm_send_plink_action() 320 if (ampe) in mesh_mpm_send_plink_action() 339 if (ampe) in mesh_mpm_send_plink_action() 348 if (ampe) { in mesh_mpm_send_plink_action() 407 if (ampe && mesh_rsn_protect_frame(wpa_s->mesh_rsn, sta, cat, buf)) { in mesh_mpm_send_plink_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh_rsn.c | 549 struct ieee80211_ampe_ie *ampe; in mesh_rsn_protect_frame() local 557 len = sizeof(*ampe); in mesh_rsn_protect_frame() 577 ampe = (struct ieee80211_ampe_ie *) (ampe_ie + 2); in mesh_rsn_protect_frame() 579 RSN_SELECTOR_PUT(ampe->selected_pairwise_suite, in mesh_rsn_protect_frame() 581 os_memcpy(ampe->local_nonce, sta->my_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame() 582 os_memcpy(ampe->peer_nonce, sta->peer_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame() 584 pos = (u8 *) (ampe + 1); in mesh_rsn_protect_frame() 646 struct ieee80211_ampe_ie *ampe; in mesh_rsn_process_ampe() local 687 wpa_msg(wpa_s, MSG_DEBUG, "Mesh RSN: missing ampe ie"); in mesh_rsn_process_ampe() 718 wpa_msg(wpa_s, MSG_DEBUG, "Mesh RSN: invalid ampe i in mesh_rsn_process_ampe() [all...] |
H A D | mesh_mpm.c | 220 int ampe = conf->security & MESH_CONF_SEC_AMPE; in mesh_mpm_send_plink_action() local 279 wpabuf_put_le16(buf, ampe ? IEEE80211_CAP_PRIVACY : 0); in mesh_mpm_send_plink_action() 322 if (ampe) in mesh_mpm_send_plink_action() 341 if (ampe) in mesh_mpm_send_plink_action() 350 if (ampe) { in mesh_mpm_send_plink_action() 410 if (ampe && mesh_rsn_protect_frame(wpa_s->mesh_rsn, sta, cat, buf)) { in mesh_mpm_send_plink_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_common.h | 71 const u8 *ampe; member
|
H A D | ieee802_11_common.c | 461 elems->ampe = pos; in ieee802_11_parse_elems()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_common.h | 97 const u8 *ampe; member
|
H A D | ieee802_11_common.c | 651 elems->ampe = pos; in ieee802_11_parse_elems()
|
Completed in 11 milliseconds