Lines Matching full:station
26 IWL_ERR(priv, "ACTIVATE a non DRIVER active station id %u " in iwl_sta_ucode_activate()
48 IWL_DEBUG_INFO(priv, "Processing response for adding station\n"); in iwl_process_add_sta_resp()
57 IWL_ERR(priv, "Adding station failed, no room in table.\n"); in iwl_process_add_sta_resp()
61 "Adding station failed, no block ack resource.\n"); in iwl_process_add_sta_resp()
64 IWL_ERR(priv, "Attempting to modify non-existing station\n"); in iwl_process_add_sta_resp()
233 * iwl_prep_station - Prepare station information for addition
240 struct iwl_station_entry *station; in iwl_prep_station() local
270 * station. Keep track if one is in progress so that we do not send in iwl_prep_station()
287 station = &priv->stations[sta_id]; in iwl_prep_station()
288 station->used = IWL_STA_DRIVER_ACTIVE; in iwl_prep_station()
294 memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd)); in iwl_prep_station()
295 memcpy(station->sta.sta.addr, addr, ETH_ALEN); in iwl_prep_station()
296 station->sta.mode = 0; in iwl_prep_station()
297 station->sta.sta.sta_id = sta_id; in iwl_prep_station()
298 station->sta.station_flags = ctx->station_flags; in iwl_prep_station()
299 station->ctxid = ctx->ctxid; in iwl_prep_station()
336 IWL_ERR(priv, "Unable to prepare station %pM for addition\n", in iwl_add_station_common()
344 * station. Keep track if one is in progress so that we do not send in iwl_add_station_common()
367 /* Add station to device's station table */ in iwl_add_station_common()
371 IWL_ERR(priv, "Adding station %pM failed.\n", in iwl_add_station_common()
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", in iwl_remove_station()
520 "Unable to remove station %pM, device not ready.\n", in iwl_deactivate_station()
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); in iwl_clear_ucode_stations()
692 IWL_ERR(priv, "Adding station %pM failed.\n", in iwl_restore_stations()
755 IWL_DEBUG_RATE(priv, "lq station id 0x%x\n", lq->sta_id); in iwl_dump_lq_cmd()
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); in iwlagn_add_bssid_station()
907 /* Set up default rate scaling table in device's station table */ in iwlagn_add_bssid_station()
911 "Unable to initialize rate scaling for station %pM.\n", in iwlagn_add_bssid_station()
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 in iwlagn_key_sta_id()
1068 * installed as GTKs for the AP station. If we have no in iwlagn_key_sta_id()
1069 * station ID, then use the ap_sta_id in that case. in iwlagn_key_sta_id()
1162 /* if station isn't there, neither is the key */ in iwl_remove_dynamic_key()
1227 else /* station mode case only */ in iwl_set_dynamic_key()
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"); in iwlagn_alloc_bcast_station()
1288 "Unable to initialize rate scaling for bcast station.\n"); in iwlagn_alloc_bcast_station()
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"); in iwl_update_bcast_station()
1321 IWL_DEBUG_INFO(priv, "Bcast station rate scaling has not been initialized yet.\n"); in iwl_update_bcast_station()
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); in iwl_sta_rx_agg_stop()