| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | sta.c | 30 if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE)) in iwl_sta_ucode_activate() 33 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate() 35 if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) { in iwl_sta_ucode_activate() 39 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate() 41 priv->stations[sta_id].used |= IWL_STA_UCODE_ACTIVE; in iwl_sta_ucode_activate() 43 sta_id, priv->stations[sta_id].sta.sta.addr); in iwl_sta_ucode_activate() 211 priv->stations[sta_id].sta.station_flags &= ~mask; in iwl_sta_update_ht() 212 priv->stations[sta_id].sta.station_flags |= flags; in iwl_sta_update_ht() 233 priv->stations[index].sta.station_flags &= ~mask; in iwl_set_ht_add_station() 234 priv->stations[index].sta.station_flags |= flags; in iwl_set_ht_add_station() [all …]
|
| H A D | dev.h | 744 struct iwl_station_entry stations[IWLAGN_STATION_COUNT]; member
|
| H A D | tx.c | 754 addr = priv->stations[sta_id].sta.sta.addr; in iwlagn_check_ratid_empty() 755 ctx = priv->stations[sta_id].ctxid; in iwlagn_check_ratid_empty()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965-mac.c | 1055 if (il->stations[sta_id].tid[tid].tfds_in_queue >= freed) in il4965_free_tfds_in_queue() 1056 il->stations[sta_id].tid[tid].tfds_in_queue -= freed; in il4965_free_tfds_in_queue() 1059 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 = 0; in il4965_free_tfds_in_queue() 1736 seq_number = il->stations[sta_id].tid[tid].seq_number; in il4965_tx_skb() 1744 il->stations[sta_id].tid[tid].agg.state == IL_AGG_ON) { in il4965_tx_skb() 1745 txq_id = il->stations[sta_id].tid[tid].agg.txq_id; in il4965_tx_skb() 1759 il->stations[sta_id].tid[tid].tfds_in_queue++; in il4965_tx_skb() 1761 il->stations[sta_id].tid[tid].seq_number = seq_number; in il4965_tx_skb() 2239 if (il->stations[sta_id].tid[tid].agg.state != IL_AGG_OFF) { in il4965_tx_agg_start() [all …]
|
| H A D | common.c | 1741 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 D | 3945-mac.c | 135 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 D | 3945-rs.c | 371 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 D | debug.c | 410 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 D | common.h | 1280 struct il_station_entry stations[IL_STATION_COUNT]; member 2142 memset(il->stations, 0, sizeof(il->stations)); in il_clear_driver_stations()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_core.c | 344 if (!common->stations[i].sta) in rsi_find_sta() 346 if (!(memcmp(common->stations[i].sta->addr, in rsi_find_sta() 348 return &common->stations[i]; in rsi_find_sta()
|
| H A D | rsi_main.h | 319 struct rsi_sta stations[RSI_MAX_ASSOC_STAS + 1]; member
|
| H A D | rsi_91x_mac80211.c | 514 common->stations[i].sta = NULL; in rsi_mac80211_add_interface() 1411 rsta = &common->stations[cnt]; in rsi_mac80211_sta_add() 1436 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_add() 1520 rsta = &common->stations[sta_idx]; in rsi_mac80211_sta_remove()
|
| /OK3568_Linux_fs/buildroot/package/fmtools/ |
| H A D | Config.in | 7 scanning for stations.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | au-Sutherland | 10 #Channel 7 stations
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/ |
| H A D | nbd.rst | 12 This can be used for stations with low disk space (or even diskless)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | hostapd.conf.AES.template | 151 # Maximum number of stations allowed in station table. New stations will be 223 # specify full SSID, i.e., require stations to know SSID. 383 # The inactivity polling can be disabled to disconnect stations based on 384 # inactivity timeout so that idle stations are more likely to be disconnected 389 # Disassociate stations based on excessive transmission failures or other 400 # This mode allows associated stations to use 4-address frames to allow layer 2 413 # associated stations in the BSS. By default, this bridging is allowed. 466 # Require stations to support HT PHY (reject association if they do not) 469 # If set non-zero, require stations to perform scans of overlapping 470 # channels to test for stations which would be affected by 40 MHz traffic. [all …]
|
| H A D | hostapd.conf.TKIP.template | 151 # Maximum number of stations allowed in station table. New stations will be 223 # specify full SSID, i.e., require stations to know SSID. 383 # The inactivity polling can be disabled to disconnect stations based on 384 # inactivity timeout so that idle stations are more likely to be disconnected 389 # Disassociate stations based on excessive transmission failures or other 400 # This mode allows associated stations to use 4-address frames to allow layer 2 413 # associated stations in the BSS. By default, this bridging is allowed. 466 # Require stations to support HT PHY (reject association if they do not) 469 # If set non-zero, require stations to perform scans of overlapping 470 # channels to test for stations which would be affected by 40 MHz traffic. [all …]
|
| H A D | hostapd.conf.template | 151 # Maximum number of stations allowed in station table. New stations will be 223 # specify full SSID, i.e., require stations to know SSID. 383 # The inactivity polling can be disabled to disconnect stations based on 384 # inactivity timeout so that idle stations are more likely to be disconnected 389 # Disassociate stations based on excessive transmission failures or other 400 # This mode allows associated stations to use 4-address frames to allow layer 2 413 # associated stations in the BSS. By default, this bridging is allowed. 465 # Require stations to support HT PHY (reject association if they do not) 468 # If set non-zero, require stations to perform scans of overlapping 469 # channels to test for stations which would be affected by 40 MHz traffic. [all …]
|
| H A D | hostapd.conf.NO_SEC.template | 151 # Maximum number of stations allowed in station table. New stations will be 223 # specify full SSID, i.e., require stations to know SSID. 383 # The inactivity polling can be disabled to disconnect stations based on 384 # inactivity timeout so that idle stations are more likely to be disconnected 389 # Disassociate stations based on excessive transmission failures or other 400 # This mode allows associated stations to use 4-address frames to allow layer 2 413 # associated stations in the BSS. By default, this bridging is allowed. 466 # Require stations to support HT PHY (reject association if they do not) 469 # If set non-zero, require stations to perform scans of overlapping 470 # channels to test for stations which would be affected by 40 MHz traffic. [all …]
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | Kconfig | 65 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.)
|
| /OK3568_Linux_fs/kernel/Documentation/w1/slaves/ |
| H A D | w1_ds2438.rst | 21 is also often used in weather stations and applications such as: rain gauge,
|
| /OK3568_Linux_fs/kernel/Documentation/networking/mac80211_hwsim/ |
| H A D | mac80211_hwsim.rst | 40 hundreds of stations).
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/wpa-supplicant/ |
| H A D | wpa-supplicant_2.10.bb | 3 … Supplicant is the IEEE 802.1X/WPA component that is used in the client stations. It implements ke…
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | Kconfig | 76 This option enables detailed statistics for association stations.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/44x/ |
| H A D | Kconfig | 96 stations and trunks.
|