Lines Matching refs:ieee80211_hw

144 static int zd_mac_config_beacon(struct ieee80211_hw *hw,
162 static int zd_check_signal(struct ieee80211_hw *hw, int signal) in zd_check_signal()
178 int zd_mac_preinit_hw(struct ieee80211_hw *hw) in zd_mac_preinit_hw()
193 int zd_mac_init_hw(struct ieee80211_hw *hw) in zd_mac_init_hw()
282 int zd_op_start(struct ieee80211_hw *hw) in zd_op_start()
342 void zd_op_stop(struct ieee80211_hw *hw) in zd_op_stop()
444 static void zd_mac_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb, in zd_mac_tx_status()
501 struct ieee80211_hw * hw = zd_usb_to_hw(urb->context); in zd_mac_tx_failed()
584 struct ieee80211_hw *hw = info->rate_driver_data[0]; in zd_mac_tx_to_dev()
715 static int zd_mac_config_beacon(struct ieee80211_hw *hw, struct sk_buff *beacon, in zd_mac_config_beacon()
938 static void zd_op_tx(struct ieee80211_hw *hw, in zd_op_tx()
975 static int filter_ack(struct ieee80211_hw *hw, struct ieee80211_hdr *rx_hdr, in filter_ack()
1030 int zd_mac_rx(struct ieee80211_hw *hw, const u8 *buffer, unsigned int length) in zd_mac_rx()
1113 static int zd_op_add_interface(struct ieee80211_hw *hw, in zd_op_add_interface()
1139 static void zd_op_remove_interface(struct ieee80211_hw *hw, in zd_op_remove_interface()
1151 static int zd_op_config(struct ieee80211_hw *hw, u32 changed) in zd_op_config()
1215 static u64 zd_op_prepare_multicast(struct ieee80211_hw *hw, in zd_op_prepare_multicast()
1235 static void zd_op_configure_filter(struct ieee80211_hw *hw, in zd_op_configure_filter()
1293 static void zd_op_bss_info_changed(struct ieee80211_hw *hw, in zd_op_bss_info_changed()
1353 static u64 zd_op_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in zd_op_get_tsf()
1372 struct ieee80211_hw *zd_mac_alloc_hw(struct usb_interface *intf) in zd_mac_alloc_hw()
1375 struct ieee80211_hw *hw; in zd_mac_alloc_hw()