/hostap-3.6.0/src/ap/ |
D | ieee802_11_ht.c | 296 u8 ielen = data[1]; in hostapd_2040_coex_action() local 298 if (ielen > start + len - data - 2) { in hostapd_2040_coex_action() 310 for (i = 0; i < ielen - 1; i++) { in hostapd_2040_coex_action() 325 data += 2 + ielen; in hostapd_2040_coex_action()
|
D | drv_callbacks.c | 142 size_t ielen; in hostapd_notif_assoc() local 182 ielen = elems.wps_ie_len + 2; in hostapd_notif_assoc() 186 ielen = elems.rsn_ie_len + 2; in hostapd_notif_assoc() 190 ielen = elems.wpa_ie_len + 2; in hostapd_notif_assoc() 195 ielen = elems.osen_len + 2; in hostapd_notif_assoc() 200 ielen = 0; in hostapd_notif_assoc() 302 if (ie == NULL || ielen == 0) { in hostapd_notif_assoc() 334 wps = ieee802_11_vendor_ie_concat(ie, ielen, in hostapd_notif_assoc() 359 ie, ielen, in hostapd_notif_assoc() 424 wpa_hexdump(MSG_DEBUG, "IE", ie, ielen); in hostapd_notif_assoc()
|
D | hostapd.h | 665 const u8 *ie, size_t ielen, int reassoc);
|
D | ap_drv_ops.c | 985 u16 reason_code, const u8 *ie, size_t ielen) in hostapd_drv_update_dh_ie() argument 990 ie, ielen); in hostapd_drv_update_dh_ie()
|
D | ap_drv_ops.h | 136 u16 reason_code, const u8 *ie, size_t ielen);
|
D | ieee802_11.c | 2031 size_t ielen; in prepare_auth_resp_fils() local 2043 ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ielen); in prepare_auth_resp_fils() 2051 ie_buf = os_malloc(ielen + 2 + 2 + PMKID_LEN); in prepare_auth_resp_fils() 2057 os_memcpy(ie_buf, ie, ielen); in prepare_auth_resp_fils() 2058 if (wpa_insert_pmkid(ie_buf, &ielen, pmksa->pmkid) < 0) { in prepare_auth_resp_fils() 2082 data = wpabuf_alloc(1000 + ielen + (pub ? wpabuf_len(pub) : 0)); in prepare_auth_resp_fils() 2100 wpabuf_put_data(data, ie, ielen); in prepare_auth_resp_fils()
|
D | wpa_auth_ft.c | 814 u8 *pos = buf, *ielen; in wpa_write_ftie() local 823 ielen = pos++; in wpa_write_ftie() 865 *ielen = pos - buf - 2; in wpa_write_ftie()
|
/hostap-3.6.0/src/rsn_supp/ |
D | tdls.c | 763 int ielen; in wpa_tdls_send_teardown() local 792 ielen = 0; in wpa_tdls_send_teardown() 795 ielen += sizeof(*ftie); in wpa_tdls_send_teardown() 798 ielen += 170; in wpa_tdls_send_teardown() 802 rbuf = os_zalloc(ielen + 1); in wpa_tdls_send_teardown() 949 int ielen; in wpa_tdls_recv_teardown() local 972 ielen = len - (pos - buf); /* start of IE in buf */ in wpa_tdls_recv_teardown() 979 if (wpa_supplicant_parse_ies((const u8 *) pos, ielen, &kde) < 0) in wpa_tdls_recv_teardown() 1867 u16 ielen; in wpa_tdls_process_tpk_m1() local 1927 ielen = len - (cpos - buf); /* start of IE in buf */ in wpa_tdls_process_tpk_m1() [all …]
|
/hostap-3.6.0/src/drivers/ |
D | driver_atheros.c | 862 int ielen; in atheros_raw_receive() local 914 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in atheros_raw_receive() 916 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 0); in atheros_raw_receive() 921 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in atheros_raw_receive() 923 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 1); in atheros_raw_receive() 1171 int ielen = 0; in atheros_new_sta() local 1209 ielen = iebuf[1]; in atheros_new_sta() 1215 ielen = ie.wps_ie[1]; in atheros_new_sta() 1219 if (ielen == 0) in atheros_new_sta() 1222 ielen += 2; in atheros_new_sta() [all …]
|
D | driver_bsd.c | 535 int ielen = 0; in bsd_new_sta() local 549 ielen = ie.wpa_ie[1]; in bsd_new_sta() 550 if (ielen == 0) in bsd_new_sta() 553 ielen += 2; in bsd_new_sta() 556 drv_event_assoc(ctx, addr, iebuf, ielen, 0); in bsd_new_sta()
|
D | driver.h | 6086 size_t ielen, int reassoc) in drv_event_assoc() argument 6092 event.assoc_info.req_ies_len = ielen; in drv_event_assoc()
|
/hostap-3.6.0/wpa_supplicant/ |
D | mesh.c | 602 size_t ielen = 2; in wpa_supplicant_mesh_add_scan_ie() local 604 if (wpabuf_resize(extra_ie, ielen) == 0) { in wpa_supplicant_mesh_add_scan_ie()
|
D | scan.c | 645 size_t ielen = p2p_scan_ie_buf_len(wpa_s->global->p2p); in wpa_supplicant_extra_ies() local 646 if (wpabuf_resize(&extra_ie, ielen) == 0) in wpa_supplicant_extra_ies()
|
D | p2p_supplicant.c | 416 size_t ielen; in wpas_p2p_scan() local 489 ielen = p2p_scan_ie_buf_len(wpa_s->global->p2p); in wpas_p2p_scan() 490 ies = wpabuf_alloc(wpabuf_len(wps_ie) + ielen); in wpas_p2p_scan() 5460 size_t ielen; in wpas_p2p_join_scan_req() local 5512 ielen = p2p_scan_ie_buf_len(wpa_s->global->p2p); in wpas_p2p_join_scan_req() 5513 ies = wpabuf_alloc(wpabuf_len(wps_ie) + ielen); in wpas_p2p_join_scan_req()
|