| /Linux-v5.10/Documentation/ABI/testing/ |
| D | sysfs-devices-platform-dock | 7 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.10/drivers/ptp/ |
| D | ptp_pch.c | 126 u8 station[STATION_ADDR_LEN]; member 614 if (strcmp(pch_param.station, "00:00:00:00:00:00") != 0) { in pch_probe() 615 if (pch_set_station_address(pch_param.station, pdev) != 0) { in pch_probe() 683 module_param_string(station, 684 pch_param.station, sizeof(pch_param.station), 0444); 685 MODULE_PARM_DESC(station,
|
| /Linux-v5.10/Documentation/networking/mac80211_hwsim/ |
| D | mac80211_hwsim.rst | 39 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.10/drivers/net/wireless/intel/iwlegacy/ |
| D | debug.c | 393 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 …]
|
| D | 3945.c | 733 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()
|
| D | common.c | 1924 struct il_station_entry *station; in il_prep_station() local 1971 station = &il->stations[sta_id]; in il_prep_station() 1972 station->used = IL_STA_DRIVER_ACTIVE; in il_prep_station() 1977 memset(&station->sta, 0, sizeof(struct il_addsta_cmd)); in il_prep_station() 1978 memcpy(station->sta.sta.addr, addr, ETH_ALEN); in il_prep_station() 1979 station->sta.mode = 0; in il_prep_station() 1980 station->sta.sta.sta_id = sta_id; in il_prep_station() 1981 station->sta.station_flags = 0; in il_prep_station() 1993 station->sta.rate_n_flags = cpu_to_le16(rate | RATE_MCS_ANT_AB_MSK); in il_prep_station()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | if_frad.h | 86 short station; member
|
| D | sdla.h | 83 short station; member
|
| /Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | sta.c | 245 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()
|
| D | debugfs.c | 191 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.10/drivers/net/wan/ |
| D | sdla.c | 525 if (netif_running(slave) && (flp->config.station == FRAD_STATION_NODE)) in sdla_activate() 547 if (netif_running(slave) && (flp->config.station == FRAD_STATION_NODE)) in sdla_deactivate() 580 if (flp->config.station == FRAD_STATION_CPE) in sdla_assoc() 608 if (flp->config.station == FRAD_STATION_CPE) in sdla_deassoc() 954 if (flp->config.station == FRAD_STATION_NODE) in sdla_close() 1067 if (flp->config.station == FRAD_STATION_CPE) in sdla_open() 1114 if (data.config.station & ~FRAD_STATION_NODE) in sdla_config()
|
| /Linux-v5.10/drivers/pnp/pnpbios/ |
| D | Kconfig | 14 Some features (e.g. event notification, docking station information,
|
| /Linux-v5.10/Documentation/networking/device_drivers/fddi/ |
| D | defza.rst | 12 model 200 workstation. The board is a single attachment station and
|
| /Linux-v5.10/Documentation/sound/designs/ |
| D | control-names.rst | 47 Dock on docking station
|
| /Linux-v5.10/Documentation/driver-api/80211/ |
| D | mac80211.rst | 9 This part of the book only covers station and monitor mode
|
| /Linux-v5.10/net/atm/ |
| D | Kconfig | 46 network. Besides operating as a normal ATM end station client, Linux
|
| /Linux-v5.10/net/wireless/ |
| D | Kconfig | 125 bool "cfg80211 regulatory support for cellular base station hints" 130 claims support for parsing cellular base station hints the
|
| /Linux-v5.10/net/mac80211/ |
| D | Kconfig | 145 bool "Verbose station debugging" 149 debugging messages for station addition/removal.
|
| /Linux-v5.10/drivers/net/ethernet/smsc/ |
| D | Kconfig | 28 option if you have a DELL laptop with the docking station, or
|
| /Linux-v5.10/drivers/net/ethernet/oki-semi/pch_gbe/ |
| D | pch_gbe_main.c | 215 u8 station[20]; in hwtstamp_ioctl() local 244 strcpy(station, PTP_L4_MULTICAST_SA); in hwtstamp_ioctl() 245 pch_set_station_address(station, pdev); in hwtstamp_ioctl() 250 strcpy(station, PTP_L2_MULTICAST_SA); in hwtstamp_ioctl() 251 pch_set_station_address(station, pdev); in hwtstamp_ioctl()
|
| /Linux-v5.10/Documentation/userspace-api/media/v4l/ |
| D | dev-rds.rst | 11 format, for example the station name or travel information, on an
|
| /Linux-v5.10/Documentation/networking/device_drivers/wifi/intel/ |
| D | ipw2100.rst | 243 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.10/drivers/net/wireless/ath/ath9k/ |
| D | Kconfig | 73 bool "Detailed station statistics"
|
| /Linux-v5.10/Documentation/networking/ |
| D | 6pack.rst | 161 bad checksum', which is due to data loss if the other station sends two
|
| /Linux-v5.10/drivers/net/wireless/marvell/mwifiex/ |
| D | README | 251 This command is used to get the statistics available in the station.
|