Home
last modified time | relevance | path

Searched refs:station (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-platform-dock7 laptop is docked in a docking station.
22 (RO) Displays the docking station the laptop is docked to.
29 (RO) Show dock station flags, useful for checking if undock
38 (RO) Display the dock station type- dock_station, ata_bay or
/Linux-v4.19/drivers/ptp/
Dptp_pch.c138 u8 station[STATION_ADDR_LEN]; member
658 if (strcmp(pch_param.station, "00:00:00:00:00:00") != 0) { in pch_probe()
659 if (pch_set_station_address(pch_param.station, pdev) != 0) { in pch_probe()
726 module_param_string(station,
727 pch_param.station, sizeof(pch_param.station), 0444);
728 MODULE_PARM_DESC(station,
/Linux-v4.19/Documentation/networking/mac80211_hwsim/
DREADME30 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-v4.19/drivers/net/wireless/intel/iwlegacy/
Ddebug.c422 struct il_station_entry *station; in il_dbgfs_stations_read() local
439 station = &il->stations[i]; in il_dbgfs_stations_read()
440 if (!station->used) in il_dbgfs_stations_read()
445 station->sta.sta.addr, in il_dbgfs_stations_read()
446 station->sta.station_flags_msk); in il_dbgfs_stations_read()
458 j, station->tid[j].seq_number, in il_dbgfs_stations_read()
459 station->tid[j].agg.txq_id, in il_dbgfs_stations_read()
460 station->tid[j].agg.frame_count, in il_dbgfs_stations_read()
461 station->tid[j].tfds_in_queue, in il_dbgfs_stations_read()
462 station->tid[j].agg.start_idx, in il_dbgfs_stations_read()
[all …]
D3945.c748 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()
Dcommon.c1943 struct il_station_entry *station; in il_prep_station() local
1990 station = &il->stations[sta_id]; in il_prep_station()
1991 station->used = IL_STA_DRIVER_ACTIVE; in il_prep_station()
1996 memset(&station->sta, 0, sizeof(struct il_addsta_cmd)); in il_prep_station()
1997 memcpy(station->sta.sta.addr, addr, ETH_ALEN); in il_prep_station()
1998 station->sta.mode = 0; in il_prep_station()
1999 station->sta.sta.sta_id = sta_id; in il_prep_station()
2000 station->sta.station_flags = 0; in il_prep_station()
2012 station->sta.rate_n_flags = cpu_to_le16(rate | RATE_MCS_ANT_AB_MSK); in il_prep_station()
/Linux-v4.19/include/uapi/linux/
Dif_frad.h86 short station; member
Dsdla.h83 short station; member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dsta.c260 struct iwl_station_entry *station; in iwl_prep_station() local
307 station = &priv->stations[sta_id]; in iwl_prep_station()
308 station->used = IWL_STA_DRIVER_ACTIVE; in iwl_prep_station()
314 memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd)); in iwl_prep_station()
315 memcpy(station->sta.sta.addr, addr, ETH_ALEN); in iwl_prep_station()
316 station->sta.mode = 0; in iwl_prep_station()
317 station->sta.sta.sta_id = sta_id; in iwl_prep_station()
318 station->sta.station_flags = ctx->station_flags; in iwl_prep_station()
319 station->ctxid = ctx->ctxid; in iwl_prep_station()
Ddebugfs.c231 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-v4.19/drivers/net/wan/
Dsdla.c528 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()
957 if (flp->config.station == FRAD_STATION_NODE) in sdla_close()
1070 if (flp->config.station == FRAD_STATION_CPE) in sdla_open()
1117 if (data.config.station & ~FRAD_STATION_NODE) in sdla_config()
/Linux-v4.19/drivers/pnp/pnpbios/
DKconfig13 Some features (e.g. event notification, docking station information,
/Linux-v4.19/drivers/isdn/gigaset/
DKconfig42 tristate "Gigaset base station support"
/Linux-v4.19/Documentation/sound/designs/
Dcontrol-names.rst47 Dock on docking station
/Linux-v4.19/net/atm/
DKconfig45 network. Besides operating as a normal ATM end station client, Linux
/Linux-v4.19/net/wireless/
DKconfig124 bool "cfg80211 regulatory support for cellular base station hints"
129 claims support for parsing cellular base station hints the
/Linux-v4.19/net/mac80211/
DKconfig160 bool "Verbose station debugging"
164 debugging messages for station addition/removal.
/Linux-v4.19/Documentation/driver-api/80211/
Dmac80211.rst9 This part of the book only covers station and monitor mode
/Linux-v4.19/drivers/net/ethernet/smsc/
DKconfig27 option if you have a DELL laptop with the docking station, or
/Linux-v4.19/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c229 u8 station[20]; in hwtstamp_ioctl() local
258 strcpy(station, PTP_L4_MULTICAST_SA); in hwtstamp_ioctl()
259 pch_set_station_address(station, pdev); in hwtstamp_ioctl()
264 strcpy(station, PTP_L2_MULTICAST_SA); in hwtstamp_ioctl()
265 pch_set_station_address(station, pdev); in hwtstamp_ioctl()
/Linux-v4.19/Documentation/media/uapi/v4l/
Ddev-rds.rst10 format, for example the station name or travel information, on an
/Linux-v4.19/Documentation/networking/
DREADME.ipw2100217 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
D6pack.txt145 bad checksum', which is due to data loss if the other station sends two
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
DKconfig72 bool "Detailed station statistics"
/Linux-v4.19/Documentation/isdn/
DREADME.gigaset134 forwarded to the base station. In this mode, the device accepts the
136 for setting the operation mode, associating with a base station and

12