/linux-6.12.1/drivers/staging/rtl8723bs/core/ |
D | rtw_ap.c | 372 unsigned char network_type; in update_bmc_sta() local 400 network_type = rtw_check_network_type((u8 *)&pcur_network->supported_rates, in update_bmc_sta() 404 if (is_supported_tx_cck(network_type)) { in update_bmc_sta() 405 network_type = WIRELESS_11B; in update_bmc_sta() 406 } else if (network_type == WIRELESS_INVALID) { /* error handling */ 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() [all …]
|
D | rtw_wlan_util.c | 1591 int network_type = 0; in update_wireless_mode() local 1602 network_type = WIRELESS_11_24N; in update_wireless_mode() 1605 network_type |= WIRELESS_11B; in update_wireless_mode() 1607 network_type |= WIRELESS_11BG; in update_wireless_mode() 1609 network_type |= WIRELESS_11G; in update_wireless_mode() 1611 pmlmeext->cur_wireless_mode = network_type & padapter->registrypriv.wireless_mode; in update_wireless_mode()
|
D | rtw_mlme.c | 128 pnetwork->network_type = 0; in rtw_alloc_network() 507 pnetwork->network_type = 0; in rtw_update_scanned_network()
|
/linux-6.12.1/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.h | 38 enum network_type nw_type,
|
D | core.h | 940 u16 beacon_int, enum network_type net_type,
|
D | wmi.h | 662 enum network_type { enum 2556 enum network_type nw_type,
|
D | main.c | 630 enum network_type net_type, u8 beacon_ie_len, in ath6kl_connect_event()
|
/linux-6.12.1/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 105 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()
|
D | rxe_av.c | 128 av->network_type = type; in rxe_av_fill_ip_info()
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | wlan_bssdef.h | 179 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */ member
|
D | hal_com.h | 134 u8 rtw_get_mgntframe_raid(struct adapter *adapter, unsigned char network_type);
|
D | ieee80211.h | 139 enum network_type { enum
|
/linux-6.12.1/drivers/staging/rtl8712/ |
D | wlan_bssdef.h | 184 int network_type; /*refer to ieee80211.h for WIRELESS_11A/B/G */ member
|
D | rtl871x_mlme.c | 674 pnetwork->network_type = le32_to_cpu(pnetwork->network_type); in r8712_joinbss_event_callback()
|
/linux-6.12.1/include/uapi/rdma/ |
D | rdma_user_rxe.h | 66 __u8 network_type; member
|
/linux-6.12.1/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 371 u8 network_type; member 743 u8 network_type; member 840 u8 network_type; member 2162 u8 network_type; member 2337 u8 network_type; member
|
D | cfg80211.c | 1223 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.12.1/drivers/staging/rtl8723bs/hal/ |
D | hal_com.c | 540 u8 rtw_get_mgntframe_raid(struct adapter *adapter, unsigned char network_type) in rtw_get_mgntframe_raid() argument 542 return (network_type & WIRELESS_11B) ? RATEID_IDX_B : RATEID_IDX_G; in rtw_get_mgntframe_raid()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | scan.h | 125 u8 network_type; member
|
/linux-6.12.1/include/rdma/ |
D | ib_verbs.h | 190 static inline enum ib_gid_type ib_network_to_gid_type(enum rdma_network_type network_type) in ib_network_to_gid_type() argument 192 if (network_type == RDMA_NETWORK_IPV4 || in ib_network_to_gid_type() 193 network_type == RDMA_NETWORK_IPV6) in ib_network_to_gid_type() 195 else if (network_type == RDMA_NETWORK_ROCE_V1) in ib_network_to_gid_type()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtl8xxxu/ |
D | core.c | 4837 u16 network_type = WIRELESS_MODE_UNKNOWN; in rtl8xxxu_wireless_mode() local 4841 network_type = WIRELESS_MODE_AC; in rtl8xxxu_wireless_mode() 4843 network_type = WIRELESS_MODE_N_5G; in rtl8xxxu_wireless_mode() 4845 network_type |= WIRELESS_MODE_A; in rtl8xxxu_wireless_mode() 4848 network_type = WIRELESS_MODE_AC; in rtl8xxxu_wireless_mode() 4850 network_type = WIRELESS_MODE_N_24G; in rtl8xxxu_wireless_mode() 4853 network_type |= WIRELESS_MODE_B; in rtl8xxxu_wireless_mode() 4855 network_type |= (WIRELESS_MODE_B | WIRELESS_MODE_G); in rtl8xxxu_wireless_mode() 4857 network_type |= WIRELESS_MODE_G; in rtl8xxxu_wireless_mode() 4860 return network_type; in rtl8xxxu_wireless_mode()
|
/linux-6.12.1/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 4324 struct network_type { struct 4385 struct network_type networks[WCN36XX_HAL_PNO_MAX_SUPP_NETWORKS];
|
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | roce_hsi.h | 908 u8 network_type; member 967 u8 network_type; member
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/ |
D | mt76_connac_mcu.h | 216 __le32 network_type; member
|
/linux-6.12.1/drivers/infiniband/core/ |
D | cma.c | 3085 static enum ib_gid_type cma_route_gid_type(enum rdma_network_type network_type, in cma_route_gid_type() argument 3089 if ((network_type == RDMA_NETWORK_IPV4 || in cma_route_gid_type() 3090 network_type == RDMA_NETWORK_IPV6) && in cma_route_gid_type()
|