HE: Dynamically turn on TWT responder support
This allows us to dynamically turn on TWT responder support using an nl80211 attribute. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
0cb39f4fd5
commit
ab8c55358e
6 changed files with 34 additions and 0 deletions
|
@ -96,6 +96,8 @@ u16 set_sta_vht_opmode(struct hostapd_data *hapd, struct sta_info *sta,
|
|||
u16 copy_sta_he_capab(struct hostapd_data *hapd, struct sta_info *sta,
|
||||
enum ieee80211_op_mode opmode, const u8 *he_capab,
|
||||
size_t he_capab_len);
|
||||
int hostapd_get_he_twt_responder(struct hostapd_data *hapd,
|
||||
enum ieee80211_op_mode mode);
|
||||
void hostapd_tx_status(struct hostapd_data *hapd, const u8 *addr,
|
||||
const u8 *buf, size_t len, int ack);
|
||||
void hostapd_eapol_tx_status(struct hostapd_data *hapd, const u8 *dst,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue