Home
last modified time | relevance | path

Searched refs:ies (Results 1 – 25 of 53) sorted by relevance

123

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.h47 int (*update_ft_ies)(void *ctx, const u8 *md, const u8 *ies,
50 const u8 *ies, size_t ies_len);
318 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len);
320 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len,
325 int wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies,
333 wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) in wpa_sm_set_ft_params() argument
345 wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_process_response() argument
361 wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_validate_reassoc_resp() argument
371 void wpa_tdls_ap_ies(struct wpa_sm *sm, const u8 *ies, size_t len);
372 void wpa_tdls_assoc_resp_ies(struct wpa_sm *sm, const u8 *ies, size_t len);
Dwpa_ft.c63 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) in wpa_sm_set_ft_params() argument
70 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0) in wpa_sm_set_ft_params()
372 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_process_response() argument
385 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len); in wpa_ft_process_response()
410 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) { in wpa_ft_process_response()
670 int wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, in wpa_ft_validate_reassoc_resp() argument
679 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len); in wpa_ft_validate_reassoc_resp()
688 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) { in wpa_ft_validate_reassoc_resp()
Dwpa_i.h219 const u8 *ies, size_t ies_len) in wpa_sm_update_ft_ies() argument
222 return sm->ctx->update_ft_ies(sm->ctx->ctx, md, ies, ies_len); in wpa_sm_update_ft_ies()
228 const u8 *ies, size_t ies_len) in wpa_sm_send_ft_action() argument
232 ies, ies_len); in wpa_sm_send_ft_action()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c313 int ieee802_11_ie_count(const u8 *ies, size_t ies_len) in ieee802_11_ie_count() argument
318 if (ies == NULL) in ieee802_11_ie_count()
321 pos = ies; in ieee802_11_ie_count()
322 end = ies + ies_len; in ieee802_11_ie_count()
335 struct wpabuf * ieee802_11_vendor_ie_concat(const u8 *ies, size_t ies_len, in ieee802_11_vendor_ie_concat() argument
341 pos = ies; in ieee802_11_vendor_ie_concat()
342 end = ies + ies_len; in ieee802_11_vendor_ie_concat()
Dieee802_11_common.h86 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,
Dwpa_common.c238 int wpa_ft_parse_ies(const u8 *ies, size_t ies_len, in wpa_ft_parse_ies() argument
248 if (ies == NULL) in wpa_ft_parse_ies()
251 pos = ies; in wpa_ft_parse_ies()
252 end = ies + ies_len; in wpa_ft_parse_ies()
1000 int wpa_insert_pmkid(u8 *ies, size_t ies_len, const u8 *pmkid) in wpa_insert_pmkid() argument
1005 start = ies; in wpa_insert_pmkid()
1006 end = ies + ies_len; in wpa_insert_pmkid()
Dwpa_common.h367 int wpa_insert_pmkid(u8 *ies, size_t ies_len, const u8 *pmkid);
390 int wpa_ft_parse_ies(const u8 *ies, size_t ies_len, struct wpa_ft_ies *parse);
/external/wpa_supplicant_8/src/p2p/
Dp2p_dev_disc.c309 struct wpabuf *ies; in p2p_process_go_disc_req() local
313 ies = p2p_build_probe_resp_ies(p2p); in p2p_process_go_disc_req()
314 if (ies == NULL) in p2p_process_go_disc_req()
321 ies) < 0) { in p2p_process_go_disc_req()
324 wpabuf_free(ies); in p2p_process_go_disc_req()
Dp2p.c269 struct wpabuf *ies; in p2p_listen_in_find() local
300 ies = p2p_build_probe_resp_ies(p2p); in p2p_listen_in_find()
301 if (ies == NULL) in p2p_listen_in_find()
305 ies) < 0) { in p2p_listen_in_find()
309 wpabuf_free(ies); in p2p_listen_in_find()
316 struct wpabuf *ies; in p2p_listen() local
340 ies = p2p_build_probe_resp_ies(p2p); in p2p_listen()
341 if (ies == NULL) in p2p_listen()
344 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) { in p2p_listen()
347 wpabuf_free(ies); in p2p_listen()
[all …]
Dp2p.h1231 struct os_time *rx_time, int level, const u8 *ies,
1486 int p2p_scan_result_text(const u8 *ies, size_t ies_len, char *buf, char *end);
1504 int p2p_parse_dev_addr(const u8 *ies, size_t ies_len, u8 *dev_addr);
1525 void p2p_scan_ie(struct p2p_data *p2p, struct wpabuf *ies, const u8 *dev_id);
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.h20 const u8 *ies, size_t ies_len);
55 const u8 *ies, size_t ies_len) in sme_update_ft_ies() argument
Dwpas_glue.c477 const u8 *ies, size_t ies_len) in wpa_supplicant_update_ft_ies() argument
481 return sme_update_ft_ies(wpa_s, md, ies, ies_len); in wpa_supplicant_update_ft_ies()
482 return wpa_drv_update_ft_ies(wpa_s, md, ies, ies_len); in wpa_supplicant_update_ft_ies()
488 const u8 *ies, size_t ies_len) in wpa_supplicant_send_ft_action() argument
491 return wpa_drv_send_ft_action(wpa_s, action, target_ap, ies, ies_len); in wpa_supplicant_send_ft_action()
Dsme.c551 data->auth.ies, data->auth.ies_len); in sme_event_auth()
559 data->auth.status_code, data->auth.ies, in sme_event_auth()
614 edata.ft_ies.ies = data->auth.ies; in sme_event_auth()
724 const u8 *ies, size_t ies_len) in sme_update_ft_ies() argument
726 if (md == NULL || ies == NULL) { in sme_update_ft_ies()
736 wpa_hexdump(MSG_DEBUG, "SME: FT IEs", ies, ies_len); in sme_update_ft_ies()
741 os_memcpy(wpa_s->sme.ft_ies, ies, ies_len); in sme_update_ft_ies()
Ddriver_i.h270 const u8 *ies, size_t ies_len) in wpa_drv_update_ft_ies() argument
274 ies, ies_len); in wpa_drv_update_ft_ies()
280 const u8 *ies, size_t ies_len) in wpa_drv_send_ft_action() argument
284 target_ap, ies, ies_len); in wpa_drv_send_ft_action()
Dp2p_supplicant.h58 int wpas_p2p_scan_result_text(const u8 *ies, size_t ies_len, char *buf,
76 void wpas_p2p_scan_ie(struct wpa_supplicant *wpa_s, struct wpabuf *ies);
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c490 const u8 *ies, size_t ies_len) in wpa_ft_process_rdie() argument
498 ies, ies_len); in wpa_ft_process_rdie()
513 if (ieee802_11_parse_elems((u8 *) ies, ies_len, &parse, 1) == in wpa_ft_process_rdie()
782 const u8 *ies, size_t ies_len, in wpa_ft_process_auth_req() argument
803 ies, ies_len); in wpa_ft_process_auth_req()
805 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) { in wpa_ft_process_auth_req()
935 u16 auth_transaction, const u8 *ies, size_t ies_len, in wpa_ft_process_auth() argument
938 const u8 *ies, size_t ies_len), in wpa_ft_process_auth()
954 status = wpa_ft_process_auth_req(sm, ies, ies_len, &resp_ies, in wpa_ft_process_auth()
967 u16 wpa_ft_validate_reassoc(struct wpa_state_machine *sm, const u8 *ies, in wpa_ft_validate_reassoc() argument
[all …]
Dwpa_auth.h279 u16 auth_transaction, const u8 *ies, size_t ies_len,
282 const u8 *ies, size_t ies_len),
284 u16 wpa_ft_validate_reassoc(struct wpa_state_machine *sm, const u8 *ies,
Dieee802_11.c259 const u8 *ies, size_t ies_len) in send_auth_reply() argument
281 if (ies && ies_len) in send_auth_reply()
282 os_memcpy(reply->u.auth.variable, ies, ies_len); in send_auth_reply()
298 const u8 *ies, size_t ies_len) in handle_auth_ft_finish() argument
304 status, ies, ies_len); in handle_auth_ft_finish()
863 const u8 *ies, size_t ies_len, int reassoc) in check_assoc_ies() argument
871 if (ieee802_11_parse_elems(ies, ies_len, &elems, 1) == ParseFailed) { in check_assoc_ies()
918 sta->p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len, in check_assoc_ies()
947 sta->wps_ie = ieee802_11_vendor_ie_concat(ies, ies_len, in check_assoc_ies()
1044 resp = wpa_ft_validate_reassoc(sta->wpa_sm, ies, in check_assoc_ies()
[all …]
/external/chromium_org/chrome/browser/sync/glue/
DDEPS12 # Should these live in their own "includes" (e.g) directory(ies)?
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDetailsElement.idl2 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)
DHTMLProgressElement.idl2 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
DHTMLMeterElement.idl2 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
/external/chromium_org/third_party/WebKit/Source/core/plugins/
DMimeType.idl2 Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
DPlugin.idl2 Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaQueryList.idl2 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)

123