Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_wlan_util.c94 unsigned char networktype_to_raid23a(unsigned char network_type) in networktype_to_raid23a() argument
98 switch (network_type) { in networktype_to_raid23a()
130 u8 network_type = 0; in judge_network_type23a() local
136 network_type = WIRELESS_11_5N; in judge_network_type23a()
137 network_type |= WIRELESS_11A; in judge_network_type23a()
140 network_type = WIRELESS_11_24N; in judge_network_type23a()
143 network_type |= WIRELESS_11B; in judge_network_type23a()
145 network_type |= WIRELESS_11BG; in judge_network_type23a()
147 network_type |= WIRELESS_11G; in judge_network_type23a()
149 return network_type; in judge_network_type23a()
[all …]
Drtw_ap.c449 unsigned char network_type, raid; in update_bmc_sta() local
470 network_type = rtw_check_network_type23a((u8 *)&pcur_network->SupportedRates, supportRateNum, 1); in update_bmc_sta()
483 network_type = WIRELESS_11A; in update_bmc_sta()
487 network_type = WIRELESS_11B; in update_bmc_sta()
491 raid = networktype_to_raid23a(network_type); in update_bmc_sta()
766 pmlmeext->cur_wireless_mode = pmlmepriv->cur_network.network_type; in start_bss_network()
800 u8 channel, network_type, supportRate[NDIS_802_11_LENGTH_RATES_EX]; in rtw_check_beacon_data23a() local
878 network_type = rtw_check_network_type23a(supportRate, in rtw_check_beacon_data23a()
881 rtw_set_supported_rate23a(pbss_network->SupportedRates, network_type); in rtw_check_beacon_data23a()
982 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data23a()
[all …]
Drtw_mlme.c109 pnetwork->network_type = 0; in rtw_alloc_network()
483 pnetwork->network_type = 0; in rtw_update_scanned_network()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c91 unsigned char networktype_to_raid(unsigned char network_type) in networktype_to_raid() argument
93 switch (network_type) { in networktype_to_raid()
116 u8 network_type = 0; in judge_network_type() local
122 network_type = WIRELESS_11_5N; in judge_network_type()
124 network_type |= WIRELESS_11A; in judge_network_type()
127 network_type = WIRELESS_11_24N; in judge_network_type()
130 network_type |= WIRELESS_11B; in judge_network_type()
132 network_type |= WIRELESS_11BG; in judge_network_type()
134 network_type |= WIRELESS_11G; in judge_network_type()
136 return network_type; in judge_network_type()
[all …]
Drtw_ap.c556 unsigned char network_type, raid; in update_bmc_sta() local
576 network_type = rtw_check_network_type((u8 *)&pcur_network->SupportedRates, supportRateNum, 1); in update_bmc_sta()
589 network_type = WIRELESS_11A; in update_bmc_sta()
593 network_type = WIRELESS_11B; in update_bmc_sta()
597 raid = networktype_to_raid(network_type); in update_bmc_sta()
837 pmlmeext->cur_wireless_mode = pmlmepriv->cur_network.network_type; in start_bss_network()
870 u8 channel, network_type, supportRate[NDIS_802_11_LENGTH_RATES_EX]; in rtw_check_beacon_data() local
953 network_type = rtw_check_network_type(supportRate, supportRateNum, channel); in rtw_check_beacon_data()
955 rtw_set_supported_rate(pbss_network->SupportedRates, network_type); in rtw_check_beacon_data()
1047 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
[all …]
Drtw_mlme.c150 pnetwork->network_type = 0; in _rtw_alloc_network()
478 pnetwork->network_type = 0; in rtw_update_scanned_network()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dwmi.h202 u8 network_type; member
433 u8 network_type; member
510 u8 network_type; member
990 u8 network_type; member
1078 u8 network_type; member
Dcfg80211.c469 conn.network_type = WMI_NETTYPE_INFRA; in wil_cfg80211_connect()
472 conn.network_type = WMI_NETTYPE_P2P; in wil_cfg80211_connect()
Dwmi.c873 .network_type = wmi_nettype, in wmi_pcp_start()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcfg80211.h38 enum network_type nw_type,
Dcore.h940 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.c1844 enum network_type nw_type, in ath6kl_wmi_connect_cmd()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Dwlan_bssdef.h98 int network_type; /* refer to ieee80211.h for 11A/B/G */ member
Drtw_mlme_ext.h454 unsigned char networktype_to_raid23a(unsigned char network_type);
/linux-4.4.14/drivers/staging/rtl8712/
Dwlan_bssdef.h195 int network_type; /*refer to ieee80211.h for WIRELESS_11A/B/G */ member
Drtl871x_mlme.c731 pnetwork->network_type = le32_to_cpu(pnetwork->network_type); in r8712_joinbss_event_callback()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dwlan_bssdef.h267 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */ member
Drtw_mlme_ext.h464 unsigned char networktype_to_raid(unsigned char network_type);
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dfw-api-scan.h149 u8 network_type; member
Dscan.c513 profile->network_type = IWL_NETWORK_TYPE_ANY; in iwl_mvm_config_sched_scan_profiles()
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dhal.h3921 struct network_type { struct
3982 struct network_type networks[WCN36XX_HAL_PNO_MAX_SUPP_NETWORKS];