Lines Matching refs:iface
65 struct hostap_interface *iface; in prism2_rx_80211() local
72 iface = netdev_priv(dev); in prism2_rx_80211()
73 local = iface->local; in prism2_rx_80211()
536 struct hostap_interface *iface = NULL; in prism2_rx_get_wds() local
541 iface = list_entry(ptr, struct hostap_interface, list); in prism2_rx_get_wds()
542 if (iface->type == HOSTAP_INTERFACE_WDS && in prism2_rx_get_wds()
543 memcmp(iface->u.wds.remote_addr, addr, ETH_ALEN) == 0) in prism2_rx_get_wds()
545 iface = NULL; in prism2_rx_get_wds()
549 return iface ? iface->dev : NULL; in prism2_rx_get_wds()
720 struct hostap_interface *iface; in hostap_80211_rx() local
738 iface = netdev_priv(dev); in hostap_80211_rx()
739 local = iface->local; in hostap_80211_rx()
740 iface->stats.rx_packets++; in hostap_80211_rx()
741 iface->stats.rx_bytes += skb->len; in hostap_80211_rx()
746 iface = netdev_priv(dev); in hostap_80211_rx()
764 if (iface->spy_data.spy_number > 0) { in hostap_80211_rx()