/linux-4.1.27/drivers/ptp/ |
D | ptp_pch.c | 138 u8 station[STATION_ADDR_LEN]; member 661 if (strcmp(pch_param.station, "00:00:00:00:00:00") != 0) { in pch_probe() 662 if (pch_set_station_address(pch_param.station, pdev) != 0) { in pch_probe() 729 module_param_string(station, 730 pch_param.station, sizeof(pch_param.station), 0444); 731 MODULE_PARM_DESC(station,
|
/linux-4.1.27/Documentation/networking/mac80211_hwsim/ |
D | README | 30 point and a station) or large scale tests (multiple access points with 48 one to act as an access point and the other as a station that 62 # Run wpa_supplicant (station) for wlan1
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | debug.c | 424 struct il_station_entry *station; in il_dbgfs_stations_read() local 441 station = &il->stations[i]; in il_dbgfs_stations_read() 442 if (!station->used) in il_dbgfs_stations_read() 447 station->sta.sta.addr, in il_dbgfs_stations_read() 448 station->sta.station_flags_msk); in il_dbgfs_stations_read() 460 j, station->tid[j].seq_number, in il_dbgfs_stations_read() 461 station->tid[j].agg.txq_id, in il_dbgfs_stations_read() 462 station->tid[j].agg.frame_count, in il_dbgfs_stations_read() 463 station->tid[j].tfds_in_queue, in il_dbgfs_stations_read() 464 station->tid[j].agg.start_idx, in il_dbgfs_stations_read() [all …]
|
D | 3945.c | 748 struct il_station_entry *station; in il3945_sync_sta() local 754 station = &il->stations[sta_id]; in il3945_sync_sta() 756 station->sta.sta.modify_mask = STA_MODIFY_TX_RATE_MSK; in il3945_sync_sta() 757 station->sta.rate_n_flags = cpu_to_le16(tx_rate); in il3945_sync_sta() 758 station->sta.mode = STA_CONTROL_MODIFY_MSK; in il3945_sync_sta() 759 il_send_add_sta(il, &station->sta, CMD_ASYNC); in il3945_sync_sta()
|
D | common.c | 1941 struct il_station_entry *station; in il_prep_station() local 1988 station = &il->stations[sta_id]; in il_prep_station() 1989 station->used = IL_STA_DRIVER_ACTIVE; in il_prep_station() 1994 memset(&station->sta, 0, sizeof(struct il_addsta_cmd)); in il_prep_station() 1995 memcpy(station->sta.sta.addr, addr, ETH_ALEN); in il_prep_station() 1996 station->sta.mode = 0; in il_prep_station() 1997 station->sta.sta.sta_id = sta_id; in il_prep_station() 1998 station->sta.station_flags = 0; in il_prep_station() 2010 station->sta.rate_n_flags = cpu_to_le16(rate | RATE_MCS_ANT_AB_MSK); in il_prep_station()
|
/linux-4.1.27/include/uapi/linux/ |
D | if_frad.h | 85 short station; member
|
D | sdla.h | 82 short station; member
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | sta.c | 288 struct iwl_station_entry *station; in iwl_prep_station() local 335 station = &priv->stations[sta_id]; in iwl_prep_station() 336 station->used = IWL_STA_DRIVER_ACTIVE; in iwl_prep_station() 342 memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd)); in iwl_prep_station() 343 memcpy(station->sta.sta.addr, addr, ETH_ALEN); in iwl_prep_station() 344 station->sta.mode = 0; in iwl_prep_station() 345 station->sta.sta.sta_id = sta_id; in iwl_prep_station() 346 station->sta.station_flags = ctx->station_flags; in iwl_prep_station() 347 station->ctxid = ctx->ctxid; in iwl_prep_station()
|
D | debugfs.c | 231 struct iwl_station_entry *station; in iwl_dbgfs_stations_read() local 247 station = &priv->stations[i]; in iwl_dbgfs_stations_read() 248 if (!station->used) in iwl_dbgfs_stations_read() 252 i, station->sta.sta.addr, in iwl_dbgfs_stations_read() 253 station->sta.station_flags_msk); in iwl_dbgfs_stations_read()
|
/linux-4.1.27/net/irda/ |
D | Kconfig | 64 when acting as a primary station. 72 the secondary station will not have to wait the max. turn around
|
/linux-4.1.27/drivers/net/wan/ |
D | sdla.c | 528 if (netif_running(slave) && (flp->config.station == FRAD_STATION_NODE)) in sdla_activate() 550 if (netif_running(slave) && (flp->config.station == FRAD_STATION_NODE)) in sdla_deactivate() 583 if (flp->config.station == FRAD_STATION_CPE) in sdla_assoc() 611 if (flp->config.station == FRAD_STATION_CPE) in sdla_deassoc() 960 if (flp->config.station == FRAD_STATION_NODE) in sdla_close() 1073 if (flp->config.station == FRAD_STATION_CPE) in sdla_open() 1120 if (data.config.station & ~FRAD_STATION_NODE) in sdla_config()
|
/linux-4.1.27/drivers/pnp/pnpbios/ |
D | Kconfig | 13 Some features (e.g. event notification, docking station information,
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | Kconfig | 42 tristate "Gigaset base station support"
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ControlNames.txt | 29 Dock (docking station)
|
D | HD-Audio-Models.txt | 32 lenovo-dock Enables docking station I/O for some Lenovos
|
/linux-4.1.27/net/wireless/ |
D | Kconfig | 99 bool "cfg80211 regulatory support for cellular base station hints" 104 claims support for parsing cellular base station hints the
|
/linux-4.1.27/net/atm/ |
D | Kconfig | 45 network. Besides operating as a normal ATM end station client, Linux
|
/linux-4.1.27/net/mac80211/ |
D | Kconfig | 160 bool "Verbose station debugging" 164 debugging messages for station addition/removal.
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | Kconfig | 29 option if you have a DELL laptop with the docking station, or
|
/linux-4.1.27/Documentation/networking/ |
D | README.ipw2100 | 217 When the radio is asleep, the access point sending data to the station 218 must buffer packets at the AP until the station wakes up and requests
|
D | 6pack.txt | 145 bad checksum', which is due to data loss if the other station sends two
|
D | vortex.txt | 162 do not honour PAUSE frames which are sent to the station MAC address.
|
D | arcnet-hardware.txt | 321 - the station address: Every ARCnet card has its own "unique" network 1054 The station address is binary-coded with SW1.
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 232 u8 station[20]; in hwtstamp_ioctl() local 261 strcpy(station, PTP_L4_MULTICAST_SA); in hwtstamp_ioctl() 262 pch_set_station_address(station, pdev); in hwtstamp_ioctl() 267 strcpy(station, PTP_L2_MULTICAST_SA); in hwtstamp_ioctl() 268 pch_set_station_address(station, pdev); in hwtstamp_ioctl()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | mwave | 117 # Linux Console in docking station
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 71 bool "Detailed station statistics"
|
/linux-4.1.27/Documentation/isdn/ |
D | README.gigaset | 133 forwarded to the base station. In this mode, the device accepts the 135 for setting the operation mode, associating with a base station and
|
D | INTERFACE | 577 remote-station has initiated establishment) 594 or caused by a remote-hangup or if the remote-station has actively
|
D | README | 460 will be rejected and after this the remote-station will be called. If
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | README | 228 This command is used to get the statistics available in the station.
|
/linux-4.1.27/drivers/input/serio/ |
D | Kconfig | 161 Say Y here if you have a Mobility Docking station with PS/2
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 905 staion||station
|
/linux-4.1.27/drivers/media/radio/ |
D | Kconfig | 474 the device is muted. There should be no local radio station at that
|
/linux-4.1.27/drivers/media/i2c/ |
D | Kconfig | 170 seeing radio station identification transmitted using this
|
/linux-4.1.27/Documentation/video4linux/ |
D | vivid.txt | 944 transmitter will be used as if it was a valid station. This also includes 1125 a station frequency
|
/linux-4.1.27/drivers/usb/serial/ |
D | Kconfig | 186 m500 or m505 through its USB docking station. See
|
/linux-4.1.27/drivers/platform/x86/ |
D | Kconfig | 180 It adds support for the panel buttons, docking station detection,
|