Searched refs:ap_get_sta (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
D | hostap_ap.c | 56 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta); 473 sta = ap_get_sta(ap, mac); in ap_control_kick_mac() 667 sta = ap_get_sta(ap, hdr->addr1); in hostap_ap_tx_cb_auth() 731 sta = ap_get_sta(ap, hdr->addr1); in hostap_ap_tx_cb_assoc() 776 sta = ap_get_sta(ap, hdr->addr1); in hostap_ap_tx_cb_poll() 909 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta) in ap_get_sta() function 1076 sta = ap_get_sta(ap, entry->addr); in handle_add_proc_queue() 1310 sta = ap_get_sta(local->ap, hdr->addr2); in handle_authen() 1520 sta = ap_get_sta(local->ap, hdr->addr2); in handle_assoc() 1731 sta = ap_get_sta(local->ap, hdr->addr2); in handle_deauth() [all …]
|