Lines Matching refs:iwl_mvm

76 struct iwl_mvm;
448 u16 iwl_mvm_tid_queued(struct iwl_mvm *mvm, struct iwl_mvm_tid_data *tid_data);
479 int iwl_mvm_sta_send_to_fw(struct iwl_mvm *mvm, struct ieee80211_sta *sta,
481 int iwl_mvm_add_sta(struct iwl_mvm *mvm,
485 static inline int iwl_mvm_update_sta(struct iwl_mvm *mvm, in iwl_mvm_update_sta()
492 int iwl_mvm_wait_sta_queues_empty(struct iwl_mvm *mvm,
494 int iwl_mvm_rm_sta(struct iwl_mvm *mvm,
497 int iwl_mvm_rm_sta_id(struct iwl_mvm *mvm,
500 int iwl_mvm_set_sta_key(struct iwl_mvm *mvm,
505 int iwl_mvm_remove_sta_key(struct iwl_mvm *mvm,
510 void iwl_mvm_update_tkip_key(struct iwl_mvm *mvm,
516 void iwl_mvm_rx_eosp_notif(struct iwl_mvm *mvm,
520 int iwl_mvm_sta_rx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta,
522 int iwl_mvm_sta_tx_agg_start(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
524 int iwl_mvm_sta_tx_agg_oper(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
527 int iwl_mvm_sta_tx_agg_stop(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
529 int iwl_mvm_sta_tx_agg_flush(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
532 int iwl_mvm_sta_tx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta,
535 int iwl_mvm_add_aux_sta(struct iwl_mvm *mvm);
536 void iwl_mvm_del_aux_sta(struct iwl_mvm *mvm);
538 int iwl_mvm_alloc_bcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
539 int iwl_mvm_send_add_bcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
540 int iwl_mvm_add_p2p_bcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
541 int iwl_mvm_send_rm_bcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
542 int iwl_mvm_rm_p2p_bcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
543 int iwl_mvm_add_mcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
544 int iwl_mvm_rm_mcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
545 int iwl_mvm_allocate_int_sta(struct iwl_mvm *mvm,
549 void iwl_mvm_dealloc_bcast_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
550 void iwl_mvm_dealloc_int_sta(struct iwl_mvm *mvm, struct iwl_mvm_int_sta *sta);
551 int iwl_mvm_add_snif_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
552 int iwl_mvm_rm_snif_sta(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
553 void iwl_mvm_dealloc_snif_sta(struct iwl_mvm *mvm);
555 void iwl_mvm_sta_modify_ps_wake(struct iwl_mvm *mvm,
557 void iwl_mvm_sta_modify_sleep_tx_count(struct iwl_mvm *mvm,
562 int iwl_mvm_drain_sta(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta,
564 void iwl_mvm_sta_modify_disable_tx(struct iwl_mvm *mvm,
566 void iwl_mvm_sta_modify_disable_tx_ap(struct iwl_mvm *mvm,
569 void iwl_mvm_modify_all_sta_disable_tx(struct iwl_mvm *mvm,
572 void iwl_mvm_csa_client_absent(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
575 int iwl_mvm_scd_queue_redirect(struct iwl_mvm *mvm, int queue, int tid,