Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmesh_rsn.c537 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
715 ampe = (struct ieee80211_ampe_ie *) ampe_buf; in mesh_rsn_process_ampe()
716 pos = (u8 *) (ampe + 1); in mesh_rsn_process_ampe()
[all …]
Dmesh_mpm.c220 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/
Dmesh_rsn.c536 struct ieee80211_ampe_ie *ampe; in mesh_rsn_protect_frame() local
544 len = sizeof(*ampe); in mesh_rsn_protect_frame()
564 ampe = (struct ieee80211_ampe_ie *) (ampe_ie + 2); in mesh_rsn_protect_frame()
566 RSN_SELECTOR_PUT(ampe->selected_pairwise_suite, in mesh_rsn_protect_frame()
568 os_memcpy(ampe->local_nonce, sta->my_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame()
569 os_memcpy(ampe->peer_nonce, sta->peer_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame()
571 pos = (u8 *) (ampe + 1); in mesh_rsn_protect_frame()
633 struct ieee80211_ampe_ie *ampe; in mesh_rsn_process_ampe() local
710 ampe = (struct ieee80211_ampe_ie *) ampe_buf; in mesh_rsn_process_ampe()
711 pos = (u8 *) (ampe + 1); in mesh_rsn_process_ampe()
[all …]
Dmesh_mpm.c220 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/flutter/skia/third_party/externals/icu/source/data/unit/
Dvi.txt241 dnam{"ampe"}
242 other{"{0} ampe"}
245 dnam{"mili ampe"}
246 other{"{0} mili ampe"}
/third_party/skia/third_party/externals/icu/source/data/unit/
Dvi.txt262 dnam{"ampe"}
263 other{"{0} ampe"}
266 dnam{"mili ampe"}
267 other{"{0} mili ampe"}
/third_party/icu/icu4c/source/data/unit/
Dvi.txt262 dnam{"ampe"}
263 other{"{0} ampe"}
266 dnam{"mili ampe"}
267 other{"{0} mili ampe"}
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.h71 const u8 *ampe; member
Dieee802_11_common.c461 elems->ampe = pos; in ieee802_11_parse_elems()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.h88 const u8 *ampe; member
Dieee802_11_common.c524 elems->ampe = pos; in ieee802_11_parse_elems()