Searched refs:network_type (Results 1 – 16 of 16) sorted by relevance
/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() 779 pmlmeext->cur_wireless_mode = pmlmepriv->cur_network.network_type; in start_bss_network() [all …]
|
/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/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 | main.c | 630 enum network_type net_type, u8 beacon_ie_len, in ath6kl_connect_event()
|
H A D | wmi.c | 1845 enum network_type nw_type, in ath6kl_wmi_connect_cmd()
|
/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 | 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 | wmi.c | 2207 .network_type = wmi_nettype, in wmi_pcp_start()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 125 u8 network_type; member
|
/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];
|
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | roce_hsi.h | 911 u8 network_type; member 970 u8 network_type; member
|
/linux/drivers/infiniband/core/ |
H A D | cma.c | 3101 static enum ib_gid_type cma_route_gid_type(enum rdma_network_type network_type, in cma_route_gid_type() argument 3105 if ((network_type == RDMA_NETWORK_IPV4 || in cma_route_gid_type() 3106 network_type == RDMA_NETWORK_IPV6) && in cma_route_gid_type()
|