Searched refs:stations (Results 1 - 20 of 20) sorted by relevance

/drivers/net/wireless/iwlwifi/dvm/
H A Dsta.c45 if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE))
48 sta_id, priv->stations[sta_id].sta.sta.addr);
50 if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) {
54 sta_id, priv->stations[sta_id].sta.sta.addr);
56 priv->stations[sta_id].used |= IWL_STA_UCODE_ACTIVE;
58 sta_id, priv->stations[sta_id].sta.sta.addr);
106 priv->stations[sta_id].sta.mode ==
108 sta_id, priv->stations[sta_id].sta.sta.addr);
119 priv->stations[sta_id].sta.mode ==
254 priv->stations[sta_i
[all...]
H A Ddev.h764 struct iwl_station_entry stations[IWLAGN_STATION_COUNT]; member in struct:iwl_priv
H A Dtx.c772 addr = priv->stations[sta_id].sta.sta.addr;
773 ctx = priv->stations[sta_id].ctxid;
H A Dmain.c809 * iwl_clear_driver_stations - clear knowledge of all stations from driver
814 * able to reconfigure stations -- if we're getting there in the
815 * normal down flow then the stations will already be cleared.
822 memset(priv->stations, 0, sizeof(priv->stations));
H A Dmac80211.c628 * for more stations is probably more useful.
896 priv->stations[iwl_sta_id(sta)].used &=
H A Ddebugfs.c243 pos += scnprintf(buf + pos, bufsz - pos, "num of stations: %d\n\n",
247 station = &priv->stations[i];
675 DEBUGFS_READ_FILE_OPS(stations); variable
2379 DEBUGFS_ADD_FILE(stations, dir_data, S_IRUSR);
H A Drs.c695 * there are no non-GF stations present in the BSS.
2711 priv->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq;
/drivers/net/wireless/iwlegacy/
H A D4965-mac.c1068 if (il->stations[sta_id].tid[tid].tfds_in_queue >= freed)
1069 il->stations[sta_id].tid[tid].tfds_in_queue -= freed;
1072 il->stations[sta_id].tid[tid].tfds_in_queue, freed);
1073 il->stations[sta_id].tid[tid].tfds_in_queue = 0;
1752 seq_number = il->stations[sta_id].tid[tid].seq_number;
1760 il->stations[sta_id].tid[tid].agg.state == IL_AGG_ON) {
1761 txq_id = il->stations[sta_id].tid[tid].agg.txq_id;
1775 il->stations[sta_id].tid[tid].tfds_in_queue++;
1777 il->stations[sta_id].tid[tid].seq_number = seq_number;
2258 if (il->stations[sta_i
[all...]
H A Dcommon.c1758 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE))
1760 sta_id, il->stations[sta_id].sta.sta.addr);
1762 if (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) {
1765 il->stations[sta_id].sta.sta.addr);
1767 il->stations[sta_id].used |= IL_STA_UCODE_ACTIVE;
1769 il->stations[sta_id].sta.sta.addr);
1813 il->stations[sta_id].sta.mode ==
1815 il->stations[sta_id].sta.sta.addr);
1826 il->stations[sta_id].sta.mode ==
1896 sta_flags = il->stations[id
[all...]
H A D3945-mac.c151 il->stations[sta_id].keyinfo.cipher = keyconf->cipher;
152 il->stations[sta_id].keyinfo.keylen = keyconf->keylen;
153 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen);
155 memcpy(il->stations[sta_id].sta.key.key, keyconf->key, keyconf->keylen);
157 if ((il->stations[sta_id].sta.key.
159 il->stations[sta_id].sta.key.key_offset =
164 WARN(il->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET,
167 il->stations[sta_id].sta.key.key_flags = key_flags;
168 il->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
169 il->stations[sta_i
[all...]
H A D3945-rs.c389 il->stations[sta_id].used &= ~IL_STA_UCODE_INPROGRESS;
924 sta = ieee80211_find_sta(il->vif, il->stations[sta_id].sta.sta.addr);
H A Ddebug.c437 scnprintf(buf + pos, bufsz - pos, "num of stations: %d\n\n",
441 station = &il->stations[i];
839 DEBUGFS_READ_FILE_OPS(stations); variable
1374 DEBUGFS_ADD_FILE(stations, dir_data, S_IRUSR);
H A D4965-rs.c640 * there are no non-GF stations present in the BSS.
1782 tid_data = &il->stations[lq_sta->lq.sta_id].tid[tid];
2113 &il->stations[lq_sta->lq.sta_id].tid[tid];
2194 il->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq;
H A Dcommon.h1297 struct il_station_entry stations[IL_STATION_COUNT]; member in struct:il_priv
2131 (this is for the IBSS BSSID stations) */
2152 * il_clear_driver_stations - clear knowledge of all stations from driver
2157 * able to reconfigure stations -- if we're getting there in the
2158 * normal down flow then the stations will already be cleared.
2166 memset(il->stations, 0, sizeof(il->stations));
H A D3945.c754 station = &il->stations[sta_id];
2291 il->stations[sta_id].used |= IL_STA_LOCAL;
/drivers/net/wireless/iwlwifi/mvm/
H A Ddebugfs.c1405 MVM_DEBUGFS_READ_FILE_OPS(stations); variable
1448 MVM_DEBUGFS_ADD_FILE(stations, dbgfs_dir, S_IRUSR);
/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h821 u8 stations; member in struct:wcn36xx_hal_mac_start_rsp_params
2346 * with the stations MAC address in the address 1 field or an
H A Dsmd.c349 wcn36xx_info("firmware API %u.%u.%u.%u, %u stations, %u bssids\n",
352 rsp->start_rsp_params.stations,
/drivers/net/wireless/ipw2x00/
H A Dipw2200.h1259 u8 stations[MAX_STATIONS][ETH_ALEN]; member in struct:ipw_priv
H A Dipw2200.c3924 if (ether_addr_equal(priv->stations[i], bssid)) {
3943 memcpy(priv->stations[i], bssid, ETH_ALEN);
3956 if (ether_addr_equal(priv->stations[i], bssid))
4059 "associated stations"},

Completed in 2446 milliseconds