Searched refs:slice_len (Results 1 – 1 of 1) sorted by relevance
450 size_t len, slice_len; in hostapd_eid_eht_basic_ml_common() local609 slice_len = 255 - EHT_ML_STA_INFO_LEN; in hostapd_eid_eht_basic_ml_common()611 wpabuf_put_data(buf, ptr, slice_len); in hostapd_eid_eht_basic_ml_common()612 len -= slice_len; in hostapd_eid_eht_basic_ml_common()613 ptr += slice_len; in hostapd_eid_eht_basic_ml_common()617 slice_len = len; in hostapd_eid_eht_basic_ml_common()619 slice_len = 255; in hostapd_eid_eht_basic_ml_common()622 wpabuf_put_u8(buf, slice_len); in hostapd_eid_eht_basic_ml_common()623 wpabuf_put_data(buf, ptr, slice_len); in hostapd_eid_eht_basic_ml_common()625 len -= slice_len; in hostapd_eid_eht_basic_ml_common()[all …]