• Home
  • Raw
  • Download

Lines Matching refs:iface

62 	struct hostap_interface *iface;  in hostap_data_start_xmit()  local
75 iface = netdev_priv(dev); in hostap_data_start_xmit()
76 local = iface->local; in hostap_data_start_xmit()
179 else if (iface->type == HOSTAP_INTERFACE_WDS) in hostap_data_start_xmit()
180 memcpy(&hdr.addr1, iface->u.wds.remote_addr, in hostap_data_start_xmit()
216 iface->stats.tx_dropped++; in hostap_data_start_xmit()
222 iface->stats.tx_dropped++; in hostap_data_start_xmit()
230 iface->stats.tx_dropped++; in hostap_data_start_xmit()
236 iface->stats.tx_dropped++; in hostap_data_start_xmit()
248 iface->stats.tx_packets++; in hostap_data_start_xmit()
249 iface->stats.tx_bytes += skb->len; in hostap_data_start_xmit()
258 meta->iface = iface; in hostap_data_start_xmit()
271 struct hostap_interface *iface; in hostap_mgmt_start_xmit() local
277 iface = netdev_priv(dev); in hostap_mgmt_start_xmit()
278 local = iface->local; in hostap_mgmt_start_xmit()
287 iface->stats.tx_packets++; in hostap_mgmt_start_xmit()
288 iface->stats.tx_bytes += skb->len; in hostap_mgmt_start_xmit()
293 meta->iface = iface; in hostap_mgmt_start_xmit()
317 struct hostap_interface *iface; in hostap_tx_encrypt() local
322 iface = netdev_priv(skb->dev); in hostap_tx_encrypt()
323 local = iface->local; in hostap_tx_encrypt()
384 struct hostap_interface *iface; in hostap_master_start_xmit() local
394 iface = netdev_priv(dev); in hostap_master_start_xmit()
395 local = iface->local; in hostap_master_start_xmit()
406 iface->stats.tx_dropped++; in hostap_master_start_xmit()
424 iface->stats.tx_dropped++; in hostap_master_start_xmit()
451 iface->stats.tx_dropped++; in hostap_master_start_xmit()
457 iface->stats.tx_dropped++; in hostap_master_start_xmit()
509 iface->stats.tx_dropped++; in hostap_master_start_xmit()
529 iface->stats.tx_dropped++; in hostap_master_start_xmit()
536 iface->stats.tx_dropped++; in hostap_master_start_xmit()
539 iface->stats.tx_packets++; in hostap_master_start_xmit()
540 iface->stats.tx_bytes += skb->len; in hostap_master_start_xmit()