Searched defs:ath6kl_vif (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dcore.h485 struct ath6kl_vif { struct
726 return ((struct ath6kl_vif *) netdev_priv(dev))->ar;
759 void ath6kl_init_profile_info(struct ath6kl_vif *vif);
766 struct aggr_info *aggr_init(struct ath6kl_vif *vif);
767 void aggr_conn_init(struct ath6kl_vif *vif, struct aggr_info *aggr_info,
778 struct ath6kl_sta *ath6kl_find_sta(struct ath6kl_vif *vif, u8 *node_addr);
784 void ath6kl_connect_event(struct ath6kl_vif *vif, u16 channel,
789 void ath6kl_connect_ap_mode_bss(struct ath6kl_vif *vif, u16 channel);
790 void ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr,
793 void ath6kl_disconnect_event(struct ath6kl_vif *vi
[all...]

Completed in 40 milliseconds