hostapd: Make STA flags available through ctrl_iface STA command
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
aa03dbd517
commit
b76f4c2763
4 changed files with 48 additions and 22 deletions
|
@ -193,4 +193,6 @@ static inline int ap_sta_is_authorized(struct sta_info *sta)
|
|||
void ap_sta_deauth_cb(struct hostapd_data *hapd, struct sta_info *sta);
|
||||
void ap_sta_disassoc_cb(struct hostapd_data *hapd, struct sta_info *sta);
|
||||
|
||||
int ap_sta_flags_txt(u32 flags, char *buf, size_t buflen);
|
||||
|
||||
#endif /* STA_INFO_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue