/linux/drivers/staging/rtl8723bs/core/ |
H A 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() 774 pmlmeext->cur_wireless_mode = pmlmepriv->cur_network.network_type; in start_bss_network() 815 u8 channel, network_type, supportRate[NDIS_802_11_LENGTH_RATES_EX]; rtw_check_beacon_data() local [all...] |
H A D | rtw_wlan_util.c | 1548 int network_type = 0; in update_wireless_mode() local 1559 network_type = WIRELESS_11_24N; in update_wireless_mode() 1562 network_type |= WIRELESS_11B; in update_wireless_mode() 1564 network_type |= WIRELESS_11BG; in update_wireless_mode() 1566 network_type |= WIRELESS_11G; in update_wireless_mode() 1568 pmlmeext->cur_wireless_mode = network_type & padapter->registrypriv.wireless_mode; in update_wireless_mode()
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.h | 38 enum network_type nw_type,
|
H A D | core.h | 940 u16 beacon_int, enum network_type net_type,
|
H A D | wmi.h | 662 enum network_type { enum 2556 enum network_type nw_type,
|
H A D | cfg80211.c | 680 enum network_type nw_type, in ath6kl_add_bss_if_needed() 738 enum network_type nw_type, in ath6kl_cfg80211_connect_event()
|
H A D | wmi.c | 1845 enum network_type nw_type, in ath6kl_wmi_connect_cmd()
|
/linux/drivers/infiniband/sw/rxe/ |
H A 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()
|
H A D | rxe_av.c | 128 av->network_type = type; in rxe_av_fill_ip_info()
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | wlan_bssdef.h | 179 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */ member
|
H A D | hal_com.h | 134 u8 rtw_get_mgntframe_raid(struct adapter *adapter, unsigned char network_type);
|
H A D | ieee80211.h | 139 enum network_type { enum
|
/linux/include/uapi/rdma/ |
H A D | rdma_user_rxe.h | 66 __u8 network_type; member
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A 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
|
H A 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()
|
H A D | wmi.c | 2207 .network_type = wmi_nettype, in wmi_pcp_start()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 116 * @network_type: enum iwl_scan_offload_network_type 125 u8 network_type; member
|
/linux/include/rdma/ |
H A D | ib_verbs.h | 188 static inline enum ib_gid_type ib_network_to_gid_type(enum rdma_network_type network_type) in ib_network_to_gid_type() argument 190 if (network_type == RDMA_NETWORK_IPV4 || in ib_network_to_gid_type() 191 network_type == RDMA_NETWORK_IPV6) in ib_network_to_gid_type() 193 else if (network_type == RDMA_NETWORK_ROCE_V1) in ib_network_to_gid_type()
|
/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | core.c | 4845 u16 network_type = WIRELESS_MODE_UNKNOWN; in rtl8xxxu_wireless_mode() local 4849 network_type = WIRELESS_MODE_AC; in rtl8xxxu_wireless_mode() 4851 network_type = WIRELESS_MODE_N_5G; in rtl8xxxu_wireless_mode() 4853 network_type |= WIRELESS_MODE_A; in rtl8xxxu_wireless_mode() 4856 network_type = WIRELESS_MODE_AC; in rtl8xxxu_wireless_mode() 4858 network_type = WIRELESS_MODE_N_24G; in rtl8xxxu_wireless_mode() 4861 network_type |= WIRELESS_MODE_B; in rtl8xxxu_wireless_mode() 4863 network_type |= (WIRELESS_MODE_B | WIRELESS_MODE_G); in rtl8xxxu_wireless_mode() 4865 network_type |= WIRELESS_MODE_G; in rtl8xxxu_wireless_mode() 4868 return network_type; in rtl8xxxu_wireless_mode() [all...] |
/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | hal.h | 4324 struct network_type { struct 4385 struct network_type networks[WCN36XX_HAL_PNO_MAX_SUPP_NETWORKS]; 4326 ssidnetwork_type global() argument 4329 authenticationnetwork_type global() argument 4332 encryptionnetwork_type global() argument 4336 channel_countnetwork_type global() argument 4337 channelsnetwork_type global() argument 4340 rssi_thresholdnetwork_type global() argument
|
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | roce_hsi.h | 911 u8 network_type; member 970 u8 network_type; member
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.h | 216 __le32 network_type; member
|
H A D | mt76_connac_mcu.c | 2827 bss->network_type = cpu_to_le32(type); in mt76_connac_mcu_bss_basic_tlv()
|
/linux/drivers/infiniband/core/ |
H A D | cma.c | 3104 static enum ib_gid_type cma_route_gid_type(enum rdma_network_type network_type, in cma_route_gid_type() argument 3108 if ((network_type == RDMA_NETWORK_IPV4 || in cma_route_gid_type() 3109 network_type == RDMA_NETWORK_IPV6) && in cma_route_gid_type()
|
/linux/drivers/net/wireless/intel/iwlwifi/mld/ |
H A D | scan.c | 1259 profile->network_type = IWL_NETWORK_TYPE_ANY; in iwl_mld_config_sched_scan_profiles()
|