| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/ptp/ |
| H A 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() 684 module_param_string(station, 685 pch_param.station, sizeof(pch_param.station), 0444); 686 MODULE_PARM_DESC(station,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/ |
| H A 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 …]
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/mac80211_hwsim/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A 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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/neteconet/ |
| H A D | ec.h | 27 unsigned char station; /* Station number. */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/neteconet/ |
| H A D | ec.h | 27 unsigned char station; /* Station number. */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | if_frad.h | 86 short station; member
|
| H A D | sdla.h | 83 short station; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | if_frad.h | 86 short station; member
|
| H A D | sdla.h | 83 short station; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_frad.h | 86 short station; member
|
| H A D | sdla.h | 83 short station; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | mapbox.qrc | 56 <file alias="fire-station">maki-4.0.0/fire-station.svg</file> 106 <file alias="ranger-station">maki-4.0.0/ranger-station.svg</file>
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | load_ap_sta.sh | 80 iw $ssv_phy interface add $ssv_wlan_2 type station
|
| /OK3568_Linux_fs/u-boot/board/freescale/bsc9132qds/ |
| H A D | README | 4 Microcell, Picocell, and Enterprise-Femto base station market subsegments. 10 external device except for an RF transceiver or, in a Micro base station
|
| /OK3568_Linux_fs/kernel/drivers/pnp/pnpbios/ |
| H A D | Kconfig | 14 Some features (e.g. event notification, docking station information,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/iptraf/ |
| H A D | iptraf-ng_1.2.1.bb | 7 and activity indicators, TCP/UDP traffic breakdowns, and LAN station \
|
| /OK3568_Linux_fs/buildroot/package/wpa_supplicant/ |
| H A D | 0001-AP-Silently-ignore-management-frame-from-unexpected-.patch | 16 connected station dropping its association.
|
| /OK3568_Linux_fs/buildroot/package/hostapd/ |
| H A D | 0001-AP-Silently-ignore-management-frame-from-unexpected-.patch | 16 connected station dropping its association.
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | Kconfig | 126 bool "cfg80211 regulatory support for cellular base station hints" 131 claims support for parsing cellular base station hints the
|
| /OK3568_Linux_fs/kernel/Documentation/sound/designs/ |
| H A D | control-names.rst | 47 Dock on docking station
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/fddi/ |
| H A D | defza.rst | 12 model 200 workstation. The board is a single attachment station and
|