Lines Matching full:station
57 * Add an internal station to the FW table
88 * Remove a station from the FW table. Before sending the command to remove
89 * the station validate that the station is indeed known to the driver (sanity
101 IWL_ERR(mvm, "Invalid station id %d\n", sta_id); in iwl_mvm_mld_rm_sta_from_fw()
108 IWL_ERR(mvm, "Failed to remove station. Id=%d\n", sta_id); in iwl_mvm_mld_rm_sta_from_fw()
157 * For 22000 firmware and on we cannot add queue to a station unknown in iwl_mvm_mld_add_int_sta_with_queue()
158 * to firmware so enable queue here - after the station was added in iwl_mvm_mld_add_int_sta_with_queue()
202 /* Allocate a new station entry for the broadcast station to the given vif,
204 * Note that each P2P mac should have its own broadcast station.
241 /* Allocate a new station entry for the broadcast station to the given vif,
243 * Note that each AP/GO mac should have its own multicast station.
276 /* Allocate a new station entry for the sniffer station to the given vif,
356 IWL_WARN(mvm, "Failed sending remove station\n"); in iwl_mvm_mld_rm_int_sta()
393 /* Send the FW a request to remove the station from it's internal data
579 /* allocate all the links of a sta, called when the station is first added */
634 /* First add an empty station since allocating a queue requires in iwl_mvm_alloc_sta_after_restart()
635 * a valid station. Since we need a link_id to allocate a station, in iwl_mvm_alloc_sta_after_restart()
1169 /* remove all already allocated station links in driver */ in iwl_mvm_mld_update_sta_links()