Searched refs:station (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_ec.h9 unsigned char station; /* Station number. */ member in struct:ec_addr
52 unsigned char station; member in struct:econet_sock
63 unsigned char station, net; /* Econet protocol address */ member in struct:ec_device
H A Dif_frad.h85 short station; member in struct:frad_conf
H A Dwanrouter.h220 char station; /* DTE/DCE, primary/secondary, etc. */ member in struct:wandev_conf
279 /* station options */
484 char station; /* DTE/DCE, primary/secondary, etc. */ member in struct:wan_device
H A Dsdla.h82 short station; member in struct:sdla_conf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/doc/html/images/hw/
H A DMakefile.am36 i-station-mini-dx_325x237.jpg \
H A DMakefile.in240 i-station-mini-dx_325x237.jpg \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/econet/
H A Daf_econet.c210 eo->station = sec->addr.station;
305 addr.station = saddr->addr.station;
435 udpdest.sin_addr.s_addr = htonl(network | addr.station);
522 sec->addr.station = eo->station;
680 edev->station = sec->addr.station;
694 sec->addr.station
774 ec_listening_socket(unsigned char port, unsigned char station, unsigned char net) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframetype.c410 {"TRSN", FRAME(text), PRESERVE, "Internet radio station name"},
420 {"TRSO", FRAME(text), PRESERVE, "Internet radio station owner"},
448 {"WORS", FRAME(url), PRESERVE, "Official Internet radio station homepage"},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframetype.c407 {"TRSN", FRAME(text), PRESERVE, "Internet radio station name"},
417 {"TRSO", FRAME(text), PRESERVE, "Internet radio station owner"},
445 {"WORS", FRAME(url), PRESERVE, "Official Internet radio station homepage"},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wanrouter/
H A Dwanproc.c131 seq_puts(m, "Device name |protocol|station|interface|"
141 (p->station ? "Node" : "CPE") :
143 (p->station ? "DCE" : "DTE") :
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-sta.c44 IWL_ERR(priv, "ACTIVATE a non DRIVER active station id %u addr %pM\n",
73 IWL_DEBUG_INFO(priv, "Processing response for adding station %u\n",
85 IWL_ERR(priv, "Adding station %d failed, no room in table.\n",
89 IWL_ERR(priv, "Adding station %d failed, no block ack resource.\n",
93 IWL_ERR(priv, "Attempting to modify non-existing station %d\n",
102 IWL_DEBUG_INFO(priv, "%s station id %u addr %pM\n",
107 IWL_DEBUG_INFO(priv, "%s station according to cmd buffer %pM\n",
217 * iwl_prep_station - Prepare station information for addition
225 struct iwl_station_entry *station; local
256 * station
[all...]
H A Diwl-debugfs.c295 struct iwl_station_entry *station; local
311 station = &priv->stations[i];
312 if (!station->used)
315 "station %d - addr: %pM, flags: %#x\n",
316 i, station->sta.sta.addr,
317 station->sta.station_flags_msk);
326 j, station->tid[j].seq_number,
327 station->tid[j].agg.txq_id,
328 station->tid[j].agg.frame_count,
329 station
[all...]
H A Diwl-3945.c786 struct iwl_station_entry *station; local
792 station = &priv->stations[sta_id];
794 station->sta.sta.modify_mask = STA_MODIFY_TX_RATE_MSK;
795 station->sta.rate_n_flags = cpu_to_le16(tx_rate);
796 station->sta.mode = STA_CONTROL_MODIFY_MSK;
797 iwl_send_add_sta(priv, &station->sta, CMD_ASYNC);
800 IWL_DEBUG_RATE(priv, "SCALE sync station %d to rate %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dsdla.c523 if (netif_running(slave) && (flp->config.station == FRAD_STATION_NODE))
545 if (netif_running(slave) && (flp->config.station == FRAD_STATION_NODE))
578 if (flp->config.station == FRAD_STATION_CPE)
606 if (flp->config.station == FRAD_STATION_CPE)
953 if (flp->config.station == FRAD_STATION_NODE)
1066 if (flp->config.station == FRAD_STATION_CPE)
1113 if (data.config.station & ~FRAD_STATION_NODE)
H A Dcycx_x25.c275 if (conf->station == WANOPT_DTE) {
332 card->wandev.station = conf->station;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_internal.h598 unsigned char station; member in struct:wvlan_lt_rsp
H A Dwl_main.c262 //extern memimage station; // STA firmware image to be downloaded
966 // hcf_status = dhf_download_fw( &lp->hcfCtx, &station );
978 DBG_TRACE( DbgInfo, "downloaded station F/W\n" );
2995 DBG_TRACE( DbgInfo, "Station : 0x%02x.\n", lt_rsp->ltRsp.ltRsp.station );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_spoolss.c459 const char *station, const char *username, POLICY_HND *pol)
469 access_required, station, username );
457 rpccli_spoolss_open_printer_ex(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *printername, const char *datatype, uint32 access_required, const char *station, const char *username, POLICY_HND *pol) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex283 --- change the station address of the interface.
316 --- change the station address of the interface \verb|dummy|.
466 The default format of the station address and the broadcast address
2776 It always advertises the station address of the interface
2777 on which it sends advertisements (i.e. it's own station address).

Completed in 159 milliseconds