Lines Matching refs:data_len

416 				       const u8 *data, size_t data_len,  in hostapd_wpa_auth_send_eapol()  argument
425 size_t hex_len = 2 * data_len + 1; in hostapd_wpa_auth_send_eapol()
430 wpa_snprintf_hex(hex, hex_len, data, data_len); in hostapd_wpa_auth_send_eapol()
442 return hostapd_drv_hapd_send_eapol(hapd, addr, data, data_len, in hostapd_wpa_auth_send_eapol()
501 size_t data_len; member
515 data->data_len); in hostapd_wpa_ft_rrb_rx_later()
527 size_t data_len; member
559 data = os_zalloc(sizeof(*data) + idata->data_len); in hostapd_wpa_auth_ft_iter()
564 os_memcpy(data + 1, idata->data, idata->data_len); in hostapd_wpa_auth_ft_iter()
565 data->data_len = idata->data_len; in hostapd_wpa_auth_ft_iter()
585 const u8 *data, size_t data_len) in hostapd_wpa_auth_send_ether() argument
593 size_t hex_len = 2 * data_len + 1; in hostapd_wpa_auth_send_ether()
598 wpa_snprintf_hex(hex, hex_len, data, data_len); in hostapd_wpa_auth_send_ether()
614 idata.data_len = data_len; in hostapd_wpa_auth_send_ether()
619 return data_len; in hostapd_wpa_auth_send_ether()
626 data, data_len); in hostapd_wpa_auth_send_ether()
630 buf = os_malloc(sizeof(*buf) + data_len); in hostapd_wpa_auth_send_ether()
636 os_memcpy(buf + 1, data, data_len); in hostapd_wpa_auth_send_ether()
638 sizeof(*buf) + data_len); in hostapd_wpa_auth_send_ether()
674 size_t data_len; member
692 data->data_len); in hostapd_oui_deliver_later()
704 size_t data_len; member
730 data = os_zalloc(sizeof(*data) + idata->data_len); in hostapd_wpa_auth_oui_iter()
736 os_memcpy(data + 1, idata->data, idata->data_len); in hostapd_wpa_auth_oui_iter()
737 data->data_len = idata->data_len; in hostapd_wpa_auth_oui_iter()
758 const u8 *data, size_t data_len) in hostapd_wpa_auth_send_oui() argument
773 idata.data_len = data_len; in hostapd_wpa_auth_send_oui()
779 return data_len; in hostapd_wpa_auth_send_oui()
787 return eth_p_oui_send(oui_ctx, hapd->own_addr, dst, data, data_len); in hostapd_wpa_auth_send_oui()
865 const u8 *data, size_t data_len) in hostapd_wpa_auth_send_ft_action() argument
877 m = os_zalloc(sizeof(*m) + data_len); in hostapd_wpa_auth_send_ft_action()
880 mlen = ((u8 *) &m->u - (u8 *) m) + data_len; in hostapd_wpa_auth_send_ft_action()
886 os_memcpy(&m->u, data, data_len); in hostapd_wpa_auth_send_ft_action()