Home
last modified time | relevance | path

Searched defs:ies (Results 1 – 25 of 32) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.h36 const u8 *ies, size_t ie_len) in wpa_mesh_notify_peer()
Dmesh.c333 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()
Dsme.h56 const u8 *ies, size_t ies_len) in sme_update_ft_ies()
Dwmm_ac.c418 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()
Drrm.c639 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
Ddriver_i.h308 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()
Dwpas_glue.c602 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()
Dmesh_mpm.c1070 const u8 *ies; in mesh_mpm_action_rx() local
Devents.c2131 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()
Dsme.c1329 const u8 *ies, size_t ies_len) in sme_update_ft_ies()
Dp2p_supplicant.c265 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/
Dwpa_ft.c58 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()
Dwpa.h369 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()
Dwpa_i.h266 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()
Dtdls.c2924 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/
Dieee802_11_common.c522 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()
Dwpa_common.c751 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()
Dieee802_11_common.h20 } ies[MAX_NOF_MB_IES_SUPPORTED]; member
/external/wpa_supplicant_8/src/p2p/
Dp2p_dev_disc.c313 struct wpabuf *ies; in p2p_process_go_disc_req() local
Dp2p.c257 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/
Dtaxonomy.c85 static void ie_to_string(char *fstr, size_t fstr_len, const struct wpabuf *ies) in ie_to_string()
Dwpa_auth_ft.c1400 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()
Dieee802_11.c280 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()
Ddrv_callbacks.c847 const u8 *ies, size_t ies_len) in hostapd_notify_auth_ft_finish()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_scan.c1227 int nl80211_set_default_scan_ies(void *priv, const u8 *ies, size_t ies_len) in nl80211_set_default_scan_ies()

12