Searched refs:ampe (Results 1 – 11 of 11) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
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 715 ampe = (struct ieee80211_ampe_ie *) ampe_buf; in mesh_rsn_process_ampe() 716 pos = (u8 *) (ampe + 1); in mesh_rsn_process_ampe() [all …]
|
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/ |
D | mesh_rsn.c | 536 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 …]
|
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/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | vi.txt | 241 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/ |
D | vi.txt | 262 dnam{"ampe"} 263 other{"{0} ampe"} 266 dnam{"mili ampe"} 267 other{"{0} mili ampe"}
|
/third_party/icu/icu4c/source/data/unit/ |
D | vi.txt | 262 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/ |
D | ieee802_11_common.h | 71 const u8 *ampe; member
|
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/ |
D | ieee802_11_common.h | 88 const u8 *ampe; member
|
D | ieee802_11_common.c | 524 elems->ampe = pos; in ieee802_11_parse_elems()
|