Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c86 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 …]
Drtw_ap.c548 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 …]
Drtw_mlme.c132 pnetwork->network_type = 0; in _rtw_alloc_network()
449 pnetwork->network_type = 0; in rtw_update_scanned_network()
/drivers/infiniband/sw/rxe/
Drxe_net.c406 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()
Drxe_av.c84 av->network_type = ib_gid_to_network_type(sgid_attr->gid_type, sgid); in rxe_av_fill_ip_info()
/drivers/net/wireless/ath/ath6kl/
Dcfg80211.h38 enum network_type nw_type,
Dcore.h941 u16 beacon_int, enum network_type net_type,
Dwmi.h662 enum network_type { enum
2556 enum network_type nw_type,
Dmain.c624 enum network_type net_type, u8 beacon_ie_len, in ath6kl_connect_event()
Dcfg80211.c681 enum network_type nw_type, in ath6kl_add_bss_if_needed()
739 enum network_type nw_type, in ath6kl_cfg80211_connect_event()
Dwmi.c1849 enum network_type nw_type, in ath6kl_wmi_connect_cmd()
/drivers/net/wireless/ath/wil6210/
Dwmi.h250 u8 network_type; member
460 u8 network_type; member
532 u8 network_type; member
1086 u8 network_type; member
1239 u8 network_type; member
Dcfg80211.c592 conn.network_type = WMI_NETTYPE_INFRA; in wil_cfg80211_connect()
595 conn.network_type = WMI_NETTYPE_P2P; in wil_cfg80211_connect()
Dwmi.c1057 .network_type = wmi_nettype, in wmi_pcp_start()
/drivers/staging/rtl8712/
Dwlan_bssdef.h196 int network_type; /*refer to ieee80211.h for WIRELESS_11A/B/G */ member
Drtl871x_mlme.c724 pnetwork->network_type = le32_to_cpu(pnetwork->network_type); in r8712_joinbss_event_callback()
/drivers/staging/rtl8188eu/include/
Dwlan_bssdef.h207 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */ member
Drtw_mlme_ext.h459 unsigned char networktype_to_raid(unsigned char network_type);
/drivers/net/wireless/intel/iwlwifi/mvm/
Dfw-api-scan.h150 u8 network_type; member
Dscan.c553 profile->network_type = IWL_NETWORK_TYPE_ANY; in iwl_mvm_config_sched_scan_profiles()
/drivers/net/wireless/ath/wcn36xx/
Dhal.h3929 struct network_type { struct
3990 struct network_type networks[WCN36XX_HAL_PNO_MAX_SUPP_NETWORKS];
/drivers/infiniband/core/
Dcma.c2445 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()