Lines Matching refs:ieee80211_hw
37 static int p54_sta_add_remove(struct ieee80211_hw *hw, in p54_sta_add_remove()
53 static void p54_sta_notify(struct ieee80211_hw *dev, struct ieee80211_vif *vif, in p54_sta_notify()
69 static int p54_set_tim(struct ieee80211_hw *dev, struct ieee80211_sta *sta, in p54_set_tim()
168 static int p54_start(struct ieee80211_hw *dev) in p54_start()
203 static void p54_stop(struct ieee80211_hw *dev) in p54_stop()
226 static int p54_add_interface(struct ieee80211_hw *dev, in p54_add_interface()
260 static void p54_remove_interface(struct ieee80211_hw *dev, in p54_remove_interface()
283 static int p54_wait_for_stats(struct ieee80211_hw *dev) in p54_wait_for_stats()
319 static int p54_config(struct ieee80211_hw *dev, u32 changed) in p54_config()
366 static u64 p54_prepare_multicast(struct ieee80211_hw *dev, in p54_prepare_multicast()
391 static void p54_configure_filter(struct ieee80211_hw *dev, in p54_configure_filter()
409 static int p54_conf_tx(struct ieee80211_hw *dev, in p54_conf_tx()
446 static int p54_get_stats(struct ieee80211_hw *dev, in p54_get_stats()
455 static void p54_bss_info_changed(struct ieee80211_hw *dev, in p54_bss_info_changed()
503 static int p54_set_key(struct ieee80211_hw *dev, enum set_key_cmd cmd, in p54_set_key()
609 static int p54_get_survey(struct ieee80211_hw *dev, int idx, in p54_get_survey()
672 static void p54_flush(struct ieee80211_hw *dev, struct ieee80211_vif *vif, in p54_flush()
699 static void p54_set_coverage_class(struct ieee80211_hw *dev, in p54_set_coverage_class()
733 struct ieee80211_hw *p54_init_common(size_t priv_data_len) in p54_init_common()
735 struct ieee80211_hw *dev; in p54_init_common()
802 int p54_register_common(struct ieee80211_hw *dev, struct device *pdev) in p54_register_common()
827 void p54_free_common(struct ieee80211_hw *dev) in p54_free_common()
851 void p54_unregister_common(struct ieee80211_hw *dev) in p54_unregister_common()