/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A D | rtw_wlan_util.c | 56 unsigned char networktype_to_raid(unsigned char network_type) in networktype_to_raid() argument 58 switch (network_type) { in networktype_to_raid() 81 u8 network_type = 0; in judge_network_type() local 86 network_type = WIRELESS_11_24N; in judge_network_type() 89 network_type |= WIRELESS_11B; in judge_network_type() 91 network_type |= WIRELESS_11BG; in judge_network_type() 93 network_type |= WIRELESS_11G; in judge_network_type() 95 return network_type; in judge_network_type() 1324 int network_type = 0; in update_wireless_mode() local 1335 network_type in update_wireless_mode() [all...] |
H A D | rtw_ap.c | 421 unsigned char network_type, raid; in update_bmc_sta() local 441 network_type = rtw_check_network_type((u8 *)&pcur_network->SupportedRates); in update_bmc_sta() 454 network_type = WIRELESS_11B; in update_bmc_sta() 457 raid = networktype_to_raid(network_type); in update_bmc_sta() 708 pmlmeext->cur_wireless_mode = pmlmepriv->cur_network.network_type; in start_bss_network() 741 u8 channel, network_type, supportRate[NDIS_802_11_LENGTH_RATES_EX]; in rtw_check_beacon_data() local 830 network_type = rtw_check_network_type(supportRate); in rtw_check_beacon_data() 832 rtw_set_supported_rate(pbss_network->SupportedRates, network_type); in rtw_check_beacon_data() 928 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data() 950 switch (network_type) { in rtw_check_beacon_data() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 468 unsigned char network_type; in update_bmc_sta() local 496 network_type = rtw_check_network_type( in update_bmc_sta() 501 if (IsSupportedTxCCK(network_type)) { in update_bmc_sta() 502 network_type = WIRELESS_11B; in update_bmc_sta() 503 } else if (network_type == WIRELESS_INVALID) { /* error handling */ in update_bmc_sta() 506 network_type = WIRELESS_11A; in update_bmc_sta() 508 network_type = WIRELESS_11B; in update_bmc_sta() 510 update_sta_basic_rate(psta, network_type); in update_bmc_sta() 511 psta->wireless_mode = network_type; in update_bmc_sta() 908 pmlmeext->cur_wireless_mode = pmlmepriv->cur_network.network_type; in start_bss_network() 953 u8 channel, network_type, supportRate[NDIS_802_11_LENGTH_RATES_EX]; rtw_check_beacon_data() local [all...] |
H A D | rtw_wlan_util.c | 1717 int network_type = 0; in update_wireless_mode() local 1728 network_type = WIRELESS_11AC; in update_wireless_mode() 1730 network_type = WIRELESS_11_24N; in update_wireless_mode() 1733 network_type |= WIRELESS_11B; in update_wireless_mode() 1735 network_type |= WIRELESS_11BG; in update_wireless_mode() 1737 network_type |= WIRELESS_11G; in update_wireless_mode() 1739 pmlmeext->cur_wireless_mode = network_type & padapter->registrypriv.wireless_mode; in update_wireless_mode()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 373 unsigned char network_type; in update_bmc_sta() local 401 network_type = rtw_check_network_type((u8 *)&pcur_network->supported_rates, in update_bmc_sta() 405 if (is_supported_tx_cck(network_type)) { in update_bmc_sta() 406 network_type = WIRELESS_11B; in update_bmc_sta() 407 } else if (network_type == WIRELESS_INVALID) { /* error handling */ in update_bmc_sta() 410 network_type = WIRELESS_INVALID; in update_bmc_sta() 412 network_type = WIRELESS_11B; in update_bmc_sta() 414 update_sta_basic_rate(psta, network_type); in update_bmc_sta() 415 psta->wireless_mode = network_type; in update_bmc_sta() 780 pmlmeext->cur_wireless_mode = pmlmepriv->cur_network.network_type; in start_bss_network() 821 u8 channel, network_type, supportRate[NDIS_802_11_LENGTH_RATES_EX]; rtw_check_beacon_data() local [all...] |
H A D | rtw_wlan_util.c | 1592 int network_type = 0; in update_wireless_mode() local 1603 network_type = WIRELESS_11_24N; in update_wireless_mode() 1606 network_type |= WIRELESS_11B; in update_wireless_mode() 1608 network_type |= WIRELESS_11BG; in update_wireless_mode() 1610 network_type |= WIRELESS_11G; in update_wireless_mode() 1612 pmlmeext->cur_wireless_mode = network_type & padapter->registrypriv.wireless_mode; in update_wireless_mode()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.h | 38 enum network_type nw_type,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.h | 38 enum network_type nw_type,
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_net.c | 124 if (av->network_type == RXE_NETWORK_TYPE_IPV4) { in rxe_find_route() 131 } else if (av->network_type == RXE_NETWORK_TYPE_IPV6) { in rxe_find_route() 436 if (av->network_type == RXE_NETWORK_TYPE_IPV4) in rxe_init_packet() 463 if (av->network_type == RXE_NETWORK_TYPE_IPV4) in rxe_init_packet()
|
H A D | rxe_av.c | 99 av->network_type = type; in rxe_av_fill_ip_info()
|
/kernel/linux/linux-6.6/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() 472 if (av->network_type == RXE_NETWORK_TYPE_IPV4) in rxe_init_packet() 499 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()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | wlan_bssdef.h | 201 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */ member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | wlan_bssdef.h | 184 int network_type; /*refer to ieee80211.h for WIRELESS_11A/B/G */ member
|
/kernel/linux/linux-5.10/include/uapi/rdma/ |
H A D | rdma_user_rxe.h | 66 __u8 network_type; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | wlan_bssdef.h | 184 int network_type; /*refer to ieee80211.h for WIRELESS_11A/B/G */ member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | hal_com.h | 134 u8 rtw_get_mgntframe_raid(struct adapter *adapter, unsigned char network_type);
|
H A D | wlan_bssdef.h | 179 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */ member
|
/kernel/linux/linux-6.6/include/uapi/rdma/ |
H A D | rdma_user_rxe.h | 66 __u8 network_type; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/ |
H A D | rdma_user_rxe.h | 45 __u8 network_type; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/ |
H A D | rdma_user_rxe.h | 28 __u8 network_type; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/ |
H A D | rdma_user_rxe.h | 45 __u8 network_type; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | wlan_bssdef.h | 230 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */ member
|
H A D | hal_com.h | 235 u8 rtw_get_mgntframe_raid(struct adapter *adapter, unsigned char network_type);
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/ |
H A D | hal_com.c | 541 u8 rtw_get_mgntframe_raid(struct adapter *adapter, unsigned char network_type) in rtw_get_mgntframe_raid() argument 543 return (network_type & WIRELESS_11B) ? RATEID_IDX_B : RATEID_IDX_G; in rtw_get_mgntframe_raid()
|