/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | tdls.c | 755 int ielen; in wpa_tdls_send_teardown() local 784 ielen = 0; in wpa_tdls_send_teardown() 787 ielen += sizeof(*ftie); in wpa_tdls_send_teardown() 790 ielen += 170; in wpa_tdls_send_teardown() 794 rbuf = os_zalloc(ielen + 1); in wpa_tdls_send_teardown() 941 int ielen; in wpa_tdls_recv_teardown() local 964 ielen = len - (pos - buf); /* start of IE in buf */ in wpa_tdls_recv_teardown() 971 if (wpa_supplicant_parse_ies((const u8 *) pos, ielen, &kde) < 0) in wpa_tdls_recv_teardown() 1804 u16 ielen; in wpa_tdls_process_tpk_m1() local 1864 ielen = len - (cpos - buf); /* start of IE in buf */ in wpa_tdls_process_tpk_m1() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_11_ht.c | 318 u8 ielen = data[1]; in hostapd_2040_coex_action() local 320 if (ielen > start + len - data - 2) { in hostapd_2040_coex_action() 332 for (i = 0; i < ielen - 1; i++) { in hostapd_2040_coex_action() 347 data += 2 + ielen; in hostapd_2040_coex_action()
|
D | drv_callbacks.c | 113 size_t ielen; in hostapd_notif_assoc() local 155 ielen = elems.wps_ie_len + 2; in hostapd_notif_assoc() 159 ielen = elems.rsn_ie_len + 2; in hostapd_notif_assoc() 163 ielen = elems.wpa_ie_len + 2; in hostapd_notif_assoc() 168 ielen = elems.osen_len + 2; in hostapd_notif_assoc() 173 ielen = 0; in hostapd_notif_assoc() 277 if (ie == NULL || ielen == 0) { in hostapd_notif_assoc() 298 wps = ieee802_11_vendor_ie_concat(ie, ielen, in hostapd_notif_assoc() 323 ie, ielen, in hostapd_notif_assoc() 330 wpa_hexdump(MSG_DEBUG, "IE", ie, ielen); in hostapd_notif_assoc()
|
D | beacon.c | 293 size_t ielen; in hostapd_eid_wpa() local 295 ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ielen); in hostapd_eid_wpa() 296 if (ie == NULL || ielen > len) in hostapd_eid_wpa() 299 os_memcpy(eid, ie, ielen); in hostapd_eid_wpa() 300 return eid + ielen; in hostapd_eid_wpa()
|
D | hostapd.h | 626 const u8 *ie, size_t ielen, int reassoc);
|
D | ap_drv_ops.c | 964 u16 reason_code, const u8 *ie, size_t ielen) in hostapd_drv_update_dh_ie() argument 969 ie, ielen); in hostapd_drv_update_dh_ie()
|
D | ap_drv_ops.h | 134 u16 reason_code, const u8 *ie, size_t ielen);
|
D | ieee802_11.c | 1678 size_t ielen; in prepare_auth_resp_fils() local 1690 ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ielen); in prepare_auth_resp_fils() 1698 ie_buf = os_malloc(ielen + 2 + 2 + PMKID_LEN); in prepare_auth_resp_fils() 1704 os_memcpy(ie_buf, ie, ielen); in prepare_auth_resp_fils() 1705 if (wpa_insert_pmkid(ie_buf, &ielen, pmksa->pmkid) < 0) { in prepare_auth_resp_fils() 1729 data = wpabuf_alloc(1000 + ielen + (pub ? wpabuf_len(pub) : 0)); in prepare_auth_resp_fils() 1747 wpabuf_put_data(data, ie, ielen); in prepare_auth_resp_fils()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 663 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 | 2021 size_t ielen; in prepare_auth_resp_fils() local 2033 ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ielen); in prepare_auth_resp_fils() 2041 ie_buf = os_malloc(ielen + 2 + 2 + PMKID_LEN); in prepare_auth_resp_fils() 2047 os_memcpy(ie_buf, ie, ielen); in prepare_auth_resp_fils() 2048 if (wpa_insert_pmkid(ie_buf, &ielen, pmksa->pmkid) < 0) { in prepare_auth_resp_fils() 2072 data = wpabuf_alloc(1000 + ielen + (pub ? wpabuf_len(pub) : 0)); in prepare_auth_resp_fils() 2090 wpabuf_put_data(data, ie, ielen); in prepare_auth_resp_fils()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_atheros.c | 867 int ielen; in atheros_raw_receive() local 919 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in atheros_raw_receive() 921 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 0); in atheros_raw_receive() 926 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in atheros_raw_receive() 928 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 1); in atheros_raw_receive() 1179 int ielen = 0; in atheros_new_sta() local 1217 ielen = iebuf[1]; in atheros_new_sta() 1223 ielen = ie.wps_ie[1]; in atheros_new_sta() 1227 if (ielen == 0) in atheros_new_sta() 1230 ielen += 2; in atheros_new_sta() [all …]
|
D | driver_bsd.c | 550 int ielen = 0; in bsd_new_sta() local 564 ielen = ie.wpa_ie[1]; in bsd_new_sta() 565 if (ielen == 0) in bsd_new_sta() 568 ielen += 2; in bsd_new_sta() 571 drv_event_assoc(ctx, addr, iebuf, ielen, 0); in bsd_new_sta()
|
D | driver.h | 5702 size_t ielen, int reassoc) in drv_event_assoc() argument 5708 event.assoc_info.req_ies_len = ielen; in drv_event_assoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_atheros.c | 863 int ielen; in atheros_raw_receive() local 915 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in atheros_raw_receive() 917 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 0); in atheros_raw_receive() 922 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in atheros_raw_receive() 924 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 1); in atheros_raw_receive() 1172 int ielen = 0; in atheros_new_sta() local 1210 ielen = iebuf[1]; in atheros_new_sta() 1216 ielen = ie.wps_ie[1]; in atheros_new_sta() 1220 if (ielen == 0) in atheros_new_sta() 1223 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 | 6081 size_t ielen, int reassoc) in drv_event_assoc() argument 6087 event.assoc_info.req_ies_len = ielen; in drv_event_assoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | mesh.c | 426 size_t ielen = 2; in wpa_supplicant_mesh_add_scan_ie() local 428 if (wpabuf_resize(extra_ie, ielen) == 0) { in wpa_supplicant_mesh_add_scan_ie()
|
D | scan.c | 584 size_t ielen = p2p_scan_ie_buf_len(wpa_s->global->p2p); in wpa_supplicant_extra_ies() local 585 if (wpabuf_resize(&extra_ie, ielen) == 0) in wpa_supplicant_extra_ies()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 656 size_t ielen = p2p_scan_ie_buf_len(wpa_s->global->p2p); in wpa_supplicant_extra_ies() local 657 if (wpabuf_resize(&extra_ie, ielen) == 0) in wpa_supplicant_extra_ies()
|