Lines Matching refs:ies_len
1965 const u8 *ies, size_t ies_len, in wpa_ft_pull_pmk_r1() argument
2065 ft_pending_req_ies = wpabuf_alloc_copy(ies, ies_len); in wpa_ft_pull_pmk_r1()
2429 const u8 *ies, size_t ies_len) in wpa_ft_process_rdie() argument
2437 ies, ies_len); in wpa_ft_process_rdie()
2452 if (ieee802_11_parse_elems((u8 *) ies, ies_len, &parse, 1) == in wpa_ft_process_rdie()
3169 const u8 *ies, size_t ies_len, in wpa_ft_process_auth_req() argument
3194 ies, ies_len); in wpa_ft_process_auth_req()
3196 if (wpa_ft_parse_ies(ies, ies_len, &parse, 0, false)) { in wpa_ft_process_auth_req()
3300 if (wpa_ft_pull_pmk_r1(sm, ies, ies_len, parse.rsn_pmkid) < 0) { in wpa_ft_process_auth_req()
3446 u16 auth_transaction, const u8 *ies, size_t ies_len, in wpa_ft_process_auth() argument
3449 const u8 *ies, size_t ies_len), in wpa_ft_process_auth() argument
3471 res = wpa_ft_process_auth_req(sm, ies, ies_len, &resp_ies, in wpa_ft_process_auth()
3490 size_t ies_len) in wpa_ft_validate_reassoc() argument
3507 wpa_hexdump(MSG_DEBUG, "FT: Reassoc Req IEs", ies, ies_len); in wpa_ft_validate_reassoc()
3509 if (wpa_ft_parse_ies(ies, ies_len, &parse, sm->wpa_key_mgmt, in wpa_ft_validate_reassoc()
3741 size_t ies_len; in wpa_ft_action_rx() local
3763 ies_len = len - 14; in wpa_ft_action_rx()
3788 wpa_hexdump(MSG_MSGDUMP, "FT: Action frame body", ies, ies_len); in wpa_ft_action_rx()
3815 const u8 *ies, size_t ies_len) in wpa_ft_rrb_rx_request_cb() argument
3821 WLAN_STATUS_SUCCESS, ies, ies_len); in wpa_ft_rrb_rx_request_cb()