Lines Matching refs:current_len
7294 size_t *current_len) in hostapd_eid_nr_db_len() argument
7297 size_t total_len = 0, len = *current_len; in hostapd_eid_nr_db_len()
7318 *current_len = len; in hostapd_eid_nr_db_len()
7366 size_t *current_len, in hostapd_eid_rnr_iface_len() argument
7370 size_t total_len = 0, len = *current_len; in hostapd_eid_rnr_iface_len()
7451 *current_len = len; in hostapd_eid_rnr_iface_len()
7498 size_t *current_len) in hostapd_eid_rnr_colocation_len() argument
7516 current_len, NULL, false); in hostapd_eid_rnr_colocation_len()
7524 size_t *current_len) in hostapd_eid_rnr_mlo_len() argument
7546 current_len, NULL, true); in hostapd_eid_rnr_mlo_len()
7557 size_t total_len = 0, current_len = 0; in hostapd_eid_rnr_len() local
7563 total_len += hostapd_eid_nr_db_len(hapd, ¤t_len); in hostapd_eid_rnr_len()
7569 ¤t_len); in hostapd_eid_rnr_len()
7574 ¤t_len, in hostapd_eid_rnr_len()
7580 ¤t_len, in hostapd_eid_rnr_len()
7590 total_len += hostapd_eid_rnr_mlo_len(hapd, type, ¤t_len); in hostapd_eid_rnr_len()
7597 size_t *current_len) in hostapd_eid_nr_db() argument
7600 size_t len = *current_len; in hostapd_eid_nr_db()
7646 *current_len = len; in hostapd_eid_nr_db()
7750 u8 *eid, size_t *current_len, in hostapd_eid_rnr_iface() argument
7756 size_t len = *current_len; in hostapd_eid_rnr_iface()
7817 *current_len = len; in hostapd_eid_rnr_iface()
7823 size_t *current_len) in hostapd_eid_rnr_colocation() argument
7840 current_len, NULL, false); in hostapd_eid_rnr_colocation()
7848 u8 *eid, size_t *current_len) in hostapd_eid_rnr_mlo() argument
7869 current_len, NULL, true); in hostapd_eid_rnr_mlo()
7881 size_t current_len = 0; in hostapd_eid_rnr() local
7887 eid = hostapd_eid_nr_db(hapd, eid, ¤t_len); in hostapd_eid_rnr()
7892 ¤t_len); in hostapd_eid_rnr()
7897 ¤t_len, NULL, false); in hostapd_eid_rnr()
7902 ¤t_len, NULL, false); in hostapd_eid_rnr()
7913 eid = hostapd_eid_rnr_mlo(hapd, type, eid, ¤t_len); in hostapd_eid_rnr()