Home
last modified time | relevance | path

Searched refs:net_type (Results 1 – 21 of 21) sorted by relevance

/drivers/staging/rtl8723bs/include/
Dieee80211.h157 #define is_legacy_only(net_type) ((net_type) == ((net_type) & (WIRELESS_11BG))) argument
159 #define is_supported_24g(net_type) ((net_type) & SUPPORTED_24G_NETTYPE_MSK ? true : false) argument
161 #define is_supported_tx_cck(net_type) (((net_type) & (WIRELESS_11B)) ? true : false) argument
162 #define is_supported_ht(net_type) (((net_type) & (WIRELESS_11_24N)) ? true : false) argument
/drivers/net/wireless/realtek/rtw88/
Dmac80211.c112 .net_type = {.addr = 0x0100, .mask = 0x30000},
119 .net_type = {.addr = 0x0100, .mask = 0xc0000},
126 .net_type = {.addr = 0x1100, .mask = 0x3},
133 .net_type = {.addr = 0x1100, .mask = 0xc},
140 .net_type = {.addr = 0x1100, .mask = 0x30},
151 enum rtw_net_type net_type; in rtw_ops_add_interface() local
177 net_type = RTW_NET_AP_MODE; in rtw_ops_add_interface()
182 net_type = RTW_NET_AD_HOC; in rtw_ops_add_interface()
187 net_type = RTW_NET_NO_LINK; in rtw_ops_add_interface()
198 rtwvif->net_type = net_type; in rtw_ops_add_interface()
[all …]
Dwow.h44 return (rtwvif->net_type == RTW_NET_MGD_LINKED); in rtw_wow_mgd_linked()
52 return (rtwvif->net_type == RTW_NET_NO_LINK); in rtw_wow_no_link()
Dmain.c508 rtwvif->net_type = RTW_NET_MGD_LINKED; in rtw_vif_assoc_changed()
511 rtwvif->net_type = RTW_NET_NO_LINK; in rtw_vif_assoc_changed()
788 addr = rtwvif->conf->net_type.addr; in rtw_vif_port_config()
789 mask = rtwvif->conf->net_type.mask; in rtw_vif_port_config()
790 rtw_write32_mask(rtwdev, addr, mask, rtwvif->net_type); in rtw_vif_port_config()
Dbf.c138 if (vif->net_type == RTW_NET_AP_MODE) in rtw_bf_cfg_sounding()
Dmain.h565 struct rtw_hw_reg net_type; member
786 enum rtw_net_type net_type; member
Dwow.c790 switch (rtwvif->net_type) { in rtw_wow_vif_iter()
Dcoex.c3624 "Network Type", rtwvif->net_type); in rtw_coex_vif_stat_iter()
Drtw8822c.c3106 if (vif->net_type == RTW_NET_AP_MODE) in rtw8822c_bf_enable_bfee_su()
/drivers/net/wireless/
Dwl3501_cs.c563 return this->net_type == IW_MODE_INFRA ? WL3501_NET_TYPE_INFRA : in wl3501_fw_bss_type()
569 return this->net_type == IW_MODE_INFRA ? WL3501_MGMT_CAPABILITY_ESS : in wl3501_fw_cap_info()
669 if ((this->net_type == IW_MODE_INFRA && in wl3501_mgmt_scan_confirm()
671 (this->net_type == IW_MODE_ADHOC && in wl3501_mgmt_scan_confirm()
673 this->net_type == IW_MODE_AUTO) { in wl3501_mgmt_scan_confirm()
711 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_scan_confirm()
888 if (this->net_type == IW_MODE_INFRA) { in wl3501_mgmt_join_confirm()
915 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_join_confirm()
931 if (this->net_type == IW_MODE_INFRA) { in wl3501_alarm_interrupt()
1483 this->net_type = wrqu->mode; in wl3501_set_mode()
[all …]
Dray_cs.h54 UCHAR net_type; member
Dray_cs.c118 static int net_type = ADHOC; variable
162 module_param(net_type, int, 0);
482 local->net_type = net_type; in ray_init()
630 local->sparm.b4.a_network_type = net_type & 0x01; in init_startup_params()
994 if (local->net_type == ADHOC) { in ray_build_header()
1932 if (!sniffer && (local->net_type == INFRA) in ray_interrupt()
2801 &net_type); in init_ray_cs()
Dwl3501.h595 int net_type; member
Drayctl.h451 UCHAR net_type; member
Drndis_wlan.c244 __le32 net_type; member
/drivers/infiniband/core/
Dverbs.c720 enum rdma_network_type net_type, in ib_get_gids_from_rdma_hdr() argument
730 if (net_type == RDMA_NETWORK_IPV4) { in ib_get_gids_from_rdma_hdr()
742 } else if (net_type == RDMA_NETWORK_IPV6 || in ib_get_gids_from_rdma_hdr()
743 net_type == RDMA_NETWORK_IB || RDMA_NETWORK_ROCE_V1) { in ib_get_gids_from_rdma_hdr()
801 enum rdma_network_type net_type = RDMA_NETWORK_IB; in ib_init_ah_attr_from_wc() local
814 net_type = wc->network_hdr_type; in ib_init_ah_attr_from_wc()
816 net_type = ib_get_net_type_by_grh(device, port_num, grh); in ib_init_ah_attr_from_wc()
817 gid_type = ib_network_to_gid_type(net_type); in ib_init_ah_attr_from_wc()
819 ret = ib_get_gids_from_rdma_hdr((union rdma_network_hdr *)grh, net_type, in ib_init_ah_attr_from_wc()
/drivers/infiniband/hw/irdma/
Dverbs.h37 u8 net_type; member
Dverbs.c4199 ah->av.net_type = rdma_gid_attr_network_type(sgid_attr); in irdma_create_ah()
/drivers/infiniband/hw/mlx4/
Dmad.c491 enum rdma_network_type net_type; in get_gids_from_l3_hdr() local
494 net_type = RDMA_NETWORK_IPV4; in get_gids_from_l3_hdr()
496 net_type = RDMA_NETWORK_IPV6; in get_gids_from_l3_hdr()
500 return ib_get_gids_from_rdma_hdr((union rdma_network_hdr *)grh, net_type, in get_gids_from_l3_hdr()
/drivers/net/wireless/ath/ath6kl/
Dmain.c630 enum network_type net_type, u8 beacon_ie_len, in ath6kl_connect_event() argument
638 net_type, beacon_ie_len, in ath6kl_connect_event()
Dcore.h940 u16 beacon_int, enum network_type net_type,