Searched defs:cfg80211_ops (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 1170 struct cfg80211_ops { struct 1172 …rtual_intf)(struct wiphy *, const char *, unsigned char, enum nl80211_iftype, struct vif_params *); 1173 int (*del_virtual_intf)(struct wiphy *, struct wireless_dev *); 1174 …hange_virtual_intf)(struct wiphy *, struct net_device *, enum nl80211_iftype, struct vif_params *); 1175 int (*scan)(struct wiphy *, struct cfg80211_scan_request *); 1176 int (*set_wiphy_params)(struct wiphy *, int, uint32_t); 1177 int (*join_ibss)(struct wiphy *, struct net_device *, struct cfg80211_ibss_params *); 1178 int (*leave_ibss)(struct wiphy *, struct net_device *); 1179 int (*get_station)(struct wiphy *, struct net_device *, const uint8_t *, struct station_info *); 1180 int (*dump_station)(struct wiphy *, struct net_device *, int, uint8_t *, struct station_info *); [all …]
|