Home | History | Annotate | Download | only in ap

Lines Matching refs:sta

22 /* STA flags */
67 struct sta_info *next; /* next entry in sta list */
72 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */
210 u8 cell_capa; /* 0 = unknown (not an MBO STA); otherwise,
247 /* Number of seconds to keep STA entry with Authenticated flag after it has
250 /* Number of seconds to keep STA entry after it has been deauthenticated. */
257 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
260 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
262 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
263 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
264 void ap_sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta);
267 void ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta,
269 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta,
272 struct sta_info *sta);
274 struct sta_info *sta, int warning_time);
276 void ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta,
278 void ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta,
282 struct sta_info *sta, void *ctx);
284 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta);
285 int ap_sta_set_vlan(struct hostapd_data *hapd, struct sta_info *sta,
287 void ap_sta_start_sa_query(struct hostapd_data *hapd, struct sta_info *sta);
288 void ap_sta_stop_sa_query(struct hostapd_data *hapd, struct sta_info *sta);
289 int ap_check_sa_query_timeout(struct hostapd_data *hapd, struct sta_info *sta);
290 void ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta,
294 struct sta_info *sta, int authorized);
295 static inline int ap_sta_is_authorized(struct sta_info *sta)
297 return sta->flags & WLAN_STA_AUTHORIZED;
300 void ap_sta_deauth_cb(struct hostapd_data *hapd, struct sta_info *sta);
301 void ap_sta_disassoc_cb(struct hostapd_data *hapd, struct sta_info *sta);
303 struct sta_info *sta);
307 struct sta_info *sta);
309 struct sta_info *sta);