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.h954 struct ieee80211_ops { struct
956 int (*start)(struct ieee80211_hw *);
957 void (*stop)(struct ieee80211_hw *, bool);
959 int (*config)(struct ieee80211_hw *, int, u32);
960 void (*reconfig_complete)(struct ieee80211_hw *, enum ieee80211_reconfig_type);
962 void (*prep_add_interface)(struct ieee80211_hw *, enum nl80211_iftype);
963 int (*add_interface)(struct ieee80211_hw *, struct ieee80211_vif *);
964 void (*remove_interface)(struct ieee80211_hw *, struct ieee80211_vif *);
965 int (*change_interface)(struct ieee80211_hw *, struct ieee80211_vif *, enum nl80211_iftype, bool);
967 void (*sw_scan_start)(struct ieee80211_hw *, struct ieee80211_vif *, const u8 *);
[all …]