Home
last modified time | relevance | path

Searched refs:network_type (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c372 unsigned char network_type; in update_bmc_sta() local
404 if (is_supported_tx_cck(network_type)) { in update_bmc_sta()
405 network_type = WIRELESS_11B; in update_bmc_sta()
409 network_type = WIRELESS_INVALID; in update_bmc_sta()
411 network_type = WIRELESS_11B; in update_bmc_sta()
413 update_sta_basic_rate(psta, network_type); in update_bmc_sta()
414 psta->wireless_mode = network_type; in update_bmc_sta()
779 pmlmeext->cur_wireless_mode = pmlmepriv->cur_network.network_type; in start_bss_network()
1043 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
1100 switch (network_type) { in rtw_check_beacon_data()
[all …]
H A Drtw_wlan_util.c1553 int network_type = 0; in update_wireless_mode() local
1564 network_type = WIRELESS_11_24N; in update_wireless_mode()
1567 network_type |= WIRELESS_11B; in update_wireless_mode()
1569 network_type |= WIRELESS_11BG; in update_wireless_mode()
1571 network_type |= WIRELESS_11G; in update_wireless_mode()
1573 pmlmeext->cur_wireless_mode = network_type & padapter->registrypriv.wireless_mode; in update_wireless_mode()
H A Drtw_mlme.c128 pnetwork->network_type = 0; in rtw_alloc_network()
507 pnetwork->network_type = 0; in rtw_update_scanned_network()
/linux-6.15/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.h38 enum network_type nw_type,
H A Dcore.h940 u16 beacon_int, enum network_type net_type,
H A Dwmi.h662 enum network_type { enum
2556 enum network_type nw_type,
H A Dmain.c630 enum network_type net_type, u8 beacon_ie_len, in ath6kl_connect_event()
H A Dcfg80211.c680 enum network_type nw_type, in ath6kl_add_bss_if_needed()
738 enum network_type nw_type, in ath6kl_cfg80211_connect_event()
/linux-6.15/drivers/infiniband/sw/rxe/
H A Drxe_net.c105 if (av->network_type == RXE_NETWORK_TYPE_IPV4) { in rxe_find_route()
112 } else if (av->network_type == RXE_NETWORK_TYPE_IPV6) { in rxe_find_route()
479 if (av->network_type == RXE_NETWORK_TYPE_IPV4) in rxe_init_packet()
506 if (av->network_type == RXE_NETWORK_TYPE_IPV4) in rxe_init_packet()
H A Drxe_av.c128 av->network_type = type; in rxe_av_fill_ip_info()
/linux-6.15/drivers/staging/rtl8723bs/include/
H A Dwlan_bssdef.h179 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */ member
H A Dhal_com.h134 u8 rtw_get_mgntframe_raid(struct adapter *adapter, unsigned char network_type);
H A Dieee80211.h139 enum network_type { enum
/linux-6.15/include/uapi/rdma/
H A Drdma_user_rxe.h66 __u8 network_type; member
/linux-6.15/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c537 u8 rtw_get_mgntframe_raid(struct adapter *adapter, unsigned char network_type) in rtw_get_mgntframe_raid() argument
539 return (network_type & WIRELESS_11B) ? RATEID_IDX_B : RATEID_IDX_G; in rtw_get_mgntframe_raid()
/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dwmi.h371 u8 network_type; member
743 u8 network_type; member
840 u8 network_type; member
2162 u8 network_type; member
2337 u8 network_type; member
H A Dcfg80211.c1223 u8 network_type; in wil_cfg80211_connect() local
1282 network_type = WMI_NETTYPE_INFRA; in wil_cfg80211_connect()
1285 network_type = WMI_NETTYPE_P2P; in wil_cfg80211_connect()
1303 if (network_type != WMI_NETTYPE_INFRA) { in wil_cfg80211_connect()
1333 conn.network_type = network_type; in wil_cfg80211_connect()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h125 u8 network_type; member
/linux-6.15/include/rdma/
H A Dib_verbs.h187 static inline enum ib_gid_type ib_network_to_gid_type(enum rdma_network_type network_type) in ib_network_to_gid_type() argument
189 if (network_type == RDMA_NETWORK_IPV4 || in ib_network_to_gid_type()
190 network_type == RDMA_NETWORK_IPV6) in ib_network_to_gid_type()
192 else if (network_type == RDMA_NETWORK_ROCE_V1) in ib_network_to_gid_type()
/linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c4844 u16 network_type = WIRELESS_MODE_UNKNOWN; in rtl8xxxu_wireless_mode() local
4848 network_type = WIRELESS_MODE_AC; in rtl8xxxu_wireless_mode()
4850 network_type = WIRELESS_MODE_N_5G; in rtl8xxxu_wireless_mode()
4852 network_type |= WIRELESS_MODE_A; in rtl8xxxu_wireless_mode()
4855 network_type = WIRELESS_MODE_AC; in rtl8xxxu_wireless_mode()
4857 network_type = WIRELESS_MODE_N_24G; in rtl8xxxu_wireless_mode()
4860 network_type |= WIRELESS_MODE_B; in rtl8xxxu_wireless_mode()
4862 network_type |= (WIRELESS_MODE_B | WIRELESS_MODE_G); in rtl8xxxu_wireless_mode()
4864 network_type |= WIRELESS_MODE_G; in rtl8xxxu_wireless_mode()
4867 return network_type; in rtl8xxxu_wireless_mode()
/linux-6.15/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h4324 struct network_type { struct
4385 struct network_type networks[WCN36XX_HAL_PNO_MAX_SUPP_NETWORKS];
/linux-6.15/drivers/infiniband/hw/bnxt_re/
H A Droce_hsi.h911 u8 network_type; member
970 u8 network_type; member
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h216 __le32 network_type; member
/linux-6.15/drivers/infiniband/core/
H A Dcma.c3118 static enum ib_gid_type cma_route_gid_type(enum rdma_network_type network_type, in cma_route_gid_type() argument
3122 if ((network_type == RDMA_NETWORK_IPV4 || in cma_route_gid_type()
3123 network_type == RDMA_NETWORK_IPV6) && in cma_route_gid_type()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dscan.c1243 profile->network_type = IWL_NETWORK_TYPE_ANY; in iwl_mld_config_sched_scan_profiles()

12