Home
last modified time | relevance | path

Searched refs:iw (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mwifiex/
DREADME32 The configurations can be done either using the 'iw' user space
35 a) 'iw' utility commands
37 Following are some useful iw commands:-
39 iw dev mlan0 scan
44 iw dev mlan0 connect -w <SSID> [<freq in MHz>] [<bssid>] [key 0:abcde d:1123456789a]
48 …Note: Every time before connecting to an AP scan command (iw dev mlan0 scan) should be used by use…
50 iw dev mlan0 disconnect
54 iw dev mlan0 ibss join <SSID> <freq in MHz> [fixed-freq] [fixed-bssid] [key 0:abcde]
59 iw dev mlan0 ibss leave
62 iw dev mlan0 link
[all …]
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_provider.c1326 stats->iw.ipInReceives = ((u64) m.ipInReceive_hi << 32) + in iwch_get_mib()
1328 stats->iw.ipInHdrErrors = ((u64) m.ipInHdrErrors_hi << 32) + in iwch_get_mib()
1330 stats->iw.ipInAddrErrors = ((u64) m.ipInAddrErrors_hi << 32) + in iwch_get_mib()
1332 stats->iw.ipInUnknownProtos = ((u64) m.ipInUnknownProtos_hi << 32) + in iwch_get_mib()
1334 stats->iw.ipInDiscards = ((u64) m.ipInDiscards_hi << 32) + in iwch_get_mib()
1336 stats->iw.ipInDelivers = ((u64) m.ipInDelivers_hi << 32) + in iwch_get_mib()
1338 stats->iw.ipOutRequests = ((u64) m.ipOutRequests_hi << 32) + in iwch_get_mib()
1340 stats->iw.ipOutDiscards = ((u64) m.ipOutDiscards_hi << 32) + in iwch_get_mib()
1342 stats->iw.ipOutNoRoutes = ((u64) m.ipOutNoRoutes_hi << 32) + in iwch_get_mib()
1344 stats->iw.ipReasmTimeout = (u64) m.ipReasmTimeout; in iwch_get_mib()
[all …]
/linux-4.4.14/net/rds/
DMakefile10 iw.o iw_cm.o iw_recv.o iw_ring.o iw_send.o iw_stats.o \
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dprovider.c456 stats->iw.tcpInSegs = v4.tcp_in_segs + v6.tcp_in_segs; in c4iw_get_mib()
457 stats->iw.tcpOutSegs = v4.tcp_out_segs + v6.tcp_out_segs; in c4iw_get_mib()
458 stats->iw.tcpRetransSegs = v4.tcp_retrans_segs + v6.tcp_retrans_segs; in c4iw_get_mib()
459 stats->iw.tcpOutRsts = v4.tcp_out_rsts + v6.tcp_out_rsts; in c4iw_get_mib()
/linux-4.4.14/Documentation/networking/
Dregulatory.txt48 Users can use iw:
50 http://wireless.kernel.org/en/users/Documentation/iw
55 iw reg set CR
/linux-4.4.14/drivers/infiniband/core/
Dcma.c219 struct iw_cm_id *iw; member
854 if (!id_priv->cm_id.iw) { in rdma_init_qp_attr()
858 ret = iw_cm_init_qp_attr(id_priv->cm_id.iw, qp_attr, in rdma_init_qp_attr()
1466 if (id_priv->cm_id.iw) in rdma_destroy_id()
1467 iw_destroy_cm_id(id_priv->cm_id.iw); in rdma_destroy_id()
1881 id_priv->cm_id.iw = NULL; in cma_iw_handler()
1934 conn_id->cm_id.iw = cm_id; in iw_conn_req_handler()
1963 conn_id->cm_id.iw = NULL; in iw_conn_req_handler()
2007 id_priv->cm_id.iw = id; in cma_iw_listen()
2009 memcpy(&id_priv->cm_id.iw->local_addr, cma_src_addr(id_priv), in cma_iw_listen()
[all …]
/linux-4.4.14/drivers/video/fbdev/intelfb/
Dintelfbhw.c1756 int dat, ix, iy, iw; in intelfbhw_do_drawglyph() local
1816 iw = ROUND_UP_TO(w, 8) / 8; in intelfbhw_do_drawglyph()
1821 if (ix != iw || i == 0) in intelfbhw_do_drawglyph()
1822 dat |= cdat[iy*iw + ix++] << (i+j*2)*8; in intelfbhw_do_drawglyph()
1824 if (ix == iw && iy != (h-1)) { in intelfbhw_do_drawglyph()
/linux-4.4.14/include/rdma/
Dib_verbs.h374 struct iw_protocol_stats iw; member