Home
last modified time | relevance | path

Searched defs:ieee80211_ops (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h911 struct ieee80211_ops { struct
913 int (*start)(struct ieee80211_hw *);
914 void (*stop)(struct ieee80211_hw *);
916 int (*config)(struct ieee80211_hw *, u32);
932 int (*tx_last_beacon)(struct ieee80211_hw *);
942 int (*set_frag_threshold)(struct ieee80211_hw *, u32);
944 void (*sync_rx_queues)(struct ieee80211_hw *);
985 int (*set_antenna)(struct ieee80211_hw *, u32, u32);
996 int (*set_rts_threshold)(struct ieee80211_hw *, u32);
1006 void (*set_coverage_class)(struct ieee80211_hw *, s16);
[all …]