EHT: Provide EHT capabilities in STA addition path
Add support for EHT capabilities in the addition of a new station entry to the driver. Signed-off-by: Aloka Dixit <quic_alokad@quicinc.com> Signed-off-by: Pradeep Kumar Chitrapu <quic_pradeepc@quicinc.com>
This commit is contained in:
parent
a6d1b4c46c
commit
f915d52dee
6 changed files with 36 additions and 1 deletions
|
@ -78,6 +78,10 @@ void hostapd_get_he_capab(struct hostapd_data *hapd,
|
|||
const struct ieee80211_he_capabilities *he_cap,
|
||||
struct ieee80211_he_capabilities *neg_he_cap,
|
||||
size_t he_capab_len);
|
||||
void hostapd_get_eht_capab(struct hostapd_data *hapd,
|
||||
const struct ieee80211_eht_capabilities *src,
|
||||
struct ieee80211_eht_capabilities *dest,
|
||||
size_t len);
|
||||
int hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta);
|
||||
u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta,
|
||||
const u8 *ht_capab);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue