/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 86 unsigned char networktype_to_raid(unsigned char network_type) in networktype_to_raid() argument 88 switch (network_type) { in networktype_to_raid() 111 u8 network_type = 0; in judge_network_type() local 117 network_type = WIRELESS_11_5N; in judge_network_type() 119 network_type |= WIRELESS_11A; in judge_network_type() 122 network_type = WIRELESS_11_24N; in judge_network_type() 125 network_type |= WIRELESS_11B; in judge_network_type() 127 network_type |= WIRELESS_11BG; in judge_network_type() 129 network_type |= WIRELESS_11G; in judge_network_type() 131 return network_type; in judge_network_type() [all …]
|
D | rtw_ap.c | 548 unsigned char network_type, raid; in update_bmc_sta() local 568 network_type = rtw_check_network_type((u8 *)&pcur_network->SupportedRates, supportRateNum, 1); in update_bmc_sta() 581 network_type = WIRELESS_11A; in update_bmc_sta() 585 network_type = WIRELESS_11B; in update_bmc_sta() 589 raid = networktype_to_raid(network_type); in update_bmc_sta() 833 pmlmeext->cur_wireless_mode = pmlmepriv->cur_network.network_type; in start_bss_network() 866 u8 channel, network_type, supportRate[NDIS_802_11_LENGTH_RATES_EX]; in rtw_check_beacon_data() local 949 network_type = rtw_check_network_type(supportRate, supportRateNum, channel); in rtw_check_beacon_data() 951 rtw_set_supported_rate(pbss_network->SupportedRates, network_type); in rtw_check_beacon_data() 1043 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data() [all …]
|
D | rtw_mlme.c | 132 pnetwork->network_type = 0; in _rtw_alloc_network() 449 pnetwork->network_type = 0; in rtw_update_scanned_network()
|
/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 406 if (av->network_type == RDMA_NETWORK_IPV4) in prepare() 408 else if (av->network_type == RDMA_NETWORK_IPV6) in prepare() 443 if (av->network_type == RDMA_NETWORK_IPV4) { in send() 445 } else if (av->network_type == RDMA_NETWORK_IPV6) { in send() 448 pr_err("Unknown layer 3 protocol: %d\n", av->network_type); in send() 479 if (av->network_type == RDMA_NETWORK_IPV4) in init_packet() 494 if (av->network_type == RDMA_NETWORK_IPV4) in init_packet()
|
D | rxe_av.c | 84 av->network_type = ib_gid_to_network_type(sgid_attr->gid_type, sgid); in rxe_av_fill_ip_info()
|
/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.h | 38 enum network_type nw_type,
|
D | core.h | 941 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 | 624 enum network_type net_type, u8 beacon_ie_len, in ath6kl_connect_event()
|
D | cfg80211.c | 681 enum network_type nw_type, in ath6kl_add_bss_if_needed() 739 enum network_type nw_type, in ath6kl_cfg80211_connect_event()
|
D | wmi.c | 1849 enum network_type nw_type, in ath6kl_wmi_connect_cmd()
|
/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 250 u8 network_type; member 460 u8 network_type; member 532 u8 network_type; member 1086 u8 network_type; member 1239 u8 network_type; member
|
D | cfg80211.c | 592 conn.network_type = WMI_NETTYPE_INFRA; in wil_cfg80211_connect() 595 conn.network_type = WMI_NETTYPE_P2P; in wil_cfg80211_connect()
|
D | wmi.c | 1057 .network_type = wmi_nettype, in wmi_pcp_start()
|
/drivers/staging/rtl8712/ |
D | wlan_bssdef.h | 196 int network_type; /*refer to ieee80211.h for WIRELESS_11A/B/G */ member
|
D | rtl871x_mlme.c | 724 pnetwork->network_type = le32_to_cpu(pnetwork->network_type); in r8712_joinbss_event_callback()
|
/drivers/staging/rtl8188eu/include/ |
D | wlan_bssdef.h | 207 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */ member
|
D | rtw_mlme_ext.h | 459 unsigned char networktype_to_raid(unsigned char network_type);
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | fw-api-scan.h | 150 u8 network_type; member
|
D | scan.c | 553 profile->network_type = IWL_NETWORK_TYPE_ANY; in iwl_mvm_config_sched_scan_profiles()
|
/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 3929 struct network_type { struct 3990 struct network_type networks[WCN36XX_HAL_PNO_MAX_SUPP_NETWORKS];
|
/drivers/infiniband/core/ |
D | cma.c | 2445 static enum ib_gid_type cma_route_gid_type(enum rdma_network_type network_type, in cma_route_gid_type() argument 2449 if ((network_type == RDMA_NETWORK_IPV4 || in cma_route_gid_type() 2450 network_type == RDMA_NETWORK_IPV6) && in cma_route_gid_type()
|