/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | sta.c | 30 if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE)) in iwl_sta_ucode_activate() 33 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate() 35 if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) { in iwl_sta_ucode_activate() 39 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate() 41 priv->stations[sta_id].used |= IWL_STA_UCODE_ACTIVE; in iwl_sta_ucode_activate() 43 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate() 211 priv->stations[sta_id].sta.station_flags &= ~mask; in iwl_sta_update_ht() 212 priv->stations[sta_id].sta.station_flags |= flags; in iwl_sta_update_ht() 233 priv->stations[index].sta.station_flags &= ~mask; in iwl_set_ht_add_station() 234 priv->stations[inde in iwl_set_ht_add_station() [all...] |
H A D | dev.h | 744 struct iwl_station_entry stations[IWLAGN_STATION_COUNT]; member
|
H A D | tx.c | 754 addr = priv->stations[sta_id].sta.sta.addr; in iwlagn_check_ratid_empty() 755 ctx = priv->stations[sta_id].ctxid; in iwlagn_check_ratid_empty()
|
/kernel/linux/linux-6.6/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[inde in iwl_set_ht_add_station() [all...] |
H A D | dev.h | 740 struct iwl_station_entry stations[IWLAGN_STATION_COUNT]; member
|
H A D | tx.c | 750 addr = priv->stations[sta_id].sta.sta.addr; in iwlagn_check_ratid_empty() 751 ctx = priv->stations[sta_id].ctxid; in iwlagn_check_ratid_empty()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 1055 if (il->stations[sta_id].tid[tid].tfds_in_queue >= freed) in il4965_free_tfds_in_queue() 1056 il->stations[sta_id].tid[tid].tfds_in_queue -= freed; in il4965_free_tfds_in_queue() 1059 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 = 0; in il4965_free_tfds_in_queue() 1736 seq_number = il->stations[sta_id].tid[tid].seq_number; in il4965_tx_skb() 1744 il->stations[sta_id].tid[tid].agg.state == IL_AGG_ON) { in il4965_tx_skb() 1745 txq_id = il->stations[sta_id].tid[tid].agg.txq_id; in il4965_tx_skb() 1759 il->stations[sta_id].tid[tid].tfds_in_queue++; in il4965_tx_skb() 1761 il->stations[sta_id].tid[tid].seq_number = seq_number; in il4965_tx_skb() 2239 if (il->stations[sta_i in il4965_tx_agg_start() [all...] |
H A D | common.c | 1741 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE)) in il_sta_ucode_activate() 1743 sta_id, il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate() 1745 if (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) { in il_sta_ucode_activate() 1748 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate() 1750 il->stations[sta_id].used |= IL_STA_UCODE_ACTIVE; in il_sta_ucode_activate() 1752 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate() 1796 il->stations[sta_id].sta.mode == in il_process_add_sta_resp() 1798 il->stations[sta_id].sta.sta.addr); in il_process_add_sta_resp() 1809 il->stations[sta_id].sta.mode == in il_process_add_sta_resp() 1879 sta_flags = il->stations[id 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_i in il3945_set_ccmp_dynamic_key_info() [all...] |
H 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()
|
H A D | common.h | 1280 struct il_station_entry stations[IL_STATION_COUNT]; member 2107 (this is for the IBSS BSSID stations) */ 2128 * il_clear_driver_stations - clear knowledge of all stations from driver 2133 * able to reconfigure stations -- if we're getting there in the 2134 * normal down flow then the stations will already be cleared. 2142 memset(il->stations, 0, sizeof(il->stations)); in il_clear_driver_stations()
|
H A D | debug.c | 406 scnprintf(buf + pos, bufsz - pos, "num of stations: %d\n\n", in il_dbgfs_stations_read() 410 station = &il->stations[i]; in il_dbgfs_stations_read() 804 DEBUGFS_READ_FILE_OPS(stations); variable 1330 DEBUGFS_ADD_FILE(stations, dir_data, 0400); in il_dbgfs_register()
|
H A D | 4965-rs.c | 625 * there are no non-GF stations present in the BSS. 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()
|
/kernel/linux/linux-6.6/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() 1737 seq_number = il->stations[sta_id].tid[tid].seq_number; in il4965_tx_skb() 1745 il->stations[sta_id].tid[tid].agg.state == IL_AGG_ON) { in il4965_tx_skb() 1746 txq_id = il->stations[sta_id].tid[tid].agg.txq_id; in il4965_tx_skb() 1760 il->stations[sta_id].tid[tid].tfds_in_queue++; in il4965_tx_skb() 1762 il->stations[sta_id].tid[tid].seq_number = seq_number; in il4965_tx_skb() 2238 if (il->stations[sta_i in il4965_tx_agg_start() [all...] |
H A D | common.c | 1739 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE)) in il_sta_ucode_activate() 1741 sta_id, il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate() 1743 if (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) { in il_sta_ucode_activate() 1746 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate() 1748 il->stations[sta_id].used |= IL_STA_UCODE_ACTIVE; in il_sta_ucode_activate() 1750 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate() 1794 il->stations[sta_id].sta.mode == in il_process_add_sta_resp() 1796 il->stations[sta_id].sta.sta.addr); in il_process_add_sta_resp() 1807 il->stations[sta_id].sta.mode == in il_process_add_sta_resp() 1877 sta_flags = il->stations[id 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_i in il3945_set_ccmp_dynamic_key_info() [all...] |
H 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()
|
H A D | common.h | 1280 struct il_station_entry stations[IL_STATION_COUNT]; member 2108 (this is for the IBSS BSSID stations) */ 2129 * il_clear_driver_stations - clear knowledge of all stations from driver 2134 * able to reconfigure stations -- if we're getting there in the 2135 * normal down flow then the stations will already be cleared. 2143 memset(il->stations, 0, sizeof(il->stations)); in il_clear_driver_stations()
|
H A D | debug.c | 406 scnprintf(buf + pos, bufsz - pos, "num of stations: %d\n\n", in il_dbgfs_stations_read() 410 station = &il->stations[i]; in il_dbgfs_stations_read() 804 DEBUGFS_READ_FILE_OPS(stations); variable 1330 DEBUGFS_ADD_FILE(stations, dir_data, 0400); in il_dbgfs_register()
|
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/ |
H A D | rsi_91x_core.c | 344 if (!common->stations[i].sta) in rsi_find_sta() 346 if (!(memcmp(common->stations[i].sta->addr, in rsi_find_sta() 348 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() 1404 /* Check if max stations reached */ in rsi_mac80211_sta_add() 1411 rsta = &common->stations[cnt]; in rsi_mac80211_sta_add() 1436 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_add() 1520 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_remove()
|
/kernel/linux/linux-6.6/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 | 513 common->stations[i].sta = NULL; in rsi_mac80211_add_interface() 1423 /* Check if max stations reached */ in rsi_mac80211_sta_add() 1430 rsta = &common->stations[cnt]; in rsi_mac80211_sta_add() 1455 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_add() 1539 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_remove()
|