Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c370 unsigned char network_type; in update_bmc_sta() local
396 network_type = rtw_check_network_type((u8 *)&pcur_network->supported_rates, in update_bmc_sta()
400 if (is_supported_tx_cck(network_type)) { in update_bmc_sta()
401 network_type = WIRELESS_11B; in update_bmc_sta()
402 } else if (network_type == WIRELESS_INVALID) { /* error handling */ in update_bmc_sta()
405 network_type = WIRELESS_INVALID; in update_bmc_sta()
407 network_type = WIRELESS_11B; in update_bmc_sta()
409 update_sta_basic_rate(psta, network_type); in update_bmc_sta()
410 psta->wireless_mode = network_type; in update_bmc_sta()
771 pmlmeext->cur_wireless_mode = pmlmepriv->cur_network.network_type; in start_bss_network()
[all …]
H A Drtw_wlan_util.c1548 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()
H A Drtw_mlme.c158 pnetwork->network_type = 0; in rtw_alloc_network()
528 pnetwork->network_type = 0; in rtw_update_scanned_network()
/linux/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()
H A Dwmi.c1845 enum network_type nw_type, in ath6kl_wmi_connect_cmd()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_net.c185 if (av->network_type == RXE_NETWORK_TYPE_IPV4) { in rxe_udp_encap_recv()
192 } else if (av->network_type == RXE_NETWORK_TYPE_IPV6) { in rxe_udp_encap_recv()
544 if (av->network_type == RXE_NETWORK_TYPE_IPV4) in rxe_init_packet()
574 if (av->network_type == RXE_NETWORK_TYPE_IPV4)
H A Drxe_av.c128 av->network_type = type; in rxe_av_fill_ip_info()
/linux/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/include/uapi/rdma/
H A Drdma_user_rxe.h66 __u8 network_type; member
/linux/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/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 Dwmi.c2207 .network_type = wmi_nettype, in wmi_pcp_start()
/linux/include/rdma/
H A Dib_verbs.h188 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/infiniband/core/
H A Dcma.c3108 static enum ib_gid_type cma_route_gid_type(enum rdma_network_type network_type, in cma_route_gid_type()
3112 if ((network_type == RDMA_NETWORK_IPV4 || in cma_route_gid_type()
3113 network_type == RDMA_NETWORK_IPV6) && in cma_route_gid_type()
3105 cma_route_gid_type(enum rdma_network_type network_type,unsigned long supported_gids,enum ib_gid_type default_gid) cma_route_gid_type() argument
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c2852 bss->network_type = cpu_to_le32(type); in mt76_connac_mcu_bss_basic_tlv()