Lines Matching defs:ieee80211_ops

3158 struct ieee80211_ops {  struct
3159 void (*tx)(struct ieee80211_hw *hw,
3162 int (*start)(struct ieee80211_hw *hw);
3163 void (*stop)(struct ieee80211_hw *hw);
3165 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);
3166 int (*resume)(struct ieee80211_hw *hw);
3167 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled);
3169 int (*add_interface)(struct ieee80211_hw *hw,
3171 int (*change_interface)(struct ieee80211_hw *hw,
3174 void (*remove_interface)(struct ieee80211_hw *hw,
3176 int (*config)(struct ieee80211_hw *hw, u32 changed);
3177 void (*bss_info_changed)(struct ieee80211_hw *hw,
3182 int (*start_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3183 void (*stop_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3185 u64 (*prepare_multicast)(struct ieee80211_hw *hw,
3187 void (*configure_filter)(struct ieee80211_hw *hw,
3191 int (*set_tim)(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
3193 int (*set_key)(struct ieee80211_hw *hw, enum set_key_cmd cmd,
3196 void (*update_tkip_key)(struct ieee80211_hw *hw,
3201 void (*set_rekey_data)(struct ieee80211_hw *hw,
3204 void (*set_default_unicast_key)(struct ieee80211_hw *hw,
3206 int (*hw_scan)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3208 void (*cancel_hw_scan)(struct ieee80211_hw *hw,
3210 int (*sched_scan_start)(struct ieee80211_hw *hw,
3214 int (*sched_scan_stop)(struct ieee80211_hw *hw,
3216 void (*sw_scan_start)(struct ieee80211_hw *hw,
3219 void (*sw_scan_complete)(struct ieee80211_hw *hw,
3221 int (*get_stats)(struct ieee80211_hw *hw,
3223 void (*get_tkip_seq)(struct ieee80211_hw *hw, u8 hw_key_idx,
3225 int (*set_frag_threshold)(struct ieee80211_hw *hw, u32 value);
3226 int (*set_rts_threshold)(struct ieee80211_hw *hw, u32 value);
3227 int (*sta_add)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3229 int (*sta_remove)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3232 void (*sta_add_debugfs)(struct ieee80211_hw *hw,
3236 void (*sta_remove_debugfs)(struct ieee80211_hw *hw,
3241 void (*sta_notify)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3243 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3247 void (*sta_pre_rcu_remove)(struct ieee80211_hw *hw,
3250 void (*sta_rc_update)(struct ieee80211_hw *hw,
3254 void (*sta_rate_tbl_update)(struct ieee80211_hw *hw,
3257 void (*sta_statistics)(struct ieee80211_hw *hw,
3261 int (*conf_tx)(struct ieee80211_hw *hw,
3264 u64 (*get_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3265 void (*set_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3267 void (*reset_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3268 int (*tx_last_beacon)(struct ieee80211_hw *hw);
3269 int (*ampdu_action)(struct ieee80211_hw *hw,
3274 int (*get_survey)(struct ieee80211_hw *hw, int idx,
3276 void (*rfkill_poll)(struct ieee80211_hw *hw);
3277 void (*set_coverage_class)(struct ieee80211_hw *hw, s16 coverage_class);
3279 int (*testmode_cmd)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3281 int (*testmode_dump)(struct ieee80211_hw *hw, struct sk_buff *skb,
3285 void (*flush)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3287 void (*channel_switch)(struct ieee80211_hw *hw,
3290 int (*set_antenna)(struct ieee80211_hw *hw, u32 tx_ant, u32 rx_ant);
3291 int (*get_antenna)(struct ieee80211_hw *hw, u32 *tx_ant, u32 *rx_ant);
3293 int (*remain_on_channel)(struct ieee80211_hw *hw,
3298 int (*cancel_remain_on_channel)(struct ieee80211_hw *hw);
3299 int (*set_ringparam)(struct ieee80211_hw *hw, u32 tx, u32 rx);
3300 void (*get_ringparam)(struct ieee80211_hw *hw,
3302 bool (*tx_frames_pending)(struct ieee80211_hw *hw);
3303 int (*set_bitrate_mask)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3305 void (*event_callback)(struct ieee80211_hw *hw,
3309 void (*allow_buffered_frames)(struct ieee80211_hw *hw,
3314 void (*release_buffered_frames)(struct ieee80211_hw *hw,
3320 int (*get_et_sset_count)(struct ieee80211_hw *hw,
3322 void (*get_et_stats)(struct ieee80211_hw *hw,
3325 void (*get_et_strings)(struct ieee80211_hw *hw,
3329 void (*mgd_prepare_tx)(struct ieee80211_hw *hw,
3332 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw,
3335 int (*add_chanctx)(struct ieee80211_hw *hw,
3337 void (*remove_chanctx)(struct ieee80211_hw *hw,
3339 void (*change_chanctx)(struct ieee80211_hw *hw,
3342 int (*assign_vif_chanctx)(struct ieee80211_hw *hw,
3345 void (*unassign_vif_chanctx)(struct ieee80211_hw *hw,
3348 int (*switch_vif_chanctx)(struct ieee80211_hw *hw,
3353 void (*reconfig_complete)(struct ieee80211_hw *hw,
3357 void (*ipv6_addr_change)(struct ieee80211_hw *hw,
3361 void (*channel_switch_beacon)(struct ieee80211_hw *hw,
3364 int (*pre_channel_switch)(struct ieee80211_hw *hw,
3368 int (*post_channel_switch)(struct ieee80211_hw *hw,
3371 int (*join_ibss)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3372 void (*leave_ibss)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3373 u32 (*get_expected_throughput)(struct ieee80211_sta *sta);
3374 int (*get_txpower)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3377 int (*tdls_channel_switch)(struct ieee80211_hw *hw,
3382 void (*tdls_cancel_channel_switch)(struct ieee80211_hw *hw,
3385 void (*tdls_recv_channel_switch)(struct ieee80211_hw *hw,
3410 const struct ieee80211_ops *ops, argument