Home
last modified time | relevance | path

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

12

/openbmc/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.h740 struct iwl_station_entry stations[IWLAGN_STATION_COUNT]; member
H A Dtx.c750 addr = priv->stations[sta_id].sta.sta.addr; in iwlagn_check_ratid_empty()
751 ctx = priv->stations[sta_id].ctxid; in iwlagn_check_ratid_empty()
H A Dmain.c875 memset(priv->stations, 0, sizeof(priv->stations)); in iwl_clear_driver_stations()
H A Ddebugfs.c203 station = &priv->stations[i]; in iwl_dbgfs_stations_read()
627 DEBUGFS_READ_FILE_OPS(stations);
2324 DEBUGFS_ADD_FILE(stations, dir_data, 0400); in iwl_dbgfs_register()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c1056 if (il->stations[sta_id].tid[tid].tfds_in_queue >= freed) in il4965_free_tfds_in_queue()
1057 il->stations[sta_id].tid[tid].tfds_in_queue -= freed; in il4965_free_tfds_in_queue()
1060 il->stations[sta_id].tid[tid].tfds_in_queue, freed); in il4965_free_tfds_in_queue()
1061 il->stations[sta_id].tid[tid].tfds_in_queue = 0; in il4965_free_tfds_in_queue()
1737 seq_number = il->stations[sta_id].tid[tid].seq_number; in il4965_tx_skb()
1745 il->stations[sta_id].tid[tid].agg.state == IL_AGG_ON) { in il4965_tx_skb()
1746 txq_id = il->stations[sta_id].tid[tid].agg.txq_id; in il4965_tx_skb()
1760 il->stations[sta_id].tid[tid].tfds_in_queue++; in il4965_tx_skb()
1762 il->stations[sta_id].tid[tid].seq_number = seq_number; in il4965_tx_skb()
2238 if (il->stations[sta_id].tid[tid].agg.state != IL_AGG_OFF) { in il4965_tx_agg_start()
[all …]
H A Dcommon.c1739 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE)) in il_sta_ucode_activate()
1741 sta_id, il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate()
1743 if (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) { in il_sta_ucode_activate()
1746 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate()
1748 il->stations[sta_id].used |= IL_STA_UCODE_ACTIVE; in il_sta_ucode_activate()
1750 il->stations[sta_id].sta.sta.addr); in il_sta_ucode_activate()
1794 il->stations[sta_id].sta.mode == in il_process_add_sta_resp()
1796 il->stations[sta_id].sta.sta.addr); in il_process_add_sta_resp()
1807 il->stations[sta_id].sta.mode == in il_process_add_sta_resp()
1877 sta_flags = il->stations[idx].sta.station_flags; in il_set_ht_add_station()
[all …]
H 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()
137 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen); in il3945_set_ccmp_dynamic_key_info()
139 memcpy(il->stations[sta_id].sta.key.key, keyconf->key, 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()
148 WARN(il->stations[sta_id].sta.key.key_offset == WEP_INVALID_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()
152 il->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK; 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()
[all …]
H A D3945-rs.c371 il->stations[sta_id].used &= ~IL_STA_UCODE_INPROGRESS; in il3945_rs_rate_init()
892 sta = ieee80211_find_sta(il->vif, il->stations[sta_id].sta.sta.addr); in il3945_rate_scale_init()
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 Dcommon.h1292 struct il_station_entry stations[IL_STATION_COUNT]; member
2155 memset(il->stations, 0, sizeof(il->stations)); in il_clear_driver_stations()
H A D4965-rs.c1767 tid_data = &il->stations[lq_sta->lq.sta_id].tid[tid]; in il4965_rs_rate_scale_perform()
2098 &il->stations[lq_sta->lq.sta_id].tid[tid]; in il4965_rs_rate_scale_perform()
2177 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()
/openbmc/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.c513 common->stations[i].sta = NULL; in rsi_mac80211_add_interface()
1430 rsta = &common->stations[cnt]; in rsi_mac80211_sta_add()
1455 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_add()
1539 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_remove()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dau-Sutherland10 #Channel 7 stations
/openbmc/linux/Documentation/admin-guide/blockdev/
H A Dnbd.rst12 This can be used for stations with low disk space (or even diskless)
/openbmc/linux/net/mac80211/
H A DKconfig65 drivers that support it. 802.11 mesh connects multiple stations
193 is an AP and has power saving stations.)
304 connect more stations than the number selected here.)
/openbmc/linux/Documentation/w1/slaves/
H A Dw1_ds2438.rst21 is also often used in weather stations and applications such as: rain gauge,
/openbmc/linux/Documentation/networking/mac80211_hwsim/
H A Dmac80211_hwsim.rst40 hundreds of stations).
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/
H A Dwpa-supplicant_2.11.bb2 … Supplicant is the IEEE 802.1X/WPA component that is used in the client stations. It implements ke…
/openbmc/linux/arch/powerpc/platforms/44x/
H A DKconfig94 stations and trunks.
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A DKconfig76 This option enables detailed statistics for association stations.
/openbmc/linux/net/wireless/
H A DKconfig130 from cellular base stations. If enabled and at least one driver

12