Searched defs:ap_get_sta (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/hostap/
H A Dhostap_ap.c55 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta);
503 sta = ap_get_sta(ap, mac);
714 sta = ap_get_sta(ap, hdr->addr1);
778 sta = ap_get_sta(ap, hdr->addr1);
823 sta = ap_get_sta(ap, hdr->addr1);
955 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta) function
1135 sta = ap_get_sta(ap, entry->addr);
1372 sta = ap_get_sta(local->ap, hdr->addr2);
1582 sta = ap_get_sta(local->ap, hdr->addr2);
1793 sta = ap_get_sta(loca
[all...]

Completed in 355 milliseconds