Lines Matching refs:station

26 		IWL_ERR(priv, "ACTIVATE a non DRIVER active station id %u "
48 IWL_DEBUG_INFO(priv, "Processing response for adding station\n");
57 IWL_ERR(priv, "Adding station failed, no room in table.\n");
61 "Adding station failed, no block ack resource.\n");
64 IWL_ERR(priv, "Attempting to modify non-existing station\n");
233 * iwl_prep_station - Prepare station information for addition
240 struct iwl_station_entry *station;
270 * station. Keep track if one is in progress so that we do not send
287 station = &priv->stations[sta_id];
288 station->used = IWL_STA_DRIVER_ACTIVE;
294 memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd));
295 memcpy(station->sta.sta.addr, addr, ETH_ALEN);
296 station->sta.mode = 0;
297 station->sta.sta.sta_id = sta_id;
298 station->sta.station_flags = ctx->station_flags;
299 station->ctxid = ctx->ctxid;
336 IWL_ERR(priv, "Unable to prepare station %pM for addition\n",
344 * station. Keep track if one is in progress so that we do not send
367 /* Add station to device's station table */
371 IWL_ERR(priv, "Adding station %pM failed.\n",
382 * iwl_sta_ucode_deactivate - deactivate ucode status for a station
450 * iwl_remove_station - Remove driver's knowledge of station.
459 "Unable to remove station %pM, device not ready.\n",
520 "Unable to remove station %pM, device not ready.\n",
600 * iwl_clear_ucode_stations - clear ucode station table bits
604 * other than explicit station management would cause this in
622 "Clearing ucode active for station %d\n", i);
692 IWL_ERR(priv, "Adding station %pM failed.\n",
755 IWL_DEBUG_RATE(priv, "lq station id 0x%x\n", lq->sta_id);
776 * current channel is not HT anymore before removing the station. In such a
807 * @init: This command is sent as part of station initialization right
808 * after station has been added.
810 * The link quality command is sent as the last step of station creation.
812 * this case to clear the state indicating that station creation is in
879 * iwlagn_add_bssid_station - Add the special IBSS BSSID station
896 IWL_ERR(priv, "Unable to add station %pM\n", addr);
907 /* Set up default rate scaling table in device's station table */
911 "Unable to initialize rate scaling for station %pM.\n",
1043 * dynamic (per-station) keys
1048 * into the key table for each station/key index/{mcast,unicast},
1054 * add station command with STA_MODIFY_KEY_MASK.
1067 * The device expects GTKs for station interfaces to be
1068 * installed as GTKs for the AP station. If we have no
1069 * station ID, then use the ap_sta_id in that case.
1162 /* if station isn't there, neither is the key */
1227 else /* station mode case only */
1260 * iwlagn_alloc_bcast_station - add broadcast station into driver's station table.
1262 * This adds the broadcast station into the driver's station table
1275 IWL_ERR(priv, "Unable to prepare broadcast station\n");
1288 "Unable to initialize rate scaling for bcast station.\n");
1300 * iwl_update_bcast_station - update broadcast station's LQ command
1302 * Only used by iwlagn. Placed here to have all bcast station management
1313 IWL_ERR(priv, "Unable to initialize rate scaling for bcast station.\n");
1321 IWL_DEBUG_INFO(priv, "Bcast station rate scaling has not been initialized yet.\n");
1343 * iwl_sta_tx_modify_enable_tid - Enable Tx for this TID in station table
1396 IWL_ERR(priv, "Invalid station for AGG tid %d\n", tid);