Searched refs:iw (Results 1 – 8 of 8) sorted by relevance
32 The configurations can be done either using the 'iw' user space35 a) 'iw' utility commands37 Following are some useful iw commands:-39 iw dev mlan0 scan44 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 disconnect54 iw dev mlan0 ibss join <SSID> <freq in MHz> [fixed-freq] [fixed-bssid] [key 0:abcde]59 iw dev mlan0 ibss leave62 iw dev mlan0 link[all …]
1293 stats->iw.ipInReceives = ((u64) m.ipInReceive_hi << 32) + in iwch_get_mib()1295 stats->iw.ipInHdrErrors = ((u64) m.ipInHdrErrors_hi << 32) + in iwch_get_mib()1297 stats->iw.ipInAddrErrors = ((u64) m.ipInAddrErrors_hi << 32) + in iwch_get_mib()1299 stats->iw.ipInUnknownProtos = ((u64) m.ipInUnknownProtos_hi << 32) + in iwch_get_mib()1301 stats->iw.ipInDiscards = ((u64) m.ipInDiscards_hi << 32) + in iwch_get_mib()1303 stats->iw.ipInDelivers = ((u64) m.ipInDelivers_hi << 32) + in iwch_get_mib()1305 stats->iw.ipOutRequests = ((u64) m.ipOutRequests_hi << 32) + in iwch_get_mib()1307 stats->iw.ipOutDiscards = ((u64) m.ipOutDiscards_hi << 32) + in iwch_get_mib()1309 stats->iw.ipOutNoRoutes = ((u64) m.ipOutNoRoutes_hi << 32) + in iwch_get_mib()1311 stats->iw.ipReasmTimeout = (u64) m.ipReasmTimeout; in iwch_get_mib()[all …]
10 iw.o iw_cm.o iw_recv.o iw_ring.o iw_send.o iw_stats.o \
448 stats->iw.tcpInSegs = v4.tcpInSegs + v6.tcpInSegs; in c4iw_get_mib()449 stats->iw.tcpOutSegs = v4.tcpOutSegs + v6.tcpOutSegs; in c4iw_get_mib()450 stats->iw.tcpRetransSegs = v4.tcpRetransSegs + v6.tcpRetransSegs; in c4iw_get_mib()451 stats->iw.tcpOutRsts = v4.tcpOutRsts + v6.tcpOutSegs; in c4iw_get_mib()
137 struct iw_cm_id *iw; member750 if (!id_priv->cm_id.iw) { in rdma_init_qp_attr()754 ret = iw_cm_init_qp_attr(id_priv->cm_id.iw, qp_attr, in rdma_init_qp_attr()1063 if (id_priv->cm_id.iw) in rdma_destroy_id()1064 iw_destroy_cm_id(id_priv->cm_id.iw); in rdma_destroy_id()1474 id_priv->cm_id.iw = NULL; in cma_iw_handler()1526 conn_id->cm_id.iw = cm_id; in iw_conn_req_handler()1555 conn_id->cm_id.iw = NULL; in iw_conn_req_handler()1613 id_priv->cm_id.iw = id; in cma_iw_listen()1615 memcpy(&id_priv->cm_id.iw->local_addr, cma_src_addr(id_priv), in cma_iw_listen()[all …]
48 Users can use iw:50 http://wireless.kernel.org/en/users/Documentation/iw55 iw reg set CR
1756 int dat, ix, iy, iw; in intelfbhw_do_drawglyph() local1816 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()
346 struct iw_protocol_stats iw; member