/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.h | 48 int (*update_ft_ies)(void *ctx, const u8 *md, const u8 *ies, 51 const u8 *ies, size_t ies_len); 348 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len); 350 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, 355 int wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, 363 wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) in wpa_sm_set_ft_params() argument 375 wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_process_response() argument 391 wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_validate_reassoc_resp() argument 401 void wpa_tdls_ap_ies(struct wpa_sm *sm, const u8 *ies, size_t len); 402 void wpa_tdls_assoc_resp_ies(struct wpa_sm *sm, const u8 *ies, size_t len);
|
D | wpa_ft.c | 58 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) in wpa_sm_set_ft_params() argument 65 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0) in wpa_sm_set_ft_params() 371 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_process_response() argument 384 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len); in wpa_ft_process_response() 408 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) { in wpa_ft_process_response() 669 int wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, in wpa_ft_validate_reassoc_resp() argument 678 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len); in wpa_ft_validate_reassoc_resp() 686 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) { in wpa_ft_validate_reassoc_resp()
|
D | wpa_i.h | 229 const u8 *ies, size_t ies_len) in wpa_sm_update_ft_ies() argument 232 return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len); in wpa_sm_update_ft_ies() 238 const u8 *ies, size_t ies_len) in wpa_sm_send_ft_action() argument 242 ies, ies_len); in wpa_sm_send_ft_action()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.h | 17 int wpas_mesh_scan_result_text(const u8 *ies, size_t ies_len, char *buf, 25 const u8 *ies, size_t ie_len); 33 const u8 *ies, size_t ie_len) in wpa_mesh_notify_peer() argument
|
D | mesh.c | 50 if (ifmsh->mconf->ies) { in wpa_supplicant_mesh_iface_deinit() 51 ifmsh->mconf->ies = NULL; in wpa_supplicant_mesh_iface_deinit() 277 const u8 *ies, size_t ie_len) in wpa_mesh_notify_peer() argument 284 if (ieee802_11_parse_elems(ies, ie_len, &elems, 0) == ParseFailed) { in wpa_mesh_notify_peer() 353 params.ies = wpa_s->ifmsh->mconf->ies; in wpa_supplicant_join_mesh() 391 static int mesh_attr_text(const u8 *ies, size_t ies_len, char *buf, char *end) in mesh_attr_text() argument 398 if (ieee802_11_parse_elems(ies, ies_len, &elems, 0) == ParseFailed) in mesh_attr_text() 479 int wpas_mesh_scan_result_text(const u8 *ies, size_t ies_len, char *buf, in wpas_mesh_scan_result_text() argument 482 return mesh_attr_text(ies, ies_len, buf, end); in wpas_mesh_scan_result_text()
|
D | sme.h | 20 const u8 *ies, size_t ies_len); 56 const u8 *ies, size_t ies_len) in sme_update_ft_ies() argument
|
D | wmm_ac.c | 421 wmm_ac_process_param_elem(struct wpa_supplicant *wpa_s, const u8 *ies, in wmm_ac_process_param_elem() argument 430 if (ieee802_11_parse_elems(ies, ies_len, &elems, 1) == ParseFailed) { in wmm_ac_process_param_elem() 466 static int wmm_ac_init(struct wpa_supplicant *wpa_s, const u8 *ies, in wmm_ac_init() argument 477 if (!ies) { in wmm_ac_init() 491 assoc_data = wmm_ac_process_param_elem(wpa_s, ies, ies_len); in wmm_ac_init() 536 void wmm_ac_notify_assoc(struct wpa_supplicant *wpa_s, const u8 *ies, in wmm_ac_notify_assoc() argument 539 if (wmm_ac_init(wpa_s, ies, ies_len, wmm_params)) in wmm_ac_notify_assoc()
|
D | mesh_mpm.c | 876 const u8 *ies; in mesh_mpm_action_rx() local 889 ies = mgmt->u.action.u.slf_prot_action.variable; in mesh_mpm_action_rx() 904 WPA_GET_LE16(ies)); in mesh_mpm_action_rx() 905 ies += 2; /* capability */ in mesh_mpm_action_rx() 909 wpa_printf(MSG_DEBUG, "MPM: AID 0x%x", WPA_GET_LE16(ies)); in mesh_mpm_action_rx() 910 ies += 2; /* aid */ in mesh_mpm_action_rx() 915 if (ieee802_11_parse_elems(ies, ie_len, &elems, 0) == ParseFailed) { in mesh_mpm_action_rx() 982 ies, ie_len)) { in mesh_mpm_action_rx()
|
D | wmm_ac.h | 163 void wmm_ac_notify_assoc(struct wpa_supplicant *wpa_s, const u8 *ies,
|
D | wpas_glue.c | 532 const u8 *ies, size_t ies_len) in wpa_supplicant_update_ft_ies() argument 536 return sme_update_ft_ies(wpa_s, md, ies, ies_len); in wpa_supplicant_update_ft_ies() 537 return wpa_drv_update_ft_ies(wpa_s, md, ies, ies_len); in wpa_supplicant_update_ft_ies() 543 const u8 *ies, size_t ies_len) in wpa_supplicant_send_ft_action() argument 576 os_memcpy(pos, ies, ies_len); in wpa_supplicant_send_ft_action()
|
D | sme.c | 778 data->auth.ies, data->auth.ies_len); in sme_event_auth() 786 data->auth.status_code, data->auth.ies, in sme_event_auth() 842 if (wpa_ft_process_response(wpa_s->wpa, data->auth.ies, in sme_event_auth() 968 const u8 *ies, size_t ies_len) in sme_update_ft_ies() argument 970 if (md == NULL || ies == NULL) { in sme_update_ft_ies() 980 wpa_hexdump(MSG_DEBUG, "SME: FT IEs", ies, ies_len); in sme_update_ft_ies() 985 os_memcpy(wpa_s->sme.ft_ies, ies, ies_len); in sme_update_ft_ies()
|
D | p2p_supplicant.h | 55 int wpas_p2p_scan_result_text(const u8 *ies, size_t ies_len, char *buf, 68 void wpas_p2p_scan_ie(struct wpa_supplicant *wpa_s, struct wpabuf *ies);
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_dev_disc.c | 313 struct wpabuf *ies; in p2p_process_go_disc_req() local 317 ies = p2p_build_probe_resp_ies(p2p, NULL, 0); in p2p_process_go_disc_req() 318 if (ies == NULL) in p2p_process_go_disc_req() 325 ies) < 0) { in p2p_process_go_disc_req() 328 wpabuf_free(ies); in p2p_process_go_disc_req()
|
D | p2p.c | 266 struct wpabuf *ies; in p2p_listen_in_find() local 300 ies = p2p_build_probe_resp_ies(p2p, NULL, 0); in p2p_listen_in_find() 301 if (ies == NULL) in p2p_listen_in_find() 309 ies) < 0) { in p2p_listen_in_find() 313 wpabuf_free(ies); in p2p_listen_in_find() 320 struct wpabuf *ies; in p2p_listen() local 349 ies = p2p_build_probe_resp_ies(p2p, NULL, 0); in p2p_listen() 350 if (ies == NULL) in p2p_listen() 355 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) { in p2p_listen() 358 wpabuf_free(ies); in p2p_listen() [all …]
|
D | p2p.h | 1519 struct os_reltime *rx_time, int level, const u8 *ies, 1779 int p2p_scan_result_text(const u8 *ies, size_t ies_len, char *buf, char *end); 1797 int p2p_parse_dev_addr(const u8 *ies, size_t ies_len, u8 *dev_addr); 1818 void p2p_scan_ie(struct p2p_data *p2p, struct wpabuf *ies, const u8 *dev_id);
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.c | 363 int ieee802_11_ie_count(const u8 *ies, size_t ies_len) in ieee802_11_ie_count() argument 368 if (ies == NULL) in ieee802_11_ie_count() 371 pos = ies; in ieee802_11_ie_count() 372 end = ies + ies_len; in ieee802_11_ie_count() 385 struct wpabuf * ieee802_11_vendor_ie_concat(const u8 *ies, size_t ies_len, in ieee802_11_vendor_ie_concat() argument 391 pos = ies; in ieee802_11_vendor_ie_concat() 392 end = ies + ies_len; in ieee802_11_vendor_ie_concat()
|
D | ieee802_11_common.h | 86 int ieee802_11_ie_count(const u8 *ies, size_t ies_len); 87 struct wpabuf * ieee802_11_vendor_ie_concat(const u8 *ies, size_t ies_len,
|
D | wpa_common.c | 327 int wpa_ft_parse_ies(const u8 *ies, size_t ies_len, in wpa_ft_parse_ies() argument 337 if (ies == NULL) in wpa_ft_parse_ies() 340 pos = ies; in wpa_ft_parse_ies() 341 end = ies + ies_len; in wpa_ft_parse_ies() 1258 int wpa_insert_pmkid(u8 *ies, size_t ies_len, const u8 *pmkid) in wpa_insert_pmkid() argument 1263 start = ies; in wpa_insert_pmkid() 1264 end = ies + ies_len; in wpa_insert_pmkid()
|
D | wpa_common.h | 410 int wpa_insert_pmkid(u8 *ies, size_t ies_len, const u8 *pmkid); 433 int wpa_ft_parse_ies(const u8 *ies, size_t ies_len, struct wpa_ft_ies *parse);
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 305 const u8 *ies, size_t ies_len, in wpa_ft_pull_pmk_r1() argument 354 sm->ft_pending_req_ies = wpabuf_alloc_copy(ies, ies_len); in wpa_ft_pull_pmk_r1() 506 const u8 *ies, size_t ies_len) in wpa_ft_process_rdie() argument 514 ies, ies_len); in wpa_ft_process_rdie() 529 if (ieee802_11_parse_elems((u8 *) ies, ies_len, &parse, 1) == in wpa_ft_process_rdie() 799 const u8 *ies, size_t ies_len, in wpa_ft_process_auth_req() argument 820 ies, ies_len); in wpa_ft_process_auth_req() 822 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) { in wpa_ft_process_auth_req() 869 if (wpa_ft_pull_pmk_r1(sm, ies, ies_len, parse.rsn_pmkid) < 0) { in wpa_ft_process_auth_req() 945 u16 auth_transaction, const u8 *ies, size_t ies_len, in wpa_ft_process_auth() argument [all …]
|
D | wpa_auth.h | 296 u16 auth_transaction, const u8 *ies, size_t ies_len, 299 const u8 *ies, size_t ies_len), 301 u16 wpa_ft_validate_reassoc(struct wpa_state_machine *sm, const u8 *ies,
|
D | ieee802_11.c | 252 const u8 *ies, size_t ies_len) in send_auth_reply() argument 274 if (ies && ies_len) in send_auth_reply() 275 os_memcpy(reply->u.auth.variable, ies, ies_len); in send_auth_reply() 291 const u8 *ies, size_t ies_len) in handle_auth_ft_finish() argument 297 status, ies, ies_len); in handle_auth_ft_finish() 1263 const u8 *ies, size_t ies_len, int reassoc) in check_assoc_ies() argument 1271 if (ieee802_11_parse_elems(ies, ies_len, &elems, 1) == ParseFailed) { in check_assoc_ies() 1331 sta->p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len, in check_assoc_ies() 1360 sta->wps_ie = ieee802_11_vendor_ie_concat(ies, ies_len, in check_assoc_ies() 1457 resp = wpa_ft_validate_reassoc(sta->wpa_sm, ies, in check_assoc_ies() [all …]
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_scan.c | 436 const u8 * nl80211_get_ie(const u8 *ies, size_t ies_len, u8 ie) in nl80211_get_ie() argument 440 if (ies == NULL) in nl80211_get_ie() 443 pos = ies; in nl80211_get_ie() 444 end = ies + ies_len; in nl80211_get_ie()
|
D | driver.h | 1074 const u8 *ies; member 1965 int (*update_ft_ies)(void *priv, const u8 *md, const u8 *ies, 4190 const u8 *ies; member 4216 const u8 *ies; member 4557 const u8 *ies; member
|
/external/harfbuzz_ng/ |
D | COPYING | 8 Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies)
|