Home
last modified time | relevance | path

Searched refs:stations (Results 1 – 25 of 27) sorted by relevance

12

/drivers/net/wireless/intel/iwlwifi/dvm/
A Dsta.c256 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 Ddev.h743 struct iwl_station_entry stations[IWLAGN_STATION_COUNT]; member
A Dtx.c752 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 Dmain.c876 memset(priv->stations, 0, sizeof(priv->stations)); in iwl_clear_driver_stations()
A Ddebugfs.c203 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 Dmac80211.c877 priv->stations[iwl_sta_id(sta)].used &= in iwlagn_mac_sta_state()
A Drs.c2656 priv->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq; in rs_initialize_lq()
/drivers/net/wireless/intel/iwlegacy/
A D4965-mac.c2582 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 Dcommon.c1942 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 D3945-mac.c135 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 D3945-rs.c372 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 Ddebug.c410 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 Dcommon.h1292 struct il_station_entry stations[IL_STATION_COUNT]; member
2154 memset(il->stations, 0, sizeof(il->stations)); in il_clear_driver_stations()
A D4965-rs.c1761 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 D3945.c739 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 Drsi_91x_core.c343 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 Drsi_main.h319 struct rsi_sta stations[RSI_MAX_ASSOC_STAS + 1]; member
A Drsi_91x_mac80211.c514 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 DKconfig74 This option enables detailed statistics for association stations.
/drivers/platform/x86/lenovo/
A DKconfig148 the ones on the dock stations.
/drivers/net/wireless/realtek/rtw89/
A Ddebug.c86 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 Ddebugfs.c1921 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 Dipw2200.h1242 u8 stations[MAX_STATIONS][ETH_ALEN]; member
/drivers/acpi/
A DKconfig265 This driver supports ACPI-controlled docking stations and removable
/drivers/net/wireless/ath/wcn36xx/
A Dhal.h973 u8 stations; member

Completed in 129 milliseconds

12