/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.h | 36 const u8 *ies, size_t ie_len) in wpa_mesh_notify_peer()
|
D | mesh.c | 333 const u8 *ies, size_t ie_len) in wpa_mesh_notify_peer() 493 static int mesh_attr_text(const u8 *ies, size_t ies_len, char *buf, char *end) in mesh_attr_text() 581 int wpas_mesh_scan_result_text(const u8 *ies, size_t ies_len, char *buf, in wpas_mesh_scan_result_text()
|
D | sme.h | 56 const u8 *ies, size_t ies_len) in sme_update_ft_ies()
|
D | wmm_ac.c | 418 wmm_ac_process_param_elem(struct wpa_supplicant *wpa_s, const u8 *ies, in wmm_ac_process_param_elem() 463 static int wmm_ac_init(struct wpa_supplicant *wpa_s, const u8 *ies, in wmm_ac_init() 533 void wmm_ac_notify_assoc(struct wpa_supplicant *wpa_s, const u8 *ies, in wmm_ac_notify_assoc()
|
D | rrm.c | 639 static int wpas_get_op_chan_phy(int freq, const u8 *ies, size_t ies_len, in wpas_get_op_chan_phy() 712 u8 *ies = (u8 *) (bss + 1); in wpas_beacon_rep_add_frame_body() local
|
D | driver_i.h | 308 const u8 *ies, size_t ies_len) in wpa_drv_update_ft_ies() 959 const u8 *ies, size_t ies_len) in wpa_drv_p2p_lo_start() 976 const u8 *ies, size_t len) in wpa_drv_set_default_scan_ies()
|
D | wpas_glue.c | 602 const u8 *ies, size_t ies_len) in wpa_supplicant_update_ft_ies() 613 const u8 *ies, size_t ies_len) in wpa_supplicant_send_ft_action()
|
D | mesh_mpm.c | 1070 const u8 *ies; in mesh_mpm_action_rx() local
|
D | events.c | 2131 const u8 *ies, size_t ies_len) in wnm_process_assoc_resp() 2195 const u8 *ies, size_t ies_len) in interworking_process_assoc_resp()
|
D | sme.c | 1329 const u8 *ies, size_t ies_len) in sme_update_ft_ies()
|
D | p2p_supplicant.c | 265 const u8 *ies; in wpas_p2p_scan_res_handler() local 357 struct wpabuf *wps_ie, *ies; in wpas_p2p_scan() local 4968 struct wpabuf *wps_ie, *ies; in wpas_p2p_join_scan_req() local 6563 int wpas_p2p_scan_result_text(const u8 *ies, size_t ies_len, char *buf, in wpas_p2p_scan_result_text() 6786 void wpas_p2p_scan_ie(struct wpa_supplicant *wpa_s, struct wpabuf *ies) in wpas_p2p_scan_ie()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
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() 376 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_process_response() 674 int wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, in wpa_ft_validate_reassoc_resp()
|
D | wpa.h | 369 wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) in wpa_sm_set_ft_params() 381 wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_process_response() 397 wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_validate_reassoc_resp()
|
D | wpa_i.h | 266 const u8 *ies, size_t ies_len) in wpa_sm_update_ft_ies() 275 const u8 *ies, size_t ies_len) in wpa_sm_send_ft_action()
|
D | tdls.c | 2924 void wpa_tdls_ap_ies(struct wpa_sm *sm, const u8 *ies, size_t len) in wpa_tdls_ap_ies() 2946 void wpa_tdls_assoc_resp_ies(struct wpa_sm *sm, const u8 *ies, size_t len) in wpa_tdls_assoc_resp_ies()
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.c | 522 int ieee802_11_ie_count(const u8 *ies, size_t ies_len) in ieee802_11_ie_count() 544 struct wpabuf * ieee802_11_vendor_ie_concat(const u8 *ies, size_t ies_len, in ieee802_11_vendor_ie_concat() 1413 const u8 * get_ie(const u8 *ies, size_t len, u8 eid) in get_ie() 1446 const u8 * get_ie_ext(const u8 *ies, size_t len, u8 ext) in get_ie_ext()
|
D | wpa_common.c | 751 int wpa_ft_parse_ies(const u8 *ies, size_t ies_len, in wpa_ft_parse_ies() 1770 int wpa_insert_pmkid(u8 *ies, size_t *ies_len, const u8 *pmkid) in wpa_insert_pmkid()
|
D | ieee802_11_common.h | 20 } ies[MAX_NOF_MB_IES_SUPPORTED]; member
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_dev_disc.c | 313 struct wpabuf *ies; in p2p_process_go_disc_req() local
|
D | p2p.c | 257 struct wpabuf *ies; in p2p_listen_in_find() local 311 struct wpabuf *ies; in p2p_listen() local 630 static void p2p_update_peer_vendor_elems(struct p2p_device *dev, const u8 *ies, in p2p_update_peer_vendor_elems() 707 struct os_reltime *rx_time, int level, const u8 *ies, in p2p_add_device() 2262 struct wpabuf *ies, in p2p_build_probe_resp_buf() 2347 struct wpabuf *ies; in p2p_reply_probe() local 2686 int p2p_scan_result_text(const u8 *ies, size_t ies_len, char *buf, char *end) in p2p_scan_result_text() 2873 int p2p_parse_dev_addr(const u8 *ies, size_t ies_len, u8 *dev_addr) in p2p_parse_dev_addr() 3520 struct os_reltime *rx_time, int level, const u8 *ies, in p2p_scan_res_handler() 3561 void p2p_scan_ie(struct p2p_data *p2p, struct wpabuf *ies, const u8 *dev_id, in p2p_scan_ie() [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | taxonomy.c | 85 static void ie_to_string(char *fstr, size_t fstr_len, const struct wpabuf *ies) in ie_to_string()
|
D | wpa_auth_ft.c | 1400 const u8 *ies, size_t ies_len, in wpa_ft_pull_pmk_r1() 1663 const u8 *ies, size_t ies_len) in wpa_ft_process_rdie() 2054 const u8 *ies, size_t ies_len, in wpa_ft_process_auth_req() 2203 u16 auth_transaction, const u8 *ies, size_t ies_len, in wpa_ft_process_auth() 2245 u16 wpa_ft_validate_reassoc(struct wpa_state_machine *sm, const u8 *ies, in wpa_ft_validate_reassoc() 2401 const u8 *ies; in wpa_ft_action_rx() local 2476 const u8 *ies, size_t ies_len) in wpa_ft_rrb_rx_request_cb()
|
D | ieee802_11.c | 280 const u8 *ies, size_t ies_len) in send_auth_reply() 324 const u8 *ies, size_t ies_len) in handle_auth_ft_finish() 2301 const u8 *ies, size_t ies_len, int reassoc) in check_assoc_ies() 2698 const u8 *ies, size_t ies_len) in send_assoc_resp()
|
D | drv_callbacks.c | 847 const u8 *ies, size_t ies_len) in hostapd_notify_auth_ft_finish()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_scan.c | 1227 int nl80211_set_default_scan_ies(void *priv, const u8 *ies, size_t ies_len) in nl80211_set_default_scan_ies()
|