Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c25 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[index].sta.station_flags |= flags; in iwl_set_ht_add_station()
[all …]
H A Ddev.h743 struct iwl_station_entry stations[IWLAGN_STATION_COUNT]; member
H 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()
H A Dmain.c876 memset(priv->stations, 0, sizeof(priv->stations)); in iwl_clear_driver_stations()
H A Drs.c2656 priv->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq; in rs_initialize_lq()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1741 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[idx].sta.station_flags; in il_set_ht_add_station()
[all …]
H 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()
H 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()
H 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()
/linux/drivers/net/wireless/rsi/
H 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()
H A Drsi_main.h319 struct rsi_sta stations[RSI_MAX_ASSOC_STAS + 1]; member
H A Drsi_91x_mac80211.c529 common->stations[i].sta = NULL; in rsi_mac80211_add_interface()
1449 rsta = &common->stations[cnt]; in rsi_mac80211_sta_add()
1474 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_add()
1558 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_remove()
/linux/Documentation/admin-guide/blockdev/
H A Dnbd.rst12 This can be used for stations with low disk space (or even diskless)
/linux/Documentation/w1/slaves/
H A Dw1_ds2438.rst21 is also often used in weather stations and applications such as: rain gauge,
/linux/Documentation/networking/mac80211_hwsim/
H A Dmac80211_hwsim.rst40 hundreds of stations).
/linux/arch/powerpc/platforms/44x/
H A DKconfig94 stations and trunks.
/linux/drivers/platform/x86/lenovo/
H A DKconfig148 the ones on the dock stations.
/linux/Documentation/admin-guide/media/
H A Dvivid.rst1212 transmitter will 'override' the emulated radio stations.
1218 stations at regular frequency intervals. Depending on the frequency of the
1355 - The SDR radio should use the same 'frequencies' for stations as the normal
H A Dbttv.rst236 once=1 Don't check the TV-stations Audio mode
/linux/drivers/acpi/
H A DKconfig266 This driver supports ACPI-controlled docking stations and removable
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c3853 if (ether_addr_equal(priv->stations[i], bssid)) { in ipw_add_station()
3872 memcpy(priv->stations[i], bssid, ETH_ALEN); in ipw_add_station()
3885 if (ether_addr_equal(priv->stations[i], bssid)) in ipw_find_station()
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c606 rsp->start_rsp_params.stations, in wcn36xx_smd_start_rsp()