Home
last modified time | relevance | path

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

12

/Linux-v5.15/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-v5.15/drivers/ptp/
Dptp_pch.c129 u8 station[STATION_ADDR_LEN]; member
607 if (strcmp(pch_param.station, "00:00:00:00:00:00") != 0) { in pch_probe()
608 if (pch_set_station_address(pch_param.station, pdev) != 0) { in pch_probe()
677 module_param_string(station,
678 pch_param.station, sizeof(pch_param.station), 0444);
679 MODULE_PARM_DESC(station,
/Linux-v5.15/Documentation/networking/mac80211_hwsim/
Dmac80211_hwsim.rst39 point and a station) or large scale tests (multiple access points with
58 one to act as an access point and the other as a station that
74 # Run wpa_supplicant (station) for wlan1
/Linux-v5.15/drivers/net/wireless/intel/iwlegacy/
Ddebug.c393 struct il_station_entry *station; in il_dbgfs_stations_read() local
410 station = &il->stations[i]; in il_dbgfs_stations_read()
411 if (!station->used) in il_dbgfs_stations_read()
416 station->sta.sta.addr, in il_dbgfs_stations_read()
417 station->sta.station_flags_msk); in il_dbgfs_stations_read()
429 j, station->tid[j].seq_number, in il_dbgfs_stations_read()
430 station->tid[j].agg.txq_id, in il_dbgfs_stations_read()
431 station->tid[j].agg.frame_count, in il_dbgfs_stations_read()
432 station->tid[j].tfds_in_queue, in il_dbgfs_stations_read()
433 station->tid[j].agg.start_idx, in il_dbgfs_stations_read()
[all …]
D3945.c733 struct il_station_entry *station; in il3945_sync_sta() local
739 station = &il->stations[sta_id]; in il3945_sync_sta()
741 station->sta.sta.modify_mask = STA_MODIFY_TX_RATE_MSK; in il3945_sync_sta()
742 station->sta.rate_n_flags = cpu_to_le16(tx_rate); in il3945_sync_sta()
743 station->sta.mode = STA_CONTROL_MODIFY_MSK; in il3945_sync_sta()
744 il_send_add_sta(il, &station->sta, CMD_ASYNC); in il3945_sync_sta()
Dcommon.c1922 struct il_station_entry *station; in il_prep_station() local
1969 station = &il->stations[sta_id]; in il_prep_station()
1970 station->used = IL_STA_DRIVER_ACTIVE; in il_prep_station()
1975 memset(&station->sta, 0, sizeof(struct il_addsta_cmd)); in il_prep_station()
1976 memcpy(station->sta.sta.addr, addr, ETH_ALEN); in il_prep_station()
1977 station->sta.mode = 0; in il_prep_station()
1978 station->sta.sta.sta_id = sta_id; in il_prep_station()
1979 station->sta.station_flags = 0; in il_prep_station()
1991 station->sta.rate_n_flags = cpu_to_le16(rate | RATE_MCS_ANT_AB_MSK); in il_prep_station()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/dvm/
Dsta.c245 struct iwl_station_entry *station; in iwl_prep_station() local
292 station = &priv->stations[sta_id]; in iwl_prep_station()
293 station->used = IWL_STA_DRIVER_ACTIVE; in iwl_prep_station()
299 memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd)); in iwl_prep_station()
300 memcpy(station->sta.sta.addr, addr, ETH_ALEN); in iwl_prep_station()
301 station->sta.mode = 0; in iwl_prep_station()
302 station->sta.sta.sta_id = sta_id; in iwl_prep_station()
303 station->sta.station_flags = ctx->station_flags; in iwl_prep_station()
304 station->ctxid = ctx->ctxid; in iwl_prep_station()
Ddebugfs.c191 struct iwl_station_entry *station; in iwl_dbgfs_stations_read() local
207 station = &priv->stations[i]; in iwl_dbgfs_stations_read()
208 if (!station->used) in iwl_dbgfs_stations_read()
212 i, station->sta.sta.addr, in iwl_dbgfs_stations_read()
213 station->sta.station_flags_msk); in iwl_dbgfs_stations_read()
/Linux-v5.15/drivers/pnp/pnpbios/
DKconfig14 Some features (e.g. event notification, docking station information,
/Linux-v5.15/Documentation/sound/designs/
Dcontrol-names.rst47 Dock on docking station
/Linux-v5.15/Documentation/networking/device_drivers/fddi/
Ddefza.rst12 model 200 workstation. The board is a single attachment station and
/Linux-v5.15/net/atm/
DKconfig46 network. Besides operating as a normal ATM end station client, Linux
/Linux-v5.15/Documentation/driver-api/80211/
Dmac80211.rst9 This part of the book only covers station and monitor mode
/Linux-v5.15/net/wireless/
DKconfig126 bool "cfg80211 regulatory support for cellular base station hints"
131 claims support for parsing cellular base station hints the
/Linux-v5.15/net/mac80211/
DKconfig145 bool "Verbose station debugging"
149 debugging messages for station addition/removal.
/Linux-v5.15/drivers/net/ethernet/smsc/
DKconfig29 option if you have a DELL laptop with the docking station, or
/Linux-v5.15/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c208 u8 station[20]; in hwtstamp_ioctl() local
237 strcpy(station, PTP_L4_MULTICAST_SA); in hwtstamp_ioctl()
238 pch_set_station_address(station, pdev); in hwtstamp_ioctl()
243 strcpy(station, PTP_L2_MULTICAST_SA); in hwtstamp_ioctl()
244 pch_set_station_address(station, pdev); in hwtstamp_ioctl()
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Ddev-rds.rst11 format, for example the station name or travel information, on an
/Linux-v5.15/Documentation/networking/device_drivers/wifi/intel/
Dipw2100.rst243 When the radio is asleep, the access point sending data to the station
244 must buffer packets at the AP until the station wakes up and requests
/Linux-v5.15/drivers/net/wireless/ath/ath9k/
DKconfig71 bool "Detailed station statistics"
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
DREADME252 This command is used to get the statistics available in the station.
/Linux-v5.15/Documentation/networking/
D6pack.rst161 bad checksum', which is due to data loss if the other station sends two
Dgtp.rst18 tunneling User-IP payload between a mobile station (phone, modem)
/Linux-v5.15/drivers/input/serio/
DKconfig152 Say Y here if you have a Mobility Docking station with PS/2
/Linux-v5.15/arch/arm/boot/dts/
Dtegra20-acer-a500-picasso.dts25 serial0 = &uartd; /* Docking station */
412 /* Docking station */

12