/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | mesh.c | 406 const u8 *ies, size_t ie_len) in wpa_mesh_notify_peer() 549 static int mesh_attr_text(const u8 *ies, size_t ies_len, char *buf, char *end) in mesh_attr_text() 637 int wpas_mesh_scan_result_text(const u8 *ies, size_t ies_len, char *buf, in wpas_mesh_scan_result_text()
|
H A D | mesh.h | 36 const u8 *ies, size_t ie_len) in wpa_mesh_notify_peer()
|
H A 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() 528 void wmm_ac_notify_assoc(struct wpa_supplicant *wpa_s, const u8 *ies, in wmm_ac_notify_assoc()
|
H A D | rrm.c | 688 static int wpas_get_op_chan_phy(int freq, const u8 *ies, size_t ies_len, in wpas_get_op_chan_phy() 762 u8 *ies = *ies_buf; in wpas_beacon_rep_add_frame_body() local 911 u8 *ies = (u8 *) (bss + 1); in wpas_add_beacon_rep() local
|
H A D | sme.h | 61 const u8 *ies, size_t ies_len) in sme_update_ft_ies()
|
H A D | driver_i.h | 318 const u8 *ies, size_t ies_len) in wpa_drv_update_ft_ies() 993 const u8 *ies, size_t ies_len) in wpa_drv_p2p_lo_start() 1010 const u8 *ies, size_t len) in wpa_drv_set_default_scan_ies()
|
H A D | events.c | 2202 const u8 *ies, size_t ies_len) in wnm_process_assoc_resp() 2266 const u8 *ies, size_t ies_len) in interworking_process_assoc_resp() 2286 const u8 *ies, size_t ies_len) in multi_ap_process_assoc_resp()
|
H A D | mbo.c | 54 const u8 * mbo_get_attr_from_ies(const u8 *ies, size_t ies_len, in mbo_get_attr_from_ies()
|
H A 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()
|
H A D | mesh_mpm.c | 1126 const u8 *ies; in mesh_mpm_action_rx() local
|
/dflybsd-src/contrib/wpa_supplicant/src/common/ |
H A D | ieee802_11_common.c | 544 int ieee802_11_ie_count(const u8 *ies, size_t ies_len) in ieee802_11_ie_count() 559 struct wpabuf * ieee802_11_vendor_ie_concat(const u8 *ies, size_t ies_len, in ieee802_11_vendor_ie_concat() 1645 const u8 * get_ie(const u8 *ies, size_t len, u8 eid) in get_ie() 1669 const u8 * get_ie_ext(const u8 *ies, size_t len, u8 ext) in get_ie_ext() 1683 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type) in get_vendor_ie()
|
H A D | wpa_common.c | 919 int wpa_ft_parse_ies(const u8 *ies, size_t ies_len, in wpa_ft_parse_ies() 2130 int wpa_insert_pmkid(u8 *ies, size_t *ies_len, const u8 *pmkid) in wpa_insert_pmkid()
|
/dflybsd-src/contrib/wpa_supplicant/src/rsn_supp/ |
H A D | wpa_ft.c | 76 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) in wpa_sm_set_ft_params() 485 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_process_response() 841 int wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, in wpa_ft_validate_reassoc_resp()
|
H A D | wpa.h | 381 wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) in wpa_sm_set_ft_params() 392 static inline int wpa_ft_add_mdie(struct wpa_sm *sm, u8 *ies, size_t ies_len, in wpa_ft_add_mdie() 399 wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_process_response() 415 wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, size_t ies_len, in wpa_ft_validate_reassoc_resp()
|
H A D | wpa_i.h | 275 const u8 *ies, size_t ies_len) in wpa_sm_update_ft_ies() 284 const u8 *ies, size_t ies_len) in wpa_sm_send_ft_action()
|
/dflybsd-src/contrib/wpa_supplicant/src/p2p/ |
H A 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() 2239 struct wpabuf *ies, in p2p_build_probe_resp_buf() 2324 struct wpabuf *ies; in p2p_reply_probe() local 2663 int p2p_scan_result_text(const u8 *ies, size_t ies_len, char *buf, char *end) in p2p_scan_result_text() 2850 int p2p_parse_dev_addr(const u8 *ies, size_t ies_len, u8 *dev_addr) in p2p_parse_dev_addr() 3467 struct os_reltime *rx_time, int level, const u8 *ies, in p2p_scan_res_handler() 3508 void p2p_scan_ie(struct p2p_data *p2p, struct wpabuf *ies, const u8 *dev_id, in p2p_scan_ie() [all …]
|
H A D | p2p_dev_disc.c | 313 struct wpabuf *ies; in p2p_process_go_disc_req() local
|
/dflybsd-src/contrib/wpa_supplicant/src/ap/ |
H A D | taxonomy.c | 85 static void ie_to_string(char *fstr, size_t fstr_len, const struct wpabuf *ies) in ie_to_string()
|
H A D | wpa_auth_ft.c | 1929 const u8 *ies, size_t ies_len, in wpa_ft_pull_pmk_r1() 2287 const u8 *ies, size_t ies_len) in wpa_ft_process_rdie() 2862 const u8 *ies, size_t ies_len, in wpa_ft_process_auth_req() 3070 u16 auth_transaction, const u8 *ies, size_t ies_len, in wpa_ft_process_auth() 3113 u16 wpa_ft_validate_reassoc(struct wpa_state_machine *sm, const u8 *ies, in wpa_ft_validate_reassoc() 3329 const u8 *ies; in wpa_ft_action_rx() local 3404 const u8 *ies, size_t ies_len) in wpa_ft_rrb_rx_request_cb()
|
H A D | ieee802_11.c | 302 const u8 *ies, size_t ies_len, const char *dbg) in send_auth_reply() 346 const u8 *ies, size_t ies_len) in handle_auth_ft_finish() 2920 const u8 *ies, size_t ies_len, int reassoc) in check_assoc_ies() 3458 const u8 *ies, size_t ies_len, int rssi) in send_assoc_resp()
|
H A D | ieee802_11_shared.c | 233 const u8 *ies; in ieee802_11_sa_query_action() local
|
H A D | drv_callbacks.c | 1031 const u8 *ies, size_t ies_len) in hostapd_notify_auth_ft_finish()
|
/dflybsd-src/sys/netproto/802_11/wlan/ |
H A D | ieee80211_node.c | 938 ieee80211_ies_init(struct ieee80211_ies *ies, const uint8_t *data, int len) in ieee80211_ies_init() 971 ieee80211_ies_cleanup(struct ieee80211_ies *ies) in ieee80211_ies_cleanup() 983 ieee80211_ies_expand(struct ieee80211_ies *ies) in ieee80211_ies_expand()
|
/dflybsd-src/contrib/wpa_supplicant/src/drivers/ |
H A D | driver_nl80211_scan.c | 1243 int nl80211_set_default_scan_ies(void *priv, const u8 *ies, size_t ies_len) in nl80211_set_default_scan_ies()
|
/dflybsd-src/sys/netproto/802_11/ |
H A D | ieee80211_scan.h | 233 uint8_t *ies; /* all captured ies */ member
|