/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
A D | sta.c | 256 if (!priv->stations[i].used && in iwl_prep_station() 287 station = &priv->stations[sta_id]; in iwl_prep_station() 389 if ((priv->stations[sta_id].used & in iwl_sta_ucode_deactivate() 490 kfree(priv->stations[sta_id].lq); in iwl_remove_station() 667 priv->stations[i].sta.mode = 0; in iwl_restore_stations() 678 if (priv->stations[i].lq) { in iwl_restore_stations() 694 priv->stations[i].used &= in iwl_restore_stations() 696 priv->stations[i].used &= in iwl_restore_stations() 744 kfree(priv->stations[i].lq); in iwl_dealloc_bcast_stations() 745 priv->stations[i].lq = NULL; in iwl_dealloc_bcast_stations() [all …]
|
A D | dev.h | 739 struct iwl_station_entry stations[IWLAGN_STATION_COUNT]; member
|
A D | tx.c | 749 addr = priv->stations[sta_id].sta.sta.addr; in iwlagn_check_ratid_empty() 750 ctx = priv->stations[sta_id].ctxid; in iwlagn_check_ratid_empty()
|
A D | main.c | 874 memset(priv->stations, 0, sizeof(priv->stations)); in iwl_clear_driver_stations()
|
A D | debugfs.c | 203 station = &priv->stations[i]; in iwl_dbgfs_stations_read() 627 DEBUGFS_READ_FILE_OPS(stations); 2324 DEBUGFS_ADD_FILE(stations, dir_data, 0400); in iwl_dbgfs_register()
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
A D | 4965-mac.c | 2579 if (il->stations[i].used && in il4965_find_station() 2929 agg = &il->stations[sta_id].tid[tid].agg; in il4965_hdl_compressed_ba() 3113 il->stations[sta_id].lq = link_cmd; in il4965_add_bssid_station() 3257 if ((il->stations[sta_id].sta.key. in il4965_set_wep_dynamic_key_info() 3305 if ((il->stations[sta_id].sta.key. in il4965_set_ccmp_dynamic_key_info() 3348 if ((il->stations[sta_id].sta.key. in il4965_set_tkip_dynamic_key_info() 3446 il->stations[sta_id].sta.key.key_flags = in il4965_remove_dynamic_key() 3536 il->stations[sta_id].lq = link_cmd; in il4965_alloc_bcast_station() 3562 if (il->stations[sta_id].lq) in il4965_update_bcast_station() 3563 kfree(il->stations[sta_id].lq); in il4965_update_bcast_station() [all …]
|
A D | common.c | 1939 if (!il->stations[i].used && in il_prep_station() 1969 station = &il->stations[sta_id]; in il_prep_station() 2069 if ((il->stations[sta_id]. in il_sta_ucode_deactivate() 2173 kfree(il->stations[sta_id].lq); in il_remove_station() 2174 il->stations[sta_id].lq = NULL; in il_remove_station() 2254 il->stations[i].sta.sta.addr); in il_restore_stations() 2255 il->stations[i].sta.mode = 0; in il_restore_stations() 2266 if (il->stations[i].lq) { in il_restore_stations() 2278 il->stations[i].used &= in il_restore_stations() 2330 kfree(il->stations[i].lq); in il_dealloc_bcast_stations() [all …]
|
A D | 3945-mac.c | 135 il->stations[sta_id].keyinfo.cipher = keyconf->cipher; in il3945_set_ccmp_dynamic_key_info() 136 il->stations[sta_id].keyinfo.keylen = keyconf->keylen; in il3945_set_ccmp_dynamic_key_info() 141 if ((il->stations[sta_id].sta.key. in il3945_set_ccmp_dynamic_key_info() 143 il->stations[sta_id].sta.key.key_offset = in il3945_set_ccmp_dynamic_key_info() 151 il->stations[sta_id].sta.key.key_flags = key_flags; in il3945_set_ccmp_dynamic_key_info() 153 il->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK; in il3945_set_ccmp_dynamic_key_info() 189 il->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK; in il3945_clear_sta_key_info() 190 memcpy(&sta_cmd, &il->stations[sta_id].sta, in il3945_clear_sta_key_info() 352 struct il_hw_key *keyinfo = &il->stations[sta_id].keyinfo; in il3945_build_tx_cmd_hwcrypto() 2335 il->stations[sta_id].used |= IL_STA_DRIVER_ACTIVE; in il3945_alloc_bcast_station() [all …]
|
A D | 3945-rs.c | 371 il->stations[sta_id].used &= ~IL_STA_UCODE_INPROGRESS; in il3945_rs_rate_init() 892 sta = ieee80211_find_sta(il->vif, il->stations[sta_id].sta.sta.addr); in il3945_rate_scale_init()
|
A D | debug.c | 410 station = &il->stations[i]; in il_dbgfs_stations_read() 804 DEBUGFS_READ_FILE_OPS(stations); 1330 DEBUGFS_ADD_FILE(stations, dir_data, 0400); in il_dbgfs_register()
|
A D | common.h | 1280 struct il_station_entry stations[IL_STATION_COUNT]; member 2142 memset(il->stations, 0, sizeof(il->stations)); in il_clear_driver_stations()
|
A D | 4965-rs.c | 1767 tid_data = &il->stations[lq_sta->lq.sta_id].tid[tid]; in il4965_rs_rate_scale_perform() 2098 &il->stations[lq_sta->lq.sta_id].tid[tid]; in il4965_rs_rate_scale_perform() 2177 il->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq; in il4965_rs_initialize_lq()
|
A D | 3945.c | 739 station = &il->stations[sta_id]; in il3945_sync_sta() 2275 il->stations[sta_id].used |= IL_STA_LOCAL; in il3945_add_bssid_station()
|
/linux/drivers/net/wireless/rsi/ |
A D | rsi_91x_core.c | 343 if (!common->stations[i].sta) in rsi_find_sta() 345 if (!(memcmp(common->stations[i].sta->addr, in rsi_find_sta() 347 return &common->stations[i]; in rsi_find_sta()
|
A D | rsi_main.h | 319 struct rsi_sta stations[RSI_MAX_ASSOC_STAS + 1]; member
|
A D | rsi_91x_mac80211.c | 514 common->stations[i].sta = NULL; in rsi_mac80211_add_interface() 1428 rsta = &common->stations[cnt]; in rsi_mac80211_sta_add() 1453 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_add() 1537 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_remove()
|
/linux/Documentation/admin-guide/blockdev/ |
A D | nbd.rst | 12 This can be used for stations with low disk space (or even diskless)
|
/linux/net/mac80211/ |
A D | Kconfig | 65 drivers that support it. 802.11 mesh connects multiple stations 193 is an AP and has power saving stations.) 304 connect more stations than the number selected here.)
|
/linux/Documentation/networking/mac80211_hwsim/ |
A D | mac80211_hwsim.rst | 40 hundreds of stations).
|
/linux/Documentation/w1/slaves/ |
A D | w1_ds2438.rst | 21 is also often used in weather stations and applications such as: rain gauge,
|
/linux/arch/powerpc/platforms/44x/ |
A D | Kconfig | 96 stations and trunks.
|
/linux/drivers/net/wireless/ath/ath9k/ |
A D | Kconfig | 76 This option enables detailed statistics for association stations.
|
/linux/net/wireless/ |
A D | Kconfig | 130 from cellular base stations. If enabled and at least one driver
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | debugfs.c | 1851 MVM_DEBUGFS_READ_FILE_OPS(stations); 2052 MVM_DEBUGFS_ADD_FILE(stations, mvm->debugfs_dir, 0400); in iwl_mvm_dbgfs_register()
|
/linux/drivers/acpi/ |
A D | Kconfig | 249 This driver supports ACPI-controlled docking stations and removable
|