Lines Matching defs:cfg80211_ops

3974 struct cfg80211_ops {  struct
3975 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow);
3976 int (*resume)(struct wiphy *wiphy);
3977 void (*set_wakeup)(struct wiphy *wiphy, bool enabled);
3979 struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy,
3984 int (*del_virtual_intf)(struct wiphy *wiphy,
3986 int (*change_virtual_intf)(struct wiphy *wiphy,
3991 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev,
3994 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev,
3998 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev,
4000 int (*set_default_key)(struct wiphy *wiphy,
4003 int (*set_default_mgmt_key)(struct wiphy *wiphy,
4006 int (*set_default_beacon_key)(struct wiphy *wiphy,
4010 int (*start_ap)(struct wiphy *wiphy, struct net_device *dev,
4012 int (*change_beacon)(struct wiphy *wiphy, struct net_device *dev,
4014 int (*stop_ap)(struct wiphy *wiphy, struct net_device *dev);
4017 int (*add_station)(struct wiphy *wiphy, struct net_device *dev,
4020 int (*del_station)(struct wiphy *wiphy, struct net_device *dev,
4022 int (*change_station)(struct wiphy *wiphy, struct net_device *dev,
4025 int (*get_station)(struct wiphy *wiphy, struct net_device *dev,
4027 int (*dump_station)(struct wiphy *wiphy, struct net_device *dev,
4030 int (*add_mpath)(struct wiphy *wiphy, struct net_device *dev,
4032 int (*del_mpath)(struct wiphy *wiphy, struct net_device *dev,
4034 int (*change_mpath)(struct wiphy *wiphy, struct net_device *dev,
4036 int (*get_mpath)(struct wiphy *wiphy, struct net_device *dev,
4038 int (*dump_mpath)(struct wiphy *wiphy, struct net_device *dev,
4041 int (*get_mpp)(struct wiphy *wiphy, struct net_device *dev,
4043 int (*dump_mpp)(struct wiphy *wiphy, struct net_device *dev,
4046 int (*get_mesh_config)(struct wiphy *wiphy,
4049 int (*update_mesh_config)(struct wiphy *wiphy,
4052 int (*join_mesh)(struct wiphy *wiphy, struct net_device *dev,
4055 int (*leave_mesh)(struct wiphy *wiphy, struct net_device *dev);
4057 int (*join_ocb)(struct wiphy *wiphy, struct net_device *dev,
4059 int (*leave_ocb)(struct wiphy *wiphy, struct net_device *dev);
4061 int (*change_bss)(struct wiphy *wiphy, struct net_device *dev,
4064 int (*set_txq_params)(struct wiphy *wiphy, struct net_device *dev,
4067 int (*libertas_set_mesh_channel)(struct wiphy *wiphy,
4071 int (*set_monitor_channel)(struct wiphy *wiphy,
4074 int (*scan)(struct wiphy *wiphy,
4076 void (*abort_scan)(struct wiphy *wiphy, struct wireless_dev *wdev);
4078 int (*auth)(struct wiphy *wiphy, struct net_device *dev,
4080 int (*assoc)(struct wiphy *wiphy, struct net_device *dev,
4082 int (*deauth)(struct wiphy *wiphy, struct net_device *dev,
4084 int (*disassoc)(struct wiphy *wiphy, struct net_device *dev,
4087 int (*connect)(struct wiphy *wiphy, struct net_device *dev,
4089 int (*update_connect_params)(struct wiphy *wiphy,
4093 int (*disconnect)(struct wiphy *wiphy, struct net_device *dev,
4096 int (*join_ibss)(struct wiphy *wiphy, struct net_device *dev,
4098 int (*leave_ibss)(struct wiphy *wiphy, struct net_device *dev);
4100 int (*set_mcast_rate)(struct wiphy *wiphy, struct net_device *dev,
4103 int (*set_wiphy_params)(struct wiphy *wiphy, u32 changed);
4105 int (*set_tx_power)(struct wiphy *wiphy, struct wireless_dev *wdev,
4107 int (*get_tx_power)(struct wiphy *wiphy, struct wireless_dev *wdev,
4110 int (*set_wds_peer)(struct wiphy *wiphy, struct net_device *dev,
4113 void (*rfkill_poll)(struct wiphy *wiphy);
4116 int (*testmode_cmd)(struct wiphy *wiphy, struct wireless_dev *wdev,
4118 int (*testmode_dump)(struct wiphy *wiphy, struct sk_buff *skb,
4123 int (*set_bitrate_mask)(struct wiphy *wiphy,
4128 int (*dump_survey)(struct wiphy *wiphy, struct net_device *netdev,
4131 int (*set_pmksa)(struct wiphy *wiphy, struct net_device *netdev,
4133 int (*del_pmksa)(struct wiphy *wiphy, struct net_device *netdev,
4135 int (*flush_pmksa)(struct wiphy *wiphy, struct net_device *netdev);
4137 int (*remain_on_channel)(struct wiphy *wiphy,
4142 int (*cancel_remain_on_channel)(struct wiphy *wiphy,
4146 int (*mgmt_tx)(struct wiphy *wiphy, struct wireless_dev *wdev,
4149 int (*mgmt_tx_cancel_wait)(struct wiphy *wiphy,
4153 int (*set_power_mgmt)(struct wiphy *wiphy, struct net_device *dev,
4156 int (*set_cqm_rssi_config)(struct wiphy *wiphy,
4160 int (*set_cqm_rssi_range_config)(struct wiphy *wiphy,
4164 int (*set_cqm_txe_config)(struct wiphy *wiphy,
4168 void (*update_mgmt_frame_registrations)(struct wiphy *wiphy,
4172 int (*set_antenna)(struct wiphy *wiphy, u32 tx_ant, u32 rx_ant);
4173 int (*get_antenna)(struct wiphy *wiphy, u32 *tx_ant, u32 *rx_ant);
4175 int (*sched_scan_start)(struct wiphy *wiphy,
4178 int (*sched_scan_stop)(struct wiphy *wiphy, struct net_device *dev,
4181 int (*set_rekey_data)(struct wiphy *wiphy, struct net_device *dev,
4184 int (*tdls_mgmt)(struct wiphy *wiphy, struct net_device *dev,
4188 int (*tdls_oper)(struct wiphy *wiphy, struct net_device *dev,
4191 int (*probe_client)(struct wiphy *wiphy, struct net_device *dev,
4194 int (*set_noack_map)(struct wiphy *wiphy,
4198 int (*get_channel)(struct wiphy *wiphy,
4202 int (*start_p2p_device)(struct wiphy *wiphy,
4204 void (*stop_p2p_device)(struct wiphy *wiphy,
4207 int (*set_mac_acl)(struct wiphy *wiphy, struct net_device *dev,
4210 int (*start_radar_detection)(struct wiphy *wiphy,
4214 void (*end_cac)(struct wiphy *wiphy,
4216 int (*update_ft_ies)(struct wiphy *wiphy, struct net_device *dev,
4218 int (*crit_proto_start)(struct wiphy *wiphy,
4222 void (*crit_proto_stop)(struct wiphy *wiphy,
4224 int (*set_coalesce)(struct wiphy *wiphy,
4227 int (*channel_switch)(struct wiphy *wiphy,
4231 int (*set_qos_map)(struct wiphy *wiphy,
4235 int (*set_ap_chanwidth)(struct wiphy *wiphy, struct net_device *dev,
4238 int (*add_tx_ts)(struct wiphy *wiphy, struct net_device *dev,
4241 int (*del_tx_ts)(struct wiphy *wiphy, struct net_device *dev,
4244 int (*tdls_channel_switch)(struct wiphy *wiphy,
4248 void (*tdls_cancel_channel_switch)(struct wiphy *wiphy,
4251 int (*start_nan)(struct wiphy *wiphy, struct wireless_dev *wdev,
4253 void (*stop_nan)(struct wiphy *wiphy, struct wireless_dev *wdev);
4254 int (*add_nan_func)(struct wiphy *wiphy, struct wireless_dev *wdev,
4256 void (*del_nan_func)(struct wiphy *wiphy, struct wireless_dev *wdev,
4258 int (*nan_change_conf)(struct wiphy *wiphy,
4263 int (*set_multicast_to_unicast)(struct wiphy *wiphy,
4267 int (*get_txq_stats)(struct wiphy *wiphy,
4271 int (*set_pmk)(struct wiphy *wiphy, struct net_device *dev,
4273 int (*del_pmk)(struct wiphy *wiphy, struct net_device *dev,
4275 int (*external_auth)(struct wiphy *wiphy, struct net_device *dev,
4278 int (*tx_control_port)(struct wiphy *wiphy,
4285 int (*get_ftm_responder_stats)(struct wiphy *wiphy,
4289 int (*start_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev,
4291 void (*abort_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev,
4293 int (*update_owe_info)(struct wiphy *wiphy, struct net_device *dev,
4295 int (*probe_mesh_link)(struct wiphy *wiphy, struct net_device *dev,
4297 int (*set_tid_config)(struct wiphy *wiphy, struct net_device *dev,
4299 int (*reset_tid_config)(struct wiphy *wiphy, struct net_device *dev,