Lines Matching defs:cfg80211_ops
3925 struct cfg80211_ops { struct
3926 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow);
3927 int (*resume)(struct wiphy *wiphy);
3928 void (*set_wakeup)(struct wiphy *wiphy, bool enabled);
3930 struct wireless_dev * (*add_virtual_intf)(struct wiphy *wiphy,
3935 int (*del_virtual_intf)(struct wiphy *wiphy,
3937 int (*change_virtual_intf)(struct wiphy *wiphy,
3942 int (*add_key)(struct wiphy *wiphy, struct net_device *netdev,
3945 int (*get_key)(struct wiphy *wiphy, struct net_device *netdev,
3949 int (*del_key)(struct wiphy *wiphy, struct net_device *netdev,
3951 int (*set_default_key)(struct wiphy *wiphy,
3954 int (*set_default_mgmt_key)(struct wiphy *wiphy,
3957 int (*set_default_beacon_key)(struct wiphy *wiphy,
3961 int (*start_ap)(struct wiphy *wiphy, struct net_device *dev,
3963 int (*change_beacon)(struct wiphy *wiphy, struct net_device *dev,
3965 int (*stop_ap)(struct wiphy *wiphy, struct net_device *dev);
3968 int (*add_station)(struct wiphy *wiphy, struct net_device *dev,
3971 int (*del_station)(struct wiphy *wiphy, struct net_device *dev,
3973 int (*change_station)(struct wiphy *wiphy, struct net_device *dev,
3976 int (*get_station)(struct wiphy *wiphy, struct net_device *dev,
3978 int (*dump_station)(struct wiphy *wiphy, struct net_device *dev,
3981 int (*add_mpath)(struct wiphy *wiphy, struct net_device *dev,
3983 int (*del_mpath)(struct wiphy *wiphy, struct net_device *dev,
3985 int (*change_mpath)(struct wiphy *wiphy, struct net_device *dev,
3987 int (*get_mpath)(struct wiphy *wiphy, struct net_device *dev,
3989 int (*dump_mpath)(struct wiphy *wiphy, struct net_device *dev,
3992 int (*get_mpp)(struct wiphy *wiphy, struct net_device *dev,
3994 int (*dump_mpp)(struct wiphy *wiphy, struct net_device *dev,
3997 int (*get_mesh_config)(struct wiphy *wiphy,
4000 int (*update_mesh_config)(struct wiphy *wiphy,
4003 int (*join_mesh)(struct wiphy *wiphy, struct net_device *dev,
4006 int (*leave_mesh)(struct wiphy *wiphy, struct net_device *dev);
4008 int (*join_ocb)(struct wiphy *wiphy, struct net_device *dev,
4010 int (*leave_ocb)(struct wiphy *wiphy, struct net_device *dev);
4012 int (*change_bss)(struct wiphy *wiphy, struct net_device *dev,
4015 int (*set_txq_params)(struct wiphy *wiphy, struct net_device *dev,
4018 int (*libertas_set_mesh_channel)(struct wiphy *wiphy,
4022 int (*set_monitor_channel)(struct wiphy *wiphy,
4025 int (*scan)(struct wiphy *wiphy,
4027 void (*abort_scan)(struct wiphy *wiphy, struct wireless_dev *wdev);
4029 int (*auth)(struct wiphy *wiphy, struct net_device *dev,
4031 int (*assoc)(struct wiphy *wiphy, struct net_device *dev,
4033 int (*deauth)(struct wiphy *wiphy, struct net_device *dev,
4035 int (*disassoc)(struct wiphy *wiphy, struct net_device *dev,
4038 int (*connect)(struct wiphy *wiphy, struct net_device *dev,
4040 int (*update_connect_params)(struct wiphy *wiphy,
4044 int (*disconnect)(struct wiphy *wiphy, struct net_device *dev,
4047 int (*join_ibss)(struct wiphy *wiphy, struct net_device *dev,
4049 int (*leave_ibss)(struct wiphy *wiphy, struct net_device *dev);
4051 int (*set_mcast_rate)(struct wiphy *wiphy, struct net_device *dev,
4054 int (*set_wiphy_params)(struct wiphy *wiphy, u32 changed);
4056 int (*set_tx_power)(struct wiphy *wiphy, struct wireless_dev *wdev,
4058 int (*get_tx_power)(struct wiphy *wiphy, struct wireless_dev *wdev,
4061 int (*set_wds_peer)(struct wiphy *wiphy, struct net_device *dev,
4064 void (*rfkill_poll)(struct wiphy *wiphy);
4067 int (*testmode_cmd)(struct wiphy *wiphy, struct wireless_dev *wdev,
4069 int (*testmode_dump)(struct wiphy *wiphy, struct sk_buff *skb,
4074 int (*set_bitrate_mask)(struct wiphy *wiphy,
4079 int (*dump_survey)(struct wiphy *wiphy, struct net_device *netdev,
4082 int (*set_pmksa)(struct wiphy *wiphy, struct net_device *netdev,
4084 int (*del_pmksa)(struct wiphy *wiphy, struct net_device *netdev,
4086 int (*flush_pmksa)(struct wiphy *wiphy, struct net_device *netdev);
4088 int (*remain_on_channel)(struct wiphy *wiphy,
4093 int (*cancel_remain_on_channel)(struct wiphy *wiphy,
4097 int (*mgmt_tx)(struct wiphy *wiphy, struct wireless_dev *wdev,
4100 int (*mgmt_tx_cancel_wait)(struct wiphy *wiphy,
4104 int (*set_power_mgmt)(struct wiphy *wiphy, struct net_device *dev,
4107 int (*set_cqm_rssi_config)(struct wiphy *wiphy,
4111 int (*set_cqm_rssi_range_config)(struct wiphy *wiphy,
4115 int (*set_cqm_txe_config)(struct wiphy *wiphy,
4119 void (*update_mgmt_frame_registrations)(struct wiphy *wiphy,
4123 int (*set_antenna)(struct wiphy *wiphy, u32 tx_ant, u32 rx_ant);
4124 int (*get_antenna)(struct wiphy *wiphy, u32 *tx_ant, u32 *rx_ant);
4126 int (*sched_scan_start)(struct wiphy *wiphy,
4129 int (*sched_scan_stop)(struct wiphy *wiphy, struct net_device *dev,
4132 int (*set_rekey_data)(struct wiphy *wiphy, struct net_device *dev,
4135 int (*tdls_mgmt)(struct wiphy *wiphy, struct net_device *dev,
4139 int (*tdls_oper)(struct wiphy *wiphy, struct net_device *dev,
4142 int (*probe_client)(struct wiphy *wiphy, struct net_device *dev,
4145 int (*set_noack_map)(struct wiphy *wiphy,
4149 int (*get_channel)(struct wiphy *wiphy,
4153 int (*start_p2p_device)(struct wiphy *wiphy,
4155 void (*stop_p2p_device)(struct wiphy *wiphy,
4158 int (*set_mac_acl)(struct wiphy *wiphy, struct net_device *dev,
4161 int (*start_radar_detection)(struct wiphy *wiphy,
4165 void (*end_cac)(struct wiphy *wiphy,
4167 int (*update_ft_ies)(struct wiphy *wiphy, struct net_device *dev,
4169 int (*crit_proto_start)(struct wiphy *wiphy,
4173 void (*crit_proto_stop)(struct wiphy *wiphy,
4175 int (*set_coalesce)(struct wiphy *wiphy,
4178 int (*channel_switch)(struct wiphy *wiphy,
4182 int (*set_qos_map)(struct wiphy *wiphy,
4186 int (*set_ap_chanwidth)(struct wiphy *wiphy, struct net_device *dev,
4189 int (*add_tx_ts)(struct wiphy *wiphy, struct net_device *dev,
4192 int (*del_tx_ts)(struct wiphy *wiphy, struct net_device *dev,
4195 int (*tdls_channel_switch)(struct wiphy *wiphy,
4199 void (*tdls_cancel_channel_switch)(struct wiphy *wiphy,
4202 int (*start_nan)(struct wiphy *wiphy, struct wireless_dev *wdev,
4204 void (*stop_nan)(struct wiphy *wiphy, struct wireless_dev *wdev);
4205 int (*add_nan_func)(struct wiphy *wiphy, struct wireless_dev *wdev,
4207 void (*del_nan_func)(struct wiphy *wiphy, struct wireless_dev *wdev,
4209 int (*nan_change_conf)(struct wiphy *wiphy,
4214 int (*set_multicast_to_unicast)(struct wiphy *wiphy,
4218 int (*get_txq_stats)(struct wiphy *wiphy,
4222 int (*set_pmk)(struct wiphy *wiphy, struct net_device *dev,
4224 int (*del_pmk)(struct wiphy *wiphy, struct net_device *dev,
4226 int (*external_auth)(struct wiphy *wiphy, struct net_device *dev,
4229 int (*tx_control_port)(struct wiphy *wiphy,
4236 int (*get_ftm_responder_stats)(struct wiphy *wiphy,
4240 int (*start_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev,
4242 void (*abort_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev,
4244 int (*update_owe_info)(struct wiphy *wiphy, struct net_device *dev,
4246 int (*probe_mesh_link)(struct wiphy *wiphy, struct net_device *dev,
4248 int (*set_tid_config)(struct wiphy *wiphy, struct net_device *dev,
4250 int (*reset_tid_config)(struct wiphy *wiphy, struct net_device *dev,