Lines Matching refs:eid
89 u8 * hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_he_capab() argument
95 u8 *pos = eid; in hostapd_eid_he_capab()
99 return eid; in hostapd_eid_he_capab()
172 u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_operation() argument
175 u8 *pos = eid; in hostapd_eid_he_operation()
180 return eid; in hostapd_eid_he_operation()
291 u8 * hostapd_eid_he_mu_edca_parameter_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_mu_edca_parameter_set() argument
303 return eid; /* no MU EDCA Parameters configured */ in hostapd_eid_he_mu_edca_parameter_set()
305 pos = eid; in hostapd_eid_he_mu_edca_parameter_set()
322 u8 * hostapd_eid_spatial_reuse(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_spatial_reuse() argument
325 u8 *pos = eid, *spr_param; in hostapd_eid_spatial_reuse()
329 return eid; in hostapd_eid_spatial_reuse()
369 u8 * hostapd_eid_he_6ghz_band_cap(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_6ghz_band_cap() argument
380 return eid; in hostapd_eid_he_6ghz_band_cap()
396 pos = eid; in hostapd_eid_he_6ghz_band_cap()
558 u8 * hostapd_eid_cca(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_cca() argument
561 return eid; in hostapd_eid_cca()
564 *eid++ = WLAN_EID_EXTENSION; in hostapd_eid_cca()
565 *eid++ = 3; in hostapd_eid_cca()
566 *eid++ = WLAN_EID_EXT_COLOR_CHANGE_ANNOUNCEMENT; in hostapd_eid_cca()
567 *eid++ = hapd->cca_count; /* Color Switch Countdown */ in hostapd_eid_cca()
568 *eid++ = hapd->cca_color; /* New BSS Color Information */ in hostapd_eid_cca()
570 return eid; in hostapd_eid_cca()