Lines Matching refs:eid
135 u8 * hostapd_eid_eht_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_eht_capab() argument
142 u8 *pos = eid, *length_pos; in hostapd_eid_eht_capab()
146 return eid; in hostapd_eid_eht_capab()
150 return eid; in hostapd_eid_eht_capab()
196 *length_pos = pos - (eid + 2); in hostapd_eid_eht_capab()
201 u8 * hostapd_eid_eht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_eht_operation() argument
205 u8 *pos = eid, seg0 = 0, seg1 = 0; in hostapd_eid_eht_operation()
212 return eid; in hostapd_eid_eht_operation()
275 return eid; in hostapd_eid_eht_operation()
443 u8 *eid, struct mld_info *mld_info, in hostapd_eid_eht_basic_ml_common() argument
448 u8 *pos = eid; in hostapd_eid_eht_basic_ml_common()
670 static u8 * hostapd_eid_eht_reconf_ml(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_eht_reconf_ml() argument
675 u8 *pos = eid; in hostapd_eid_eht_reconf_ml()
693 return eid; in hostapd_eid_eht_reconf_ml()
733 eid[1] = pos - eid - 2; in hostapd_eid_eht_reconf_ml()
735 wpa_hexdump(MSG_DEBUG, "MLD: Reconfiguration ML", eid, eid[1] + 2); in hostapd_eid_eht_reconf_ml()
738 return eid; in hostapd_eid_eht_reconf_ml()
786 u8 *eid, bool include_mld_id) in hostapd_eid_eht_ml_beacon() argument
788 eid = hostapd_eid_eht_basic_ml_common(hapd, eid, info, include_mld_id); in hostapd_eid_eht_ml_beacon()
789 return hostapd_eid_eht_reconf_ml(hapd, eid); in hostapd_eid_eht_ml_beacon()
795 u8 *eid) in hostapd_eid_eht_ml_assoc() argument
798 return eid; in hostapd_eid_eht_ml_assoc()
800 eid = hostapd_eid_eht_basic_ml_common(hapd, eid, &info->mld_info, in hostapd_eid_eht_ml_assoc()
803 return hostapd_eid_eht_reconf_ml(hapd, eid); in hostapd_eid_eht_ml_assoc()