Searched defs:ieee80211_ops (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 971 struct ieee80211_ops { struct 973 int (*start)(struct ieee80211_hw *); 974 void (*stop)(struct ieee80211_hw *, bool); 976 int (*config)(struct ieee80211_hw *, u32); 977 void (*reconfig_complete)(struct ieee80211_hw *, enum ieee80211_reconfig_type); 979 void (*prep_add_interface)(struct ieee80211_hw *, enum nl80211_iftype); 980 int (*add_interface)(struct ieee80211_hw *, struct ieee80211_vif *); 981 void (*remove_interface)(struct ieee80211_hw *, struct ieee80211_vif *); 982 int (*change_interface)(struct ieee80211_hw *, struct ieee80211_vif *, enum nl80211_iftype, bool); 984 void (*sw_scan_start)(struct ieee80211_hw *, struct ieee80211_vif *, const u8 *); [all …]
|