Searched refs:omit_rsnxe (Results 1 - 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa_ft.c | 184 * @omit_rsnxe: Whether RSNXE is omitted from Reassociation Request frame 194 const u8 *ap_mdie, int omit_rsnxe) in wpa_ft_gen_req_ies() 405 if (omit_rsnxe) { in wpa_ft_gen_req_ies() 189 wpa_ft_gen_req_ies(struct wpa_sm *sm, size_t *len, const u8 *anonce, const u8 *pmk_name, const u8 *kck, size_t kck_len, const u8 *target_ap, const u8 *ric_ies, size_t ric_ies_len, const u8 *ap_mdie, int omit_rsnxe) wpa_ft_gen_req_ies() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.h | 460 int omit_rsnxe);
|
H A D | ieee802_11.c | 5046 int omit_rsnxe) in send_assoc_resp() 5117 omit_rsnxe); in send_assoc_resp() 5209 if (!omit_rsnxe) in send_assoc_resp() 5481 int omit_rsnxe = 0; in handle_assoc() local 5694 omit_rsnxe = !get_ie(pos, left, WLAN_EID_RSNX); in handle_assoc() 5849 pos, left, rssi, omit_rsnxe); in handle_assoc() 5043 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 status_code, int reassoc, const u8 *ies, size_t ies_len, int rssi, int omit_rsnxe) send_assoc_resp() argument
|
H A D | wpa_auth_ft.c | 2508 int omit_rsnxe) in wpa_sm_write_assoc_resp_ies() 2745 if (omit_rsnxe) { in wpa_sm_write_assoc_resp_ies() 2505 wpa_sm_write_assoc_resp_ies(struct wpa_state_machine *sm, u8 *pos, size_t max_len, int auth_alg, const u8 *req_ies, size_t req_ies_len, int omit_rsnxe) wpa_sm_write_assoc_resp_ies() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | sme.c | 594 int omit_rsnxe = 0; local 814 omit_rsnxe = !wpa_bss_get_ie(bss, WLAN_EID_RSNX); 924 !omit_rsnxe) {
|
Completed in 25 milliseconds