/drivers/net/wireless/iwlwifi/dvm/ |
D | sta.c | 45 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 …]
|
D | dev.h | 764 struct iwl_station_entry stations[IWLAGN_STATION_COUNT]; member
|
D | tx.c | 772 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()
|
D | main.c | 808 memset(priv->stations, 0, sizeof(priv->stations)); in iwl_clear_driver_stations()
|
D | debugfs.c | 247 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()
|
D | mac80211.c | 912 priv->stations[iwl_sta_id(sta)].used &= in iwlagn_mac_sta_state()
|
D | rs.c | 2702 priv->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq; in rs_initialize_lq()
|
/drivers/net/wireless/iwlegacy/ |
D | 4965-mac.c | 1068 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 …]
|
D | common.c | 1758 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 …]
|
D | 3945-mac.c | 151 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 …]
|
D | 3945-rs.c | 389 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()
|
D | debug.c | 441 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()
|
D | common.h | 1297 struct il_station_entry stations[IL_STATION_COUNT]; member 2166 memset(il->stations, 0, sizeof(il->stations)); in il_clear_driver_stations()
|
D | 4965-rs.c | 1782 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()
|
D | 3945.c | 754 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/ |
D | Kconfig | 76 This option enables detailed statistics for association stations.
|
/drivers/net/wireless/iwlwifi/mvm/ |
D | debugfs.c | 1386 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/ |
D | ipw2200.h | 1259 u8 stations[MAX_STATIONS][ETH_ALEN]; member
|
D | ipw2200.c | 3925 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/ |
D | Kconfig | 198 This driver supports ACPI-controlled docking stations and removable
|
/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 821 u8 stations; member
|
D | smd.c | 405 rsp->start_rsp_params.stations, in wcn36xx_smd_start_rsp()
|
/drivers/platform/x86/ |
D | Kconfig | 445 the ones on the dock stations.
|