Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:ies

59  * @ies: Association Response IEs or %NULL to clear FT parameters
60 * @ies_len: Length of ies buffer in octets
63 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len)
70 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0)
131 * wpa_ft_gen_req_ies - Generate FT (IEEE 802.11r) IEs for Auth/ReAssoc Request
133 * @len: Buffer for returning the length of the IEs
141 * Returns: Pointer to buffer with IEs or %NULL on failure
372 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len,
385 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len);
386 wpa_hexdump(MSG_DEBUG, "FT: RIC IEs", ric_ies, ric_ies_len);
405 wpa_printf(MSG_DEBUG, "FT: Reject FT IEs since FT is not "
410 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) {
411 wpa_printf(MSG_DEBUG, "FT: Failed to parse IEs");
670 int wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies,
679 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len);
683 wpa_printf(MSG_DEBUG, "FT: Reject FT IEs since FT is not "
688 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) {
689 wpa_printf(MSG_DEBUG, "FT: Failed to parse IEs");