Searched defs:link_id (Results 1 - 25 of 142) sorted by last modified time

123456

/linux-master/net/wireless/
H A Dnl80211.c3378 int link_id = _link_id; local
3441 int link_id = nl80211_link_id_or_invalid(info->attrs); local
3567 int link_id = nl80211_link_id_or_invalid(info->attrs); local
3924 unsigned int link_id; local
4411 nl80211_validate_key_link_id(struct genl_info *info, struct wireless_dev *wdev, int link_id, bool pairwise) argument
4504 int link_id = nl80211_link_id_or_invalid(info->attrs); local
4593 int link_id = nl80211_link_id_or_invalid(info->attrs); local
4701 int link_id = nl80211_link_id_or_invalid(info->attrs); local
4770 int link_id = nl80211_link_id_or_invalid(info->attrs); local
5057 he_get_txmcsmap(struct genl_info *info, unsigned int link_id, const struct ieee80211_sta_he_cap *he_cap) argument
5089 he_set_mcs_mask(struct genl_info *info, struct wireless_dev *wdev, struct ieee80211_supported_band *sband, struct nl80211_txrate_he *txrate, u16 mcs[NL80211_HE_NSS_MAX], unsigned int link_id) argument
5122 nl80211_parse_tx_bitrate_mask(struct genl_info *info, struct nlattr *attrs[], enum nl80211_attrs attr, struct cfg80211_bitrate_mask *mask, struct net_device *dev, bool default_all_enabled, unsigned int link_id) argument
5873 nl80211_send_ap_started(struct wireless_dev *wdev, unsigned int link_id) argument
5927 unsigned int link_id = nl80211_link_id(info->attrs); local
6231 unsigned int link_id = nl80211_link_id(info->attrs); local
6285 unsigned int link_id = nl80211_link_id(info->attrs); local
7636 int link_id = nl80211_link_id_or_invalid(info->attrs); local
9026 unsigned int link_id; local
10092 unsigned int link_id = nl80211_link_id(info->attrs); local
10251 unsigned int link_id; local
10882 nl80211_assoc_bss(struct cfg80211_registered_device *rdev, const u8 *ssid, int ssid_len, struct nlattr **attrs, int assoc_link_id, int link_id) argument
10928 unsigned int link_id; local
12309 int link_id; local
12365 unsigned int link_id = nl80211_link_id(info->attrs); local
12469 unsigned int link_id = nl80211_link_id(info->attrs); local
15590 int link_id; local
15649 unsigned int link_id = nl80211_link_id(info->attrs); local
15783 parse_tid_conf(struct cfg80211_registered_device *rdev, struct nlattr *attrs[], struct net_device *dev, struct cfg80211_tid_cfg *tid_conf, struct genl_info *info, const u8 *peer, unsigned int link_id) argument
15889 unsigned int link_id = nl80211_link_id(info->attrs); local
16071 unsigned int link_id = nl80211_link_id(info->attrs); local
16105 unsigned int link_id = nl80211_link_id(info->attrs); local
16445 struct nlattr *link_id = info->attrs[NL80211_ATTR_MLO_LINK_ID]; local
18363 int link_id = __ffs(link_mask); local
18976 __nl80211_rx_control_port(struct net_device *dev, struct sk_buff *skb, bool unencrypted, int link_id, gfp_t gfp) argument
19032 cfg80211_rx_control_port(struct net_device *dev, struct sk_buff *skb, bool unencrypted, int link_id) argument
19341 nl80211_ch_switch_notify(struct cfg80211_registered_device *rdev, struct net_device *netdev, unsigned int link_id, struct cfg80211_chan_def *chandef, gfp_t gfp, enum nl80211_commands notif, u8 count, bool quiet) argument
19391 cfg80211_ch_switch_notify(struct net_device *dev, struct cfg80211_chan_def *chandef, unsigned int link_id) argument
19435 cfg80211_ch_switch_started_notify(struct net_device *dev, struct cfg80211_chan_def *chandef, unsigned int link_id, u8 count, bool quiet) argument
20062 nl80211_send_ap_stopped(struct wireless_dev *wdev, unsigned int link_id) argument
[all...]
/linux-master/net/mac80211/
H A Dtx.c579 unsigned int link_id; local
2618 u8 link_id = u32_get_bits(ctrl_flags, IEEE80211_TX_CTRL_MLO_LINK); local
3159 unsigned int link_id = sta->deflink.link_id; local
4456 ieee80211_mlo_multicast_tx_one(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, u32 ctrl_flags, unsigned int link_id) argument
5044 ieee80211_beacon_update_cntdwn(struct ieee80211_vif *vif, unsigned int link_id) argument
5103 ieee80211_beacon_cntdwn_is_complete(struct ieee80211_vif *vif, unsigned int link_id) argument
5398 __ieee80211_beacon_get(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_mutable_offsets *offs, bool is_template, unsigned int link_id, int ema_index, struct ieee80211_ema_beacons **ema_beacons) argument
5538 ieee80211_beacon_get_template(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_mutable_offsets *offs, unsigned int link_id) argument
5549 ieee80211_beacon_get_template_ema_index(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_mutable_offsets *offs, unsigned int link_id, u8 ema_index) argument
5574 ieee80211_beacon_get_template_ema_list(struct ieee80211_hw *hw, struct ieee80211_vif *vif, unsigned int link_id) argument
5587 ieee80211_beacon_get_tim(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u16 *tim_offset, u16 *tim_length, unsigned int link_id) argument
5746 ieee80211_nullfunc_get(struct ieee80211_hw *hw, struct ieee80211_vif *vif, int link_id, bool qos_ok) argument
6050 __ieee80211_tx_skb_tid_band(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, int tid, int link_id, enum nl80211_band band) argument
6107 ieee80211_tx_skb_tid(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, int tid, int link_id) argument
6135 ieee80211_tx_control_port(struct wiphy *wiphy, struct net_device *dev, const u8 *buf, size_t len, const u8 *dest, __be16 proto, bool unencrypted, int link_id, u64 *cookie) argument
[all...]
H A Drx.c2558 unsigned int link_id; local
218 __ieee80211_queue_skb_to_iface(struct ieee80211_sub_if_data *sdata, int link_id, struct sta_info *sta, struct sk_buff *skb) argument
238 ieee80211_queue_skb_to_iface(struct ieee80211_sub_if_data *sdata, int link_id, struct sta_info *sta, struct sk_buff *skb) argument
4244 ieee80211_rx_is_valid_sta_link_id(struct ieee80211_sta *sta, u8 link_id) argument
4249 ieee80211_rx_data_set_link(struct ieee80211_rx_data *rx, u8 link_id) argument
4266 ieee80211_rx_data_set_sta(struct ieee80211_rx_data *rx, struct sta_info *sta, int link_id) argument
4302 int link_id = -1; local
5096 int link_id = -1; local
5144 int link_id = -1; local
5225 int link_id = -1; local
[all...]
H A Dscan.c204 s8 link_id = rx_status->link_id; local
H A Dmlme.c606 ieee80211_determine_chan_mode(struct ieee80211_sub_if_data *sdata, struct ieee80211_conn_settings *conn, struct cfg80211_bss *cbss, int link_id, struct ieee80211_chan_req *chanreq) argument
1203 ieee80211_assoc_link_elems(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, u16 *capab, const struct element *ext_capa, const u8 *extra_elems, size_t extra_elems_len, unsigned int link_id, struct ieee80211_link_data *link, u16 *present_elems) argument
1454 unsigned int link_id; local
1563 unsigned int link_id, n_links = 0; local
1958 ieee80211_chswitch_done(struct ieee80211_vif *vif, bool success, unsigned int link_id) argument
3003 unsigned int link_id; local
3084 unsigned int link_id; local
3581 unsigned int link_id; local
4200 unsigned int link_id = link->link_id; local
4760 ieee80211_determine_our_sta_mode(struct ieee80211_sub_if_data *sdata, struct ieee80211_supported_band *sband, struct cfg80211_assoc_request *req, bool wmm_used, int link_id, struct ieee80211_conn_settings *conn) argument
4979 ieee80211_determine_our_sta_mode_assoc(struct ieee80211_sub_if_data *sdata, struct ieee80211_supported_band *sband, struct cfg80211_assoc_request *req, bool wmm_used, int link_id, struct ieee80211_conn_settings *conn) argument
4998 ieee80211_prep_channel(struct ieee80211_sub_if_data *sdata, struct ieee80211_link_data *link, int link_id, struct cfg80211_bss *cbss, bool mlo, struct ieee80211_conn_settings *conn) argument
5129 unsigned int link_id; local
5323 unsigned int link_id; local
5784 u8 link_id; local
7463 unsigned int link_id = link->link_id; local
7502 ieee80211_prep_connection(struct ieee80211_sub_if_data *sdata, struct cfg80211_bss *cbss, s8 link_id, const u8 *ap_mld_addr, bool assoc, struct ieee80211_conn_settings *conn, bool override) argument
7955 ieee80211_setup_assoc_link(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgd_assoc_data *assoc_data, struct cfg80211_assoc_request *req, struct ieee80211_conn_settings *conn, unsigned int link_id) argument
8074 ieee80211_mgd_get_ap_ht_vht_capa(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgd_assoc_data *assoc_data, int link_id) argument
[all...]
H A Drate.c94 rate_control_rate_update(struct ieee80211_local *local, struct ieee80211_supported_band *sband, struct sta_info *sta, unsigned int link_id, u32 changed) argument
H A Dchan.c280 unsigned int link_id = link->link_id; local
415 unsigned int link_id; local
233 ieee80211_get_sta_bw(struct sta_info *sta, unsigned int link_id) argument
947 unsigned int link_id = link->link_id; local
1162 unsigned int link_id = link->link_id; local
1956 unsigned int link_id = link->link_id; local
[all...]
H A Dieee80211_i.h240 int link_id; member in struct:ieee80211_rx_data
410 int link_id; member in struct:ieee80211_mgd_auth_data
1023 unsigned int link_id; member in struct:ieee80211_link_data
2302 int link_id; member in struct:ieee80211_elems_parse_params
[all...]
H A Dcfg.c27 ieee80211_link_or_deflink(struct ieee80211_sub_if_data *sdata, int link_id, argument
574 ieee80211_lookup_key(struct ieee80211_sub_if_data *sdata, int link_id, argument
463 ieee80211_add_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_idx, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
632 ieee80211_del_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_idx, bool pairwise, const u8 *mac_addr) argument
651 ieee80211_get_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_idx, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params *params)) argument
756 ieee80211_config_default_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_idx, bool uni, bool multi) argument
773 ieee80211_config_default_mgmt_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_idx) argument
789 ieee80211_config_default_beacon_key(struct wiphy *wiphy, struct net_device *dev, int link_id, u8 key_idx) argument
1247 u8 link_id, num = 0; local
1283 unsigned int link_id = params->beacon.link_id; local
1578 ieee80211_stop_ap(struct wiphy *wiphy, struct net_device *dev, unsigned int link_id) argument
1815 u32 link_id = params->link_id < 0 ? 0 : params->link_id; local
3254 unsigned int link_id; local
3328 int link_id; local
3352 int link_id; local
3369 ieee80211_set_bitrate_mask(struct wiphy *wiphy, struct net_device *dev, unsigned int link_id, const u8 *addr, const struct cfg80211_bitrate_mask *mask) argument
3603 ieee80211_csa_finish(struct ieee80211_vif *vif, unsigned int link_id) argument
3941 u8 link_id = params->link_id; local
4264 ieee80211_cfg_get_channel(struct wiphy *wiphy, struct wireless_dev *wdev, unsigned int link_id, struct cfg80211_chan_def *chandef) argument
4330 ieee80211_set_ap_chanwidth(struct wiphy *wiphy, struct net_device *dev, unsigned int link_id, struct cfg80211_chan_def *chandef) argument
4900 ieee80211_add_intf_link(struct wiphy *wiphy, struct wireless_dev *wdev, unsigned int link_id) argument
4914 ieee80211_del_intf_link(struct wiphy *wiphy, struct wireless_dev *wdev, unsigned int link_id) argument
[all...]
/linux-master/include/net/
H A Dmac80211.h710 unsigned int link_id; member in struct:ieee80211_bss_conf
1619 u8 link_valid:1, link_id:4; member in struct:ieee80211_rx_status
1779 u8 link_id; member in struct:ieee80211_channel_switch
2026 ieee80211_vif_link_active(const struct ieee80211_vif *vif, unsigned int link_id) argument
2178 s8 link_id; member in struct:ieee80211_key_conf
2373 u8 link_id; member in struct:ieee80211_link_sta
3751 int link_id; member in struct:ieee80211_prep_tx_info
5551 ieee80211_beacon_get(struct ieee80211_hw *hw, struct ieee80211_vif *vif, unsigned int link_id) argument
[all...]
H A Dcfg80211.h1361 unsigned int link_id; member in struct:cfg80211_beacon_data
1564 u8 link_id; member in struct:cfg80211_csa_settings
1672 int link_id; member in struct:link_station_parameters
1699 u32 link_id; member in struct:link_station_del_parameters
1795 int link_id; member in struct:station_del_parameters
2357 int link_id; member in struct:bss_parameters
2560 int link_id; member in struct:ieee80211_txq_params
3042 s8 link_id; member in struct:cfg80211_auth_request
3150 s8 link_id; member in struct:cfg80211_assoc_request
3688 int link_id; member in struct:cfg80211_mgmt_tx_params
6299 WARN_INVALID_LINK_ID(struct wireless_dev *wdev, unsigned int link_id) argument
8350 u8 link_id; member in struct:cfg80211_rx_info
[all...]
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c652 u32 link_id; member in struct:mac80211_hwsim_link_data
1712 unsigned int link_id; local
1891 unsigned int link_id; local
2258 u32 link_id = link_data->link_id; local
2501 unsigned int link_id = info->link_id; local
2582 int link_id; local
2715 mac80211_hwsim_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, unsigned int link_id, u16 queue, const struct ieee80211_tx_queue_params *params) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c2844 u32 link_id; local
H A Dlink.c11 u32 link_id; local
25 static void iwl_mvm_release_fw_link_id(struct iwl_mvm *mvm, u32 link_id) argument
74 unsigned int link_id local
116 unsigned int link_id = link_conf->link_id; local
290 unsigned int link_id = link_conf->link_id; local
[all...]
H A Dftm-initiator.c80 unsigned int link_id; local
536 unsigned int link_id; local
H A Dtime-event.c674 iwl_mvm_get_session_prot_id(struct iwl_mvm *mvm, struct ieee80211_vif *vif, s8 link_id) argument
697 iwl_mvm_cancel_session_protection(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u32 id, s8 link_id) argument
728 s8 link_id; local
1361 iwl_mvm_schedule_session_protection(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u32 duration, u32 min_duration, bool wait_for_notif, unsigned int link_id) argument
[all...]
H A Dmvm.h126 s8 link_id; member in struct:iwl_mvm_time_event_data
1321 iwl_mvm_rcu_fw_link_id_to_link_conf(struct iwl_mvm *mvm, u8 link_id, bool rcu) argument
[all...]
H A Dmac80211.c811 u32 link_id = u32_get_bits(info->control.flags, local
1092 unsigned int link_id; local
1433 unsigned int link_id = link_conf->link_id; local
2513 iwl_mvm_protect_assoc(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u32 duration_override, unsigned int link_id) argument
3311 unsigned int link_id; local
3433 iwl_mvm_check_he_obss_narrow_bw_ru(struct ieee80211_hw *hw, struct ieee80211_vif *vif, unsigned int link_id, struct ieee80211_bss_conf *link_conf) argument
3600 unsigned int link_id; local
3623 unsigned int link_id; local
3659 unsigned int link_id; local
3749 unsigned int link_id; local
3891 unsigned int link_id; local
4045 iwl_mvm_mac_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, unsigned int link_id, u16 ac, const struct ieee80211_tx_queue_params *params) argument
5693 int link_id; local
[all...]
H A Dmld-sta.c13 unsigned int link_id; local
59 iwl_mvm_mld_add_int_sta_to_fw(struct iwl_mvm *mvm, struct iwl_mvm_int_sta *sta, const u8 *addr, int link_id) argument
136 iwl_mvm_mld_add_int_sta_with_queue(struct iwl_mvm *mvm, struct iwl_mvm_int_sta *sta, const u8 *addr, int link_id, u16 *queue, u8 tid, unsigned int *_wdg_timeout) argument
175 iwl_mvm_mld_add_int_sta(struct iwl_mvm *mvm, struct iwl_mvm_int_sta *int_sta, u16 *queue, enum nl80211_iftype iftype, enum iwl_fw_sta_type sta_type, int link_id, const u8 *addr, u8 tid, unsigned int *wdg_timeout) argument
515 iwl_mvm_mld_free_sta_link(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvm_sta, struct iwl_mvm_link_sta *mvm_sta_link, unsigned int link_id, bool is_in_fw) argument
533 unsigned int link_id; local
547 iwl_mvm_mld_alloc_sta_link(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_sta *sta, unsigned int link_id) argument
585 unsigned int link_id; local
629 unsigned int link_id; local
678 unsigned int link_id; local
750 unsigned int link_id; local
809 unsigned int link_id; local
1058 unsigned int link_id; local
[all...]
H A Ddebugfs-vif.c583 int link_id, ret = -EINVAL; local
805 unsigned int link_id = link_conf->link_id; local
H A Dd3.c1988 int link_id = vif->active_links ? __ffs(vif->active_links) : -1; local
2053 int link_id = vif->active_links ? __ffs(vif->active_links) : -1; local
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c5126 ath11k_mac_op_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, unsigned int link_id, u16 ac, const struct ieee80211_tx_queue_params *params) argument
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c842 cfg80211_rtw_add_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
922 cfg80211_rtw_get_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback)(void *cookie, struct key_params*)) argument
931 cfg80211_rtw_del_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool pairwise, const u8 *mac_addr) argument
946 cfg80211_rtw_set_default_key(struct wiphy *wiphy, struct net_device *ndev, int link_id, u8 key_index, bool unicast, bool multicast) argument
1971 cfg80211_rtw_get_channel(struct wiphy *wiphy, struct wireless_dev *wdev, unsigned int link_id, struct cfg80211_chan_def *chandef) argument
2329 cfg80211_rtw_stop_ap(struct wiphy *wiphy, struct net_device *ndev, unsigned int link_id) argument
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h919 struct graphics_object_id link_id; member in struct:display_endpoint_id
/linux-master/drivers/soundwire/
H A Dslave.c101 unsigned int link_id; local
229 int link_id, ret, len; local
[all...]

Completed in 382 milliseconds

123456