Home | History | Annotate | Download | only in ap

Lines Matching defs:sta

90 	u8 sa[ETH_ALEN]; /* STA addr */
239 * iapp_new_station - IAPP processing for a new STA
241 * @sta: The associated station
243 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta)
251 assoc = sta->last_assoc_req;
255 hostapd_logger(iapp->hapd, sta->addr, HOSTAPD_MODULE_IAPP,
257 iapp_send_layer2_update(iapp, sta->addr);
258 iapp_send_add(iapp, sta->addr, seq);
276 struct sta_info *sta;
284 sta = ap_get_sta(iapp->hapd, add->mac_addr);
292 sta ? "" : " (STA not found)");
294 if (!sta)
303 "Removing STA due to IAPP ADD-notify");
304 ap_sta_disconnect(iapp->hapd, sta, NULL, 0);