| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | sta.c | 25 if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE)) in iwl_sta_ucode_activate() 28 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate() 30 if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) { in iwl_sta_ucode_activate() 34 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate() 36 priv->stations[sta_id].used |= IWL_STA_UCODE_ACTIVE; in iwl_sta_ucode_activate() 38 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate() 206 priv->stations[sta_id].sta.station_flags &= ~mask; in iwl_sta_update_ht() 207 priv->stations[sta_id].sta.station_flags |= flags; in iwl_sta_update_ht() 228 priv->stations[index].sta.station_flags &= ~mask; in iwl_set_ht_add_station() 229 priv->stations[index].sta.station_flags |= flags; in iwl_set_ht_add_station() [all …]
|
| H A D | dev.h | 743 struct iwl_station_entry stations[IWLAGN_STATION_COUNT]; member
|
| H A D | tx.c | 752 addr = priv->stations[sta_id].sta.sta.addr; in iwlagn_check_ratid_empty() 753 ctx = priv->stations[sta_id].ctxid; in iwlagn_check_ratid_empty()
|
| H A D | main.c | 876 memset(priv->stations, 0, sizeof(priv->stations)); in iwl_clear_driver_stations()
|
| H A D | rs.c | 2656 priv->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq; in rs_initialize_lq()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965-mac.c | 1056 if (il->stations[sta_id].tid[tid].tfds_in_queue >= freed) in il4965_free_tfds_in_queue() 1057 il->stations[sta_id].tid[tid].tfds_in_queue -= freed; in il4965_free_tfds_in_queue() 1060 il->stations[sta_id].tid[tid].tfds_in_queue, freed); in il4965_free_tfds_in_queue() 1061 il->stations[sta_id].tid[tid].tfds_in_queue = 0; in il4965_free_tfds_in_queue() 1740 seq_number = il->stations[sta_id].tid[tid].seq_number; in il4965_tx_skb() 1748 il->stations[sta_id].tid[tid].agg.state == IL_AGG_ON) { in il4965_tx_skb() 1749 txq_id = il->stations[sta_id].tid[tid].agg.txq_id; in il4965_tx_skb() 1763 il->stations[sta_id].tid[tid].tfds_in_queue++; in il4965_tx_skb() 1765 il->stations[sta_id].tid[tid].seq_number = seq_number; in il4965_tx_skb() 2241 if (il->stations[sta_id].tid[tid].agg.state != IL_AGG_OFF) { in il4965_tx_agg_start() [all …]
|
| H A D | common.c | 1742 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE)) in il_sta_ucode_activate() 1744 sta_id, il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate() 1746 if (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) { in il_sta_ucode_activate() 1749 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate() 1751 il->stations[sta_id].used |= IL_STA_UCODE_ACTIVE; in il_sta_ucode_activate() 1753 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate() 1797 il->stations[sta_id].sta.mode == in il_process_add_sta_resp() 1799 il->stations[sta_id].sta.sta.addr); in il_process_add_sta_resp() 1810 il->stations[sta_id].sta.mode == in il_process_add_sta_resp() 1880 sta_flags = il->stations[idx].sta.station_flags; in il_set_ht_add_station() [all …]
|
| H 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() 137 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen); in il3945_set_ccmp_dynamic_key_info() 139 memcpy(il->stations[sta_id].sta.key.key, keyconf->key, 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() 148 WARN(il->stations[sta_id].sta.key.key_offset == WEP_INVALID_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() 152 il->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK; 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() [all …]
|
| H A D | 3945-rs.c | 372 il->stations[sta_id].used &= ~IL_STA_UCODE_INPROGRESS; in il3945_rs_rate_init() 893 sta = ieee80211_find_sta(il->vif, il->stations[sta_id].sta.sta.addr); in il3945_rate_scale_init()
|
| H 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()
|
| H A D | common.h | 1292 struct il_station_entry stations[IL_STATION_COUNT]; member 2154 memset(il->stations, 0, sizeof(il->stations)); in il_clear_driver_stations()
|
| H A D | 4965-rs.c | 1761 tid_data = &il->stations[lq_sta->lq.sta_id].tid[tid]; in il4965_rs_rate_scale_perform() 2092 &il->stations[lq_sta->lq.sta_id].tid[tid]; in il4965_rs_rate_scale_perform() 2171 il->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq; in il4965_rs_initialize_lq()
|
| H 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/ |
| H 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()
|
| H A D | rsi_main.h | 319 struct rsi_sta stations[RSI_MAX_ASSOC_STAS + 1]; member
|
| H A D | rsi_91x_mac80211.c | 514 common->stations[i].sta = NULL; in rsi_mac80211_add_interface() 1434 rsta = &common->stations[cnt]; in rsi_mac80211_sta_add() 1459 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_add() 1543 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_remove()
|
| /linux/Documentation/admin-guide/blockdev/ |
| H A D | nbd.rst | 12 This can be used for stations with low disk space (or even diskless)
|
| /linux/net/mac80211/ |
| H A D | Kconfig | 75 drivers that support it. 802.11 mesh connects multiple stations 203 is an AP and has power saving stations.) 314 connect more stations than the number selected here.)
|
| /linux/Documentation/w1/slaves/ |
| H A D | w1_ds2438.rst | 21 is also often used in weather stations and applications such as: rain gauge,
|
| /linux/Documentation/networking/mac80211_hwsim/ |
| H A D | mac80211_hwsim.rst | 40 hundreds of stations).
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | Kconfig | 74 This option enables detailed statistics for association stations.
|
| /linux/arch/powerpc/platforms/44x/ |
| H A D | Kconfig | 94 stations and trunks.
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | Kconfig | 148 the ones on the dock stations.
|
| /linux/Documentation/admin-guide/media/ |
| H A D | vivid.rst | 1212 transmitter will 'override' the emulated radio stations. 1218 stations at regular frequency intervals. Depending on the frequency of the 1355 - The SDR radio should use the same 'frequencies' for stations as the normal
|
| /linux/Documentation/driver-api/usb/ |
| H A D | gadget.rst | 228 secondary stations) more than asynchronous ones (tty style: 8 data bits
|