Lines Matching full:station

60  * Add an internal station to the FW table
91 * Remove a station from the FW table. Before sending the command to remove
92 * the station validate that the station is indeed known to the driver (sanity
104 IWL_ERR(mvm, "Invalid station id %d\n", sta_id); in iwl_mvm_mld_rm_sta_from_fw()
111 IWL_ERR(mvm, "Failed to remove station. Id=%d\n", sta_id); in iwl_mvm_mld_rm_sta_from_fw()
160 * For 22000 firmware and on we cannot add queue to a station unknown in iwl_mvm_mld_add_int_sta_with_queue()
161 * to firmware so enable queue here - after the station was added in iwl_mvm_mld_add_int_sta_with_queue()
205 /* Allocate a new station entry for the broadcast station to the given vif,
207 * Note that each P2P mac should have its own broadcast station.
244 /* Allocate a new station entry for the broadcast station to the given vif,
246 * Note that each AP/GO mac should have its own multicast station.
279 /* Allocate a new station entry for the sniffer station to the given vif,
359 IWL_WARN(mvm, "Failed sending remove station\n"); in iwl_mvm_mld_rm_int_sta()
396 /* Send the FW a request to remove the station from it's internal data
582 /* allocate all the links of a sta, called when the station is first added */
637 /* First add an empty station since allocating a queue requires in iwl_mvm_alloc_sta_after_restart()
638 * a valid station. Since we need a link_id to allocate a station, in iwl_mvm_alloc_sta_after_restart()
1180 /* remove all already allocated station links in driver */ in iwl_mvm_mld_update_sta_links()