Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/dvm/
Dsta.c45 if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE)) in iwl_sta_ucode_activate()
48 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate()
50 if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) { in iwl_sta_ucode_activate()
54 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate()
56 priv->stations[sta_id].used |= IWL_STA_UCODE_ACTIVE; in iwl_sta_ucode_activate()
58 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate()
226 priv->stations[sta_id].sta.station_flags &= ~mask; in iwl_sta_update_ht()
227 priv->stations[sta_id].sta.station_flags |= flags; in iwl_sta_update_ht()
248 priv->stations[index].sta.station_flags &= ~mask; in iwl_set_ht_add_station()
249 priv->stations[index].sta.station_flags |= flags; in iwl_set_ht_add_station()
[all …]
Ddev.h764 struct iwl_station_entry stations[IWLAGN_STATION_COUNT]; member
Dtx.c772 addr = priv->stations[sta_id].sta.sta.addr; in iwlagn_check_ratid_empty()
773 ctx = priv->stations[sta_id].ctxid; in iwlagn_check_ratid_empty()
Dmain.c808 memset(priv->stations, 0, sizeof(priv->stations)); in iwl_clear_driver_stations()
Ddebugfs.c247 station = &priv->stations[i]; in iwl_dbgfs_stations_read()
671 DEBUGFS_READ_FILE_OPS(stations);
2375 DEBUGFS_ADD_FILE(stations, dir_data, S_IRUSR); in iwl_dbgfs_register()
Dmac80211.c912 priv->stations[iwl_sta_id(sta)].used &= in iwlagn_mac_sta_state()
Drs.c2702 priv->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq; in rs_initialize_lq()
/drivers/net/wireless/iwlegacy/
D4965-mac.c1068 if (il->stations[sta_id].tid[tid].tfds_in_queue >= freed) in il4965_free_tfds_in_queue()
1069 il->stations[sta_id].tid[tid].tfds_in_queue -= freed; in il4965_free_tfds_in_queue()
1072 il->stations[sta_id].tid[tid].tfds_in_queue, freed); in il4965_free_tfds_in_queue()
1073 il->stations[sta_id].tid[tid].tfds_in_queue = 0; in il4965_free_tfds_in_queue()
1752 seq_number = il->stations[sta_id].tid[tid].seq_number; in il4965_tx_skb()
1760 il->stations[sta_id].tid[tid].agg.state == IL_AGG_ON) { in il4965_tx_skb()
1761 txq_id = il->stations[sta_id].tid[tid].agg.txq_id; in il4965_tx_skb()
1775 il->stations[sta_id].tid[tid].tfds_in_queue++; in il4965_tx_skb()
1777 il->stations[sta_id].tid[tid].seq_number = seq_number; in il4965_tx_skb()
2258 if (il->stations[sta_id].tid[tid].agg.state != IL_AGG_OFF) { in il4965_tx_agg_start()
[all …]
Dcommon.c1758 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE)) in il_sta_ucode_activate()
1760 sta_id, il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate()
1762 if (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) { in il_sta_ucode_activate()
1765 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate()
1767 il->stations[sta_id].used |= IL_STA_UCODE_ACTIVE; in il_sta_ucode_activate()
1769 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate()
1813 il->stations[sta_id].sta.mode == in il_process_add_sta_resp()
1815 il->stations[sta_id].sta.sta.addr); in il_process_add_sta_resp()
1826 il->stations[sta_id].sta.mode == in il_process_add_sta_resp()
1896 sta_flags = il->stations[idx].sta.station_flags; in il_set_ht_add_station()
[all …]
D3945-mac.c151 il->stations[sta_id].keyinfo.cipher = keyconf->cipher; in il3945_set_ccmp_dynamic_key_info()
152 il->stations[sta_id].keyinfo.keylen = keyconf->keylen; in il3945_set_ccmp_dynamic_key_info()
153 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen); in il3945_set_ccmp_dynamic_key_info()
155 memcpy(il->stations[sta_id].sta.key.key, keyconf->key, keyconf->keylen); in il3945_set_ccmp_dynamic_key_info()
157 if ((il->stations[sta_id].sta.key. in il3945_set_ccmp_dynamic_key_info()
159 il->stations[sta_id].sta.key.key_offset = in il3945_set_ccmp_dynamic_key_info()
164 WARN(il->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET, in il3945_set_ccmp_dynamic_key_info()
167 il->stations[sta_id].sta.key.key_flags = key_flags; in il3945_set_ccmp_dynamic_key_info()
168 il->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK; in il3945_set_ccmp_dynamic_key_info()
169 il->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK; in il3945_set_ccmp_dynamic_key_info()
[all …]
D3945-rs.c389 il->stations[sta_id].used &= ~IL_STA_UCODE_INPROGRESS; in il3945_rs_rate_init()
924 sta = ieee80211_find_sta(il->vif, il->stations[sta_id].sta.sta.addr); in il3945_rate_scale_init()
Ddebug.c441 station = &il->stations[i]; in il_dbgfs_stations_read()
835 DEBUGFS_READ_FILE_OPS(stations);
1370 DEBUGFS_ADD_FILE(stations, dir_data, S_IRUSR); in il_dbgfs_register()
Dcommon.h1297 struct il_station_entry stations[IL_STATION_COUNT]; member
2166 memset(il->stations, 0, sizeof(il->stations)); in il_clear_driver_stations()
D4965-rs.c1782 tid_data = &il->stations[lq_sta->lq.sta_id].tid[tid]; in il4965_rs_rate_scale_perform()
2113 &il->stations[lq_sta->lq.sta_id].tid[tid]; in il4965_rs_rate_scale_perform()
2194 il->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq; in il4965_rs_initialize_lq()
D3945.c754 station = &il->stations[sta_id]; in il3945_sync_sta()
2292 il->stations[sta_id].used |= IL_STA_LOCAL; in il3945_add_bssid_station()
/drivers/net/wireless/ath/ath9k/
DKconfig76 This option enables detailed statistics for association stations.
/drivers/net/wireless/iwlwifi/mvm/
Ddebugfs.c1386 MVM_DEBUGFS_READ_FILE_OPS(stations);
1425 MVM_DEBUGFS_ADD_FILE(stations, dbgfs_dir, S_IRUSR); in iwl_mvm_dbgfs_register()
/drivers/net/wireless/ipw2x00/
Dipw2200.h1259 u8 stations[MAX_STATIONS][ETH_ALEN]; member
Dipw2200.c3925 if (ether_addr_equal(priv->stations[i], bssid)) { in ipw_add_station()
3944 memcpy(priv->stations[i], bssid, ETH_ALEN); in ipw_add_station()
3957 if (ether_addr_equal(priv->stations[i], bssid)) in ipw_find_station()
/drivers/acpi/
DKconfig198 This driver supports ACPI-controlled docking stations and removable
/drivers/net/wireless/ath/wcn36xx/
Dhal.h821 u8 stations; member
Dsmd.c405 rsp->start_rsp_params.stations, in wcn36xx_smd_start_rsp()
/drivers/platform/x86/
DKconfig445 the ones on the dock stations.