Lines Matching refs:sta

94 		    int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
97 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
98 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
99 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
102 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta,
105 struct sta_info *sta);
107 void ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta,
109 void ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta,
113 struct sta_info *sta, void *ctx);
115 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta,
117 void ap_sta_start_sa_query(struct hostapd_data *hapd, struct sta_info *sta);
118 void ap_sta_stop_sa_query(struct hostapd_data *hapd, struct sta_info *sta);
119 int ap_check_sa_query_timeout(struct hostapd_data *hapd, struct sta_info *sta);
120 void ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta,
124 struct sta_info *sta, int authorized);
125 static inline int ap_sta_is_authorized(struct sta_info *sta) in ap_sta_is_authorized() argument
127 return sta->flags & WLAN_STA_AUTHORIZED; in ap_sta_is_authorized()
130 void ap_sta_deauth_cb(struct hostapd_data *hapd, struct sta_info *sta);
131 void ap_sta_disassoc_cb(struct hostapd_data *hapd, struct sta_info *sta);
133 struct sta_info *sta);
137 struct sta_info *sta);
139 struct sta_info *sta);
140 int ap_sta_re_add(struct hostapd_data *hapd, struct sta_info *sta);
142 void ap_free_sta_pasn(struct hostapd_data *hapd, struct sta_info *sta);