| /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 | 743 struct iwl_station_entry stations[IWLAGN_STATION_COUNT]; member
|
| 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()
|
| A D | main.c | 876 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); 2326 DEBUGFS_ADD_FILE(stations, dir_data, 0400); in iwl_dbgfs_register()
|
| A D | mac80211.c | 877 priv->stations[iwl_sta_id(sta)].used &= in iwlagn_mac_sta_state()
|
| A D | rs.c | 2656 priv->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq; in rs_initialize_lq()
|
| /drivers/net/wireless/intel/iwlegacy/ |
| A D | 4965-mac.c | 2582 if (il->stations[i].used && in il4965_find_station() 2932 agg = &il->stations[sta_id].tid[tid].agg; in il4965_hdl_compressed_ba() 3116 il->stations[sta_id].lq = link_cmd; in il4965_add_bssid_station() 3260 if ((il->stations[sta_id].sta.key. in il4965_set_wep_dynamic_key_info() 3308 if ((il->stations[sta_id].sta.key. in il4965_set_ccmp_dynamic_key_info() 3351 if ((il->stations[sta_id].sta.key. in il4965_set_tkip_dynamic_key_info() 3449 il->stations[sta_id].sta.key.key_flags = in il4965_remove_dynamic_key() 3539 il->stations[sta_id].lq = link_cmd; in il4965_alloc_bcast_station() 3565 if (il->stations[sta_id].lq) in il4965_update_bcast_station() 3566 kfree(il->stations[sta_id].lq); in il4965_update_bcast_station() [all …]
|
| A D | common.c | 1942 if (!il->stations[i].used && in il_prep_station() 1972 station = &il->stations[sta_id]; in il_prep_station() 2072 if ((il->stations[sta_id]. in il_sta_ucode_deactivate() 2176 kfree(il->stations[sta_id].lq); in il_remove_station() 2177 il->stations[sta_id].lq = NULL; in il_remove_station() 2257 il->stations[i].sta.sta.addr); in il_restore_stations() 2258 il->stations[i].sta.mode = 0; in il_restore_stations() 2269 if (il->stations[i].lq) { in il_restore_stations() 2281 il->stations[i].used &= in il_restore_stations() 2333 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() 2291 il->stations[sta_id].used |= IL_STA_DRIVER_ACTIVE; in il3945_alloc_bcast_station() [all …]
|
| 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()
|
| 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 | 1292 struct il_station_entry stations[IL_STATION_COUNT]; member 2154 memset(il->stations, 0, sizeof(il->stations)); in il_clear_driver_stations()
|
| 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()
|
| 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()
|
| /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() 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()
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | Kconfig | 74 This option enables detailed statistics for association stations.
|
| /drivers/platform/x86/lenovo/ |
| A D | Kconfig | 148 the ones on the dock stations.
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | debug.c | 86 struct rtw89_debugfs_priv stations; member 4356 .stations = rtw89_debug_priv_get(stations, RLOCK), 4401 rtw89_debugfs_add_r(stations); in rtw89_debugfs_add_sec1()
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | debugfs.c | 1921 MVM_DEBUGFS_READ_FILE_OPS(stations); 2123 MVM_DEBUGFS_ADD_FILE(stations, mvm->debugfs_dir, 0400); in iwl_mvm_dbgfs_register()
|
| /drivers/net/wireless/intel/ipw2x00/ |
| A D | ipw2200.h | 1242 u8 stations[MAX_STATIONS][ETH_ALEN]; member
|
| /drivers/acpi/ |
| A D | Kconfig | 265 This driver supports ACPI-controlled docking stations and removable
|
| /drivers/net/wireless/ath/wcn36xx/ |
| A D | hal.h | 973 u8 stations; member
|