Searched refs:WLAN_EID_EXTENSION (Results 1 – 16 of 16) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11_he.c | 118 *pos++ = WLAN_EID_EXTENSION; in hostapd_eid_he_capab() 177 *pos++ = WLAN_EID_EXTENSION; in hostapd_eid_he_operation() 256 *pos++ = WLAN_EID_EXTENSION; in hostapd_eid_he_mu_edca_parameter_set() 289 *pos++ = WLAN_EID_EXTENSION; in hostapd_eid_spatial_reuse() 330 *pos++ = WLAN_EID_EXTENSION; in hostapd_eid_he_6ghz_band_cap()
|
D | fils_hlp.c | 294 wpabuf_put_u8(sta->fils_hlp_resp, WLAN_EID_EXTENSION); /* Element ID */ in fils_dhcp_handler() 605 if (pos[0] == WLAN_EID_EXTENSION && in fils_process_hlp() 620 pos[0] != WLAN_EID_EXTENSION || in fils_process_hlp()
|
D | ieee802_11.c | 726 wpabuf_put_u8(buf, WLAN_EID_EXTENSION); in auth_build_token_req() 1995 wpabuf_put_u8(data, WLAN_EID_EXTENSION); /* Element ID */ in prepare_auth_resp_fils() 2002 wpabuf_put_u8(data, WLAN_EID_EXTENSION); /* Element ID */ in prepare_auth_resp_fils() 2010 wpabuf_put_u8(data, WLAN_EID_EXTENSION); /* Element ID */ in prepare_auth_resp_fils() 3080 *owe_buf++ = WLAN_EID_EXTENSION; /* Element ID */ in owe_process_rsn_ie() 3843 *p++ = WLAN_EID_EXTENSION; /* Element ID */ in send_assoc_resp() 3945 *p++ = WLAN_EID_EXTENSION; /* Element ID */ in send_assoc_resp() 4017 *owe_buf++ = WLAN_EID_EXTENSION; /* Element ID */ in owe_assoc_req_process()
|
D | wnm_ap.c | 290 } else if (*pos == WLAN_EID_EXTENSION && ie_len >= 1 && in ieee802_11_rx_wnmsleep_req()
|
D | wpa_auth.c | 2448 if (ie[0] == WLAN_EID_EXTENSION && in wpa_fils_validate_fils_session() 2714 wpabuf_put_u8(plain, WLAN_EID_EXTENSION); /* Element ID */ in fils_prepare_plainbuf() 2728 wpabuf_put_u8(plain, WLAN_EID_EXTENSION); /* Element ID */ in fils_prepare_plainbuf() 2828 *pos++ = WLAN_EID_EXTENSION; /* Element ID */ in hostapd_eid_assoc_fils_session()
|
/external/wpa_supplicant_8/src/common/ |
D | ocv.c | 91 *pos++ = WLAN_EID_EXTENSION; in ocv_insert_extended_oci()
|
D | sae.c | 1668 wpabuf_put_u8(buf, WLAN_EID_EXTENSION); in sae_write_commit() 1679 wpabuf_put_u8(buf, WLAN_EID_EXTENSION); in sae_write_commit() 1687 wpabuf_put_u8(buf, WLAN_EID_EXTENSION); in sae_write_commit() 1745 pos[0] == WLAN_EID_EXTENSION && in sae_is_password_id_elem() 1755 pos[0] == WLAN_EID_EXTENSION && in sae_is_rejected_groups_elem() 1765 pos[0] == WLAN_EID_EXTENSION && in sae_is_token_container_elem()
|
D | ieee802_11_common.h | 273 if (element->id == WLAN_EID_EXTENSION && \
|
D | ieee802_11_common.c | 572 case WLAN_EID_EXTENSION: in ieee802_11_parse_elems() 590 if (id == WLAN_EID_EXTENSION && !elems->frag_ies.last_eid_ext) in ieee802_11_parse_elems() 2519 case WLAN_EID_EXTENSION: in ieee802_11_defrag()
|
D | ieee802_11_defs.h | 451 #define WLAN_EID_EXTENSION 255 macro
|
D | dpp_crypto.c | 2619 wpabuf_put_u8(pfs->ie, WLAN_EID_EXTENSION); in dpp_pfs_init()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 4015 wpabuf_put_u8(buf, WLAN_EID_EXTENSION); /* Element ID */ in fils_build_auth() 4022 wpabuf_put_u8(buf, WLAN_EID_EXTENSION); /* Element ID */ in fils_build_auth() 4031 wpabuf_put_u8(buf, WLAN_EID_EXTENSION); /* Element ID */ in fils_build_auth() 4497 wpabuf_put_u8(buf, WLAN_EID_EXTENSION); /* Element ID */ in fils_build_assoc_req() 4509 wpabuf_put_u8(buf, WLAN_EID_EXTENSION); /* Element ID */ in fils_build_assoc_req() 4520 wpabuf_put_u8(buf, WLAN_EID_EXTENSION); /* Element ID */ in fils_build_assoc_req() 4608 if (pos[0] == WLAN_EID_EXTENSION && in fils_process_hlp_container() 4623 pos[0] != WLAN_EID_EXTENSION || in fils_process_hlp_container() 4926 wpabuf_put_u8(ie, WLAN_EID_EXTENSION); in owe_build_assoc_req()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wnm_sta.c | 349 } else if (*pos == WLAN_EID_EXTENSION && ie_len >= 1 && in ieee802_11_rx_wnmsleep_resp()
|
D | scan.c | 500 wpabuf_put_u8(*ie, WLAN_EID_EXTENSION); in wpas_fils_req_param_add_max_channel()
|
D | sme.c | 1234 if (token_pos[0] != WLAN_EID_EXTENSION || in sme_sae_auth()
|
D | wpa_supplicant.c | 2667 *buf++ = WLAN_EID_EXTENSION; in wpas_add_fils_hlp_req()
|