Lines Matching refs:current_len
7303 size_t *current_len) in hostapd_eid_nr_db_len() argument
7306 size_t total_len = 0, len = *current_len; in hostapd_eid_nr_db_len()
7327 *current_len = len; in hostapd_eid_nr_db_len()
7375 size_t *current_len, in hostapd_eid_rnr_iface_len() argument
7379 size_t total_len = 0, len = *current_len; in hostapd_eid_rnr_iface_len()
7460 *current_len = len; in hostapd_eid_rnr_iface_len()
7507 size_t *current_len) in hostapd_eid_rnr_colocation_len() argument
7525 current_len, NULL, false); in hostapd_eid_rnr_colocation_len()
7533 size_t *current_len) in hostapd_eid_rnr_mlo_len() argument
7555 current_len, NULL, true); in hostapd_eid_rnr_mlo_len()
7566 size_t total_len = 0, current_len = 0; in hostapd_eid_rnr_len() local
7572 total_len += hostapd_eid_nr_db_len(hapd, ¤t_len); in hostapd_eid_rnr_len()
7578 ¤t_len); in hostapd_eid_rnr_len()
7583 ¤t_len, in hostapd_eid_rnr_len()
7589 ¤t_len, in hostapd_eid_rnr_len()
7599 total_len += hostapd_eid_rnr_mlo_len(hapd, type, ¤t_len); in hostapd_eid_rnr_len()
7606 size_t *current_len) in hostapd_eid_nr_db() argument
7609 size_t len = *current_len; in hostapd_eid_nr_db()
7655 *current_len = len; in hostapd_eid_nr_db()
7759 u8 *eid, size_t *current_len, in hostapd_eid_rnr_iface() argument
7765 size_t len = *current_len; in hostapd_eid_rnr_iface()
7826 *current_len = len; in hostapd_eid_rnr_iface()
7832 size_t *current_len) in hostapd_eid_rnr_colocation() argument
7849 current_len, NULL, false); in hostapd_eid_rnr_colocation()
7857 u8 *eid, size_t *current_len) in hostapd_eid_rnr_mlo() argument
7878 current_len, NULL, true); in hostapd_eid_rnr_mlo()
7890 size_t current_len = 0; in hostapd_eid_rnr() local
7896 eid = hostapd_eid_nr_db(hapd, eid, ¤t_len); in hostapd_eid_rnr()
7901 ¤t_len); in hostapd_eid_rnr()
7906 ¤t_len, NULL, false); in hostapd_eid_rnr()
7911 ¤t_len, NULL, false); in hostapd_eid_rnr()
7922 eid = hostapd_eid_rnr_mlo(hapd, type, eid, ¤t_len); in hostapd_eid_rnr()