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.h974 struct ieee80211_ops { struct
976 int (*start)(struct ieee80211_hw *);
977 void (*stop)(struct ieee80211_hw *, bool);
979 int (*config)(struct ieee80211_hw *, u32);
980 void (*reconfig_complete)(struct ieee80211_hw *, enum ieee80211_reconfig_type);
982 void (*prep_add_interface)(struct ieee80211_hw *, enum nl80211_iftype);
983 int (*add_interface)(struct ieee80211_hw *, struct ieee80211_vif *);
984 void (*remove_interface)(struct ieee80211_hw *, struct ieee80211_vif *);
985 int (*change_interface)(struct ieee80211_hw *, struct ieee80211_vif *, enum nl80211_iftype, bool);
987 void (*sw_scan_start)(struct ieee80211_hw *, struct ieee80211_vif *, const u8 *);
[all …]