Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:ies

54  * @ies: Association Response IEs or %NULL to clear FT parameters
55 * @ies_len: Length of ies buffer in octets
58 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len)
65 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0)
126 * wpa_ft_gen_req_ies - Generate FT (IEEE 802.11r) IEs for Auth/ReAssoc Request
128 * @len: Buffer for returning the length of the IEs
137 * Returns: Pointer to buffer with IEs or %NULL on failure
371 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len,
384 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len);
385 wpa_hexdump(MSG_DEBUG, "FT: RIC IEs", ric_ies, ric_ies_len);
403 wpa_printf(MSG_DEBUG, "FT: Reject FT IEs since FT is not "
408 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) {
409 wpa_printf(MSG_DEBUG, "FT: Failed to parse IEs");
669 int wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies,
678 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len);
681 wpa_printf(MSG_DEBUG, "FT: Reject FT IEs since FT is not "
686 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) {
687 wpa_printf(MSG_DEBUG, "FT: Failed to parse IEs");