Searched refs:ap_get_sta (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_ap.c | 55 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta); 503 sta = ap_get_sta(ap, mac); in ap_control_kick_mac() 714 sta = ap_get_sta(ap, hdr->addr1); in hostap_ap_tx_cb_auth() 778 sta = ap_get_sta(ap, hdr->addr1); in hostap_ap_tx_cb_assoc() 823 sta = ap_get_sta(ap, hdr->addr1); in hostap_ap_tx_cb_poll() 955 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta) in ap_get_sta() function 1135 sta = ap_get_sta(ap, entry->addr); in handle_add_proc_queue() 1372 sta = ap_get_sta(local->ap, hdr->addr2); in handle_authen() 1582 sta = ap_get_sta(local->ap, hdr->addr2); in handle_assoc() 1793 sta = ap_get_sta(local->ap, hdr->addr2); in handle_deauth() [all …]
|