| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | mac80211.c | 112 .net_type = {.addr = 0x0100, .mask = 0x30000}, 119 .net_type = {.addr = 0x0100, .mask = 0xc0000}, 126 .net_type = {.addr = 0x1100, .mask = 0x3}, 133 .net_type = {.addr = 0x1100, .mask = 0xc}, 140 .net_type = {.addr = 0x1100, .mask = 0x30}, 151 enum rtw_net_type net_type; in rtw_ops_add_interface() local 174 net_type = RTW_NET_AP_MODE; in rtw_ops_add_interface() 179 net_type = RTW_NET_AD_HOC; in rtw_ops_add_interface() 184 net_type = RTW_NET_NO_LINK; in rtw_ops_add_interface() 195 rtwvif->net_type = net_type; in rtw_ops_add_interface() [all …]
|
| H A D | wow.h | 44 return (rtwvif->net_type == RTW_NET_MGD_LINKED); in rtw_wow_mgd_linked() 52 return (rtwvif->net_type == RTW_NET_NO_LINK); in rtw_wow_no_link()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | dbcc.c | 122 if (info->net_type == MAC_AX_NET_TYPE_AP) { in dbcc_wmm_add_macid() 125 dbcc_info->dbcc_wmm_type[wmmidx] == info->net_type) in dbcc_wmm_add_macid() 142 if ((info->net_type != MAC_AX_NET_TYPE_AP && in dbcc_wmm_add_macid() 144 (info->net_type == MAC_AX_NET_TYPE_AP && in dbcc_wmm_add_macid() 176 *cur_dbcc_wmm_type = info->net_type; in dbcc_wmm_add_macid()
|
| H A D | role.c | 234 if (info->net_type == MAC_AX_NET_TYPE_INFRA && in role_info_valid() 243 if (info->net_type == MAC_AX_NET_TYPE_AP && in role_info_valid() 252 info->net_type == MAC_AX_NET_TYPE_AP) { in role_info_valid() 263 ((info->net_type != MAC_AX_NET_TYPE_AP && in role_info_valid() 265 (info->net_type == MAC_AX_NET_TYPE_AP && in role_info_valid() 387 info->a_info.net_type = info->net_type; in role_info_init() 1074 sta.net_type = info->net_type; in mac_h2c_join_info() 1101 SET_WORD(sta.net_type, FWCMD_H2C_JOININFO_NET_TYPE) | in mac_h2c_join_info()
|
| H A D | mport.c | 2075 u8 net_type = para->net_type; in mac_port_init() local 2134 SET_WORD(net_type, in mac_port_init() 2203 mbid_num = net_type == MAC_AX_NET_TYPE_AP && port == MAC_AX_BAND_0 ? in mac_port_init() 2257 cfg_para.val = net_type; in mac_port_init() 2265 cfg_para.val = net_type == MAC_AX_NET_TYPE_NO_LINK ? 0 : 1; in mac_port_init() 2273 cfg_para.val = (net_type == MAC_AX_NET_TYPE_INFRA || in mac_port_init() 2274 net_type == MAC_AX_NET_TYPE_ADHOC) ? 1 : 0; in mac_port_init() 2282 cfg_para.val = (net_type == MAC_AX_NET_TYPE_INFRA || in mac_port_init() 2283 net_type == MAC_AX_NET_TYPE_ADHOC) ? 1 : 0; in mac_port_init() 2291 cfg_para.val = (net_type == MAC_AX_NET_TYPE_AP || in mac_port_init() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | dbcc.c | 122 if (info->net_type == MAC_AX_NET_TYPE_AP) { in dbcc_wmm_add_macid() 125 dbcc_info->dbcc_wmm_type[wmmidx] == info->net_type) in dbcc_wmm_add_macid() 142 if ((info->net_type != MAC_AX_NET_TYPE_AP && in dbcc_wmm_add_macid() 144 (info->net_type == MAC_AX_NET_TYPE_AP && in dbcc_wmm_add_macid() 176 *cur_dbcc_wmm_type = info->net_type; in dbcc_wmm_add_macid()
|
| H A D | role.c | 234 if (info->net_type == MAC_AX_NET_TYPE_INFRA && in role_info_valid() 243 if (info->net_type == MAC_AX_NET_TYPE_AP && in role_info_valid() 252 info->net_type == MAC_AX_NET_TYPE_AP) { in role_info_valid() 263 ((info->net_type != MAC_AX_NET_TYPE_AP && in role_info_valid() 265 (info->net_type == MAC_AX_NET_TYPE_AP && in role_info_valid() 387 info->a_info.net_type = info->net_type; in role_info_init() 1074 sta.net_type = info->net_type; in mac_h2c_join_info() 1101 SET_WORD(sta.net_type, FWCMD_H2C_JOININFO_NET_TYPE) | in mac_h2c_join_info()
|
| H A D | mport.c | 2075 u8 net_type = para->net_type; in mac_port_init() local 2134 SET_WORD(net_type, in mac_port_init() 2203 mbid_num = net_type == MAC_AX_NET_TYPE_AP && port == MAC_AX_BAND_0 ? in mac_port_init() 2257 cfg_para.val = net_type; in mac_port_init() 2265 cfg_para.val = net_type == MAC_AX_NET_TYPE_NO_LINK ? 0 : 1; in mac_port_init() 2273 cfg_para.val = (net_type == MAC_AX_NET_TYPE_INFRA || in mac_port_init() 2274 net_type == MAC_AX_NET_TYPE_ADHOC) ? 1 : 0; in mac_port_init() 2282 cfg_para.val = (net_type == MAC_AX_NET_TYPE_INFRA || in mac_port_init() 2283 net_type == MAC_AX_NET_TYPE_ADHOC) ? 1 : 0; in mac_port_init() 2291 cfg_para.val = (net_type == MAC_AX_NET_TYPE_AP || in mac_port_init() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | ieee80211.h | 244 #define is_legacy_only(net_type) ((net_type) == ((net_type) & (WLAN_MD_11BG | WLAN_MD_11A))) argument 248 #define is_supported_tx_cck(net_type) ((net_type) & (WLAN_MD_11B) ? _TRUE : _FALSE) argument 249 #define is_suuported_tx_ofdm(net_type) ((net_type) & (WLAN_MD_11G | WLAN_MD_11A) ? _TRUE : _FALSE) argument 250 #define is_supported_ht(net_type) ((net_type) & (WLAN_MD_11N) ? _TRUE : _FALSE) argument 251 #define is_supported_vht(net_type) ((net_type) & (WLAN_MD_11AC) ? _TRUE : _FALSE) argument 252 #define is_supported_he(net_type) ((net_type) & (WLAN_MD_11AX) ? _TRUE : _FALSE) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | ieee80211.h | 244 #define is_legacy_only(net_type) ((net_type) == ((net_type) & (WLAN_MD_11BG | WLAN_MD_11A))) argument 248 #define is_supported_tx_cck(net_type) ((net_type) & (WLAN_MD_11B) ? _TRUE : _FALSE) argument 249 #define is_suuported_tx_ofdm(net_type) ((net_type) & (WLAN_MD_11G | WLAN_MD_11A) ? _TRUE : _FALSE) argument 250 #define is_supported_ht(net_type) ((net_type) & (WLAN_MD_11N) ? _TRUE : _FALSE) argument 251 #define is_supported_vht(net_type) ((net_type) & (WLAN_MD_11AC) ? _TRUE : _FALSE) argument 252 #define is_supported_he(net_type) ((net_type) & (WLAN_MD_11AX) ? _TRUE : _FALSE) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_cfg_wmac_88xx.c | 196 enum halmac_network_type_select net_type) in cfg_net_type_88xx() argument 204 if (net_type == HALMAC_NETWORK_AP) { in cfg_net_type_88xx() 213 net_type_tmp = net_type; in cfg_net_type_88xx() 218 net_type_tmp = (net_type << 2); in cfg_net_type_88xx() 223 net_type_tmp = net_type; in cfg_net_type_88xx() 228 net_type_tmp = (net_type << 2); in cfg_net_type_88xx() 233 net_type_tmp = (net_type << 4); in cfg_net_type_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/ |
| H A D | halmac_cfg_wmac_88xx.c | 196 enum halmac_network_type_select net_type) in cfg_net_type_88xx() argument 204 if (net_type == HALMAC_NETWORK_AP) { in cfg_net_type_88xx() 213 net_type_tmp = net_type; in cfg_net_type_88xx() 218 net_type_tmp = (net_type << 2); in cfg_net_type_88xx() 223 net_type_tmp = net_type; in cfg_net_type_88xx() 228 net_type_tmp = (net_type << 2); in cfg_net_type_88xx() 233 net_type_tmp = (net_type << 4); in cfg_net_type_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_cfg_wmac_88xx.c | 197 enum halmac_network_type_select net_type) in cfg_net_type_88xx() argument 205 if (net_type == HALMAC_NETWORK_AP) { in cfg_net_type_88xx() 214 net_type_tmp = net_type; in cfg_net_type_88xx() 219 net_type_tmp = (net_type << 2); in cfg_net_type_88xx() 224 net_type_tmp = net_type; in cfg_net_type_88xx() 229 net_type_tmp = (net_type << 2); in cfg_net_type_88xx() 234 net_type_tmp = (net_type << 4); in cfg_net_type_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_cfg_wmac_88xx.c | 198 enum halmac_network_type_select net_type) in cfg_net_type_88xx() argument 206 if (net_type == HALMAC_NETWORK_AP) { in cfg_net_type_88xx() 215 net_type_tmp = net_type; in cfg_net_type_88xx() 220 net_type_tmp = (net_type << 2); in cfg_net_type_88xx() 225 net_type_tmp = net_type; in cfg_net_type_88xx() 230 net_type_tmp = (net_type << 2); in cfg_net_type_88xx() 235 net_type_tmp = (net_type << 4); in cfg_net_type_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ |
| H A D | wl3501_cs.c | 565 return this->net_type == IW_MODE_INFRA ? WL3501_NET_TYPE_INFRA : in wl3501_fw_bss_type() 571 return this->net_type == IW_MODE_INFRA ? WL3501_MGMT_CAPABILITY_ESS : in wl3501_fw_cap_info() 671 if ((this->net_type == IW_MODE_INFRA && in wl3501_mgmt_scan_confirm() 673 (this->net_type == IW_MODE_ADHOC && in wl3501_mgmt_scan_confirm() 675 this->net_type == IW_MODE_AUTO) { in wl3501_mgmt_scan_confirm() 713 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_scan_confirm() 890 if (this->net_type == IW_MODE_INFRA) { in wl3501_mgmt_join_confirm() 917 if (this->net_type == IW_MODE_INFRA) in wl3501_mgmt_join_confirm() 933 if (this->net_type == IW_MODE_INFRA) { in wl3501_alarm_interrupt() 1485 this->net_type = wrqu->mode; in wl3501_set_mode() [all …]
|
| H A D | ray_cs.h | 54 UCHAR net_type; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | rtl8821c_spec.h | 178 u32 net_type; /*reg_offset*/ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | rtl8821c_spec.h | 188 u32 net_type; /*reg_offset*/ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | rtl8821c_spec.h | 188 u32 net_type; /*reg_offset*/ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | rtl8821c_spec.h | 189 u32 net_type; /*reg_offset*/ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | rtl8821c_spec.h | 188 u32 net_type; /*reg_offset*/ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | rtl8821c_spec.h | 189 u32 net_type; /*reg_offset*/ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | rtl8821c_spec.h | 188 u32 net_type; /*reg_offset*/ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | rtl8821c_spec.h | 189 u32 net_type; /*reg_offset*/ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | rtl8821c_spec.h | 188 u32 net_type; /*reg_offset*/ member
|