Lines Matching refs:iface

64 	struct hostap_interface *iface;  in hostap_data_start_xmit()  local
77 iface = netdev_priv(dev); in hostap_data_start_xmit()
78 local = iface->local; in hostap_data_start_xmit()
180 else if (iface->type == HOSTAP_INTERFACE_WDS) in hostap_data_start_xmit()
181 memcpy(&hdr.addr1, iface->u.wds.remote_addr, in hostap_data_start_xmit()
217 iface->stats.tx_dropped++; in hostap_data_start_xmit()
223 iface->stats.tx_dropped++; in hostap_data_start_xmit()
231 iface->stats.tx_dropped++; in hostap_data_start_xmit()
237 iface->stats.tx_dropped++; in hostap_data_start_xmit()
249 iface->stats.tx_packets++; in hostap_data_start_xmit()
250 iface->stats.tx_bytes += skb->len; in hostap_data_start_xmit()
259 meta->iface = iface; in hostap_data_start_xmit()
272 struct hostap_interface *iface; in hostap_mgmt_start_xmit() local
278 iface = netdev_priv(dev); in hostap_mgmt_start_xmit()
279 local = iface->local; in hostap_mgmt_start_xmit()
288 iface->stats.tx_packets++; in hostap_mgmt_start_xmit()
289 iface->stats.tx_bytes += skb->len; in hostap_mgmt_start_xmit()
294 meta->iface = iface; in hostap_mgmt_start_xmit()
318 struct hostap_interface *iface; in hostap_tx_encrypt() local
323 iface = netdev_priv(skb->dev); in hostap_tx_encrypt()
324 local = iface->local; in hostap_tx_encrypt()
385 struct hostap_interface *iface; in hostap_master_start_xmit() local
395 iface = netdev_priv(dev); in hostap_master_start_xmit()
396 local = iface->local; in hostap_master_start_xmit()
407 iface->stats.tx_dropped++; in hostap_master_start_xmit()
425 iface->stats.tx_dropped++; in hostap_master_start_xmit()
452 iface->stats.tx_dropped++; in hostap_master_start_xmit()
458 iface->stats.tx_dropped++; in hostap_master_start_xmit()
510 iface->stats.tx_dropped++; in hostap_master_start_xmit()
530 iface->stats.tx_dropped++; in hostap_master_start_xmit()
537 iface->stats.tx_dropped++; in hostap_master_start_xmit()
540 iface->stats.tx_packets++; in hostap_master_start_xmit()
541 iface->stats.tx_bytes += skb->len; in hostap_master_start_xmit()