Home
last modified time | relevance | path

Searched defs:plink (Results 1 – 25 of 76) sorted by relevance

1234

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/mesh/
H A Drtw_mesh.h158 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
159 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
160 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
161 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
168 #define IS_PEER_CONF_DISABLED(plink) 1 argument
169 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
170 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
171 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
176 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
177 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
H A Drtw_mesh.c759 struct mesh_plink_ent *plink; in rtw_mesh_peer_status_chk() local
1106 struct mesh_plink_ent *plink; in dump_mesh_networks() local
1294 static int rtw_mpm_ampe_dec(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_dec()
1331 static int rtw_mpm_ampe_enc(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_enc()
1372 static int rtw_mpm_tx_ies_sync_bss(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_tx_ies_sync_bss()
1582 struct mesh_plink_ent *plink = NULL; in rtw_mpm_check_frames() local
2455 static int rtw_mesh_peer_establish(_adapter *adapter, struct mesh_plink_ent *plink, struct sta_info… in rtw_mesh_peer_establish()
2603 struct mesh_plink_ent *plink = NULL; in rtw_mesh_set_plink_state() local
2778 static u8 *rtw_mesh_construct_peer_mesh_close(_adapter *adapter, struct mesh_plink_ent *plink, u16 … in rtw_mesh_construct_peer_mesh_close()
2851 void _rtw_mesh_expire_peer_ent(_adapter *adapter, struct mesh_plink_ent *plink) in _rtw_mesh_expire_peer_ent()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/mesh/
H A Drtw_mesh.h159 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
160 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
161 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
162 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
169 #define IS_PEER_CONF_DISABLED(plink) 1 argument
170 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
171 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
172 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
177 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
178 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/mesh/
H A Drtw_mesh.h158 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
159 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
160 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
161 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
168 #define IS_PEER_CONF_DISABLED(plink) 1 argument
169 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
170 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
171 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
176 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
177 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
H A Drtw_mesh.c760 struct mesh_plink_ent *plink; in rtw_mesh_peer_status_chk() local
1108 struct mesh_plink_ent *plink; in dump_mesh_networks() local
1296 static int rtw_mpm_ampe_dec(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_dec()
1333 static int rtw_mpm_ampe_enc(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_enc()
1374 static int rtw_mpm_tx_ies_sync_bss(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_tx_ies_sync_bss()
1584 struct mesh_plink_ent *plink = NULL; in rtw_mpm_check_frames() local
2467 static int rtw_mesh_peer_establish(_adapter *adapter, struct mesh_plink_ent *plink, struct sta_info… in rtw_mesh_peer_establish()
2616 struct mesh_plink_ent *plink = NULL; in rtw_mesh_set_plink_state() local
2790 static u8 *rtw_mesh_construct_peer_mesh_close(_adapter *adapter, struct mesh_plink_ent *plink, u16 … in rtw_mesh_construct_peer_mesh_close()
2863 void _rtw_mesh_expire_peer_ent(_adapter *adapter, struct mesh_plink_ent *plink) in _rtw_mesh_expire_peer_ent()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/mesh/
H A Drtw_mesh.h158 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
159 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
160 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
161 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
168 #define IS_PEER_CONF_DISABLED(plink) 1 argument
169 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
170 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
171 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
176 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
177 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
H A Drtw_mesh.c759 struct mesh_plink_ent *plink; in rtw_mesh_peer_status_chk() local
1106 struct mesh_plink_ent *plink; in dump_mesh_networks() local
1294 static int rtw_mpm_ampe_dec(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_dec()
1331 static int rtw_mpm_ampe_enc(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_enc()
1372 static int rtw_mpm_tx_ies_sync_bss(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_tx_ies_sync_bss()
1582 struct mesh_plink_ent *plink = NULL; in rtw_mpm_check_frames() local
2455 static int rtw_mesh_peer_establish(_adapter *adapter, struct mesh_plink_ent *plink, struct sta_info… in rtw_mesh_peer_establish()
2603 struct mesh_plink_ent *plink = NULL; in rtw_mesh_set_plink_state() local
2778 static u8 *rtw_mesh_construct_peer_mesh_close(_adapter *adapter, struct mesh_plink_ent *plink, u16 … in rtw_mesh_construct_peer_mesh_close()
2851 void _rtw_mesh_expire_peer_ent(_adapter *adapter, struct mesh_plink_ent *plink) in _rtw_mesh_expire_peer_ent()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/mesh/
H A Drtw_mesh.h159 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
160 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
161 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
162 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
169 #define IS_PEER_CONF_DISABLED(plink) 1 argument
170 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
171 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
172 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
177 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
178 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
H A Drtw_mesh.c761 struct mesh_plink_ent *plink; in rtw_mesh_peer_status_chk() local
1109 struct mesh_plink_ent *plink; in dump_mesh_networks() local
1297 static int rtw_mpm_ampe_dec(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_dec()
1334 static int rtw_mpm_ampe_enc(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_enc()
1375 static int rtw_mpm_tx_ies_sync_bss(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_tx_ies_sync_bss()
1585 struct mesh_plink_ent *plink = NULL; in rtw_mpm_check_frames() local
2468 static int rtw_mesh_peer_establish(_adapter *adapter, struct mesh_plink_ent *plink, struct sta_info… in rtw_mesh_peer_establish()
2617 struct mesh_plink_ent *plink = NULL; in rtw_mesh_set_plink_state() local
2791 static u8 *rtw_mesh_construct_peer_mesh_close(_adapter *adapter, struct mesh_plink_ent *plink, u16 … in rtw_mesh_construct_peer_mesh_close()
2864 void _rtw_mesh_expire_peer_ent(_adapter *adapter, struct mesh_plink_ent *plink) in _rtw_mesh_expire_peer_ent()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/mesh/
H A Drtw_mesh.h158 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
159 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
160 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
161 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
168 #define IS_PEER_CONF_DISABLED(plink) 1 argument
169 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
170 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
171 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
176 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
177 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
H A Drtw_mesh.c760 struct mesh_plink_ent *plink; in rtw_mesh_peer_status_chk() local
1108 struct mesh_plink_ent *plink; in dump_mesh_networks() local
1296 static int rtw_mpm_ampe_dec(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_dec()
1333 static int rtw_mpm_ampe_enc(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_enc()
1374 static int rtw_mpm_tx_ies_sync_bss(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_tx_ies_sync_bss()
1584 struct mesh_plink_ent *plink = NULL; in rtw_mpm_check_frames() local
2467 static int rtw_mesh_peer_establish(_adapter *adapter, struct mesh_plink_ent *plink, struct sta_info… in rtw_mesh_peer_establish()
2616 struct mesh_plink_ent *plink = NULL; in rtw_mesh_set_plink_state() local
2790 static u8 *rtw_mesh_construct_peer_mesh_close(_adapter *adapter, struct mesh_plink_ent *plink, u16 … in rtw_mesh_construct_peer_mesh_close()
2863 void _rtw_mesh_expire_peer_ent(_adapter *adapter, struct mesh_plink_ent *plink) in _rtw_mesh_expire_peer_ent()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/mesh/
H A Drtw_mesh.h158 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
159 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
160 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
161 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
168 #define IS_PEER_CONF_DISABLED(plink) 1 argument
169 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
170 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
171 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
176 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
177 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/mesh/
H A Drtw_mesh.h159 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
160 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
161 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
162 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
169 #define IS_PEER_CONF_DISABLED(plink) 1 argument
170 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
171 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
172 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
177 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
178 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
H A Drtw_mesh.c725 struct mesh_plink_ent *plink; in rtw_mesh_peer_status_chk() local
1068 struct mesh_plink_ent *plink; in dump_mesh_networks() local
1193 static int rtw_mpm_ampe_dec(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_dec()
1230 static int rtw_mpm_ampe_enc(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_enc()
1271 static int rtw_mpm_tx_ies_sync_bss(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_tx_ies_sync_bss()
1481 struct mesh_plink_ent *plink = NULL; in rtw_mpm_check_frames() local
2360 int rtw_mesh_peer_establish(_adapter *adapter, struct mesh_plink_ent *plink, struct sta_info *sta) in rtw_mesh_peer_establish()
2500 static u8 *rtw_mesh_construct_peer_mesh_close(_adapter *adapter, struct mesh_plink_ent *plink, u16 … in rtw_mesh_construct_peer_mesh_close()
2573 void _rtw_mesh_expire_peer_ent(_adapter *adapter, struct mesh_plink_ent *plink) in _rtw_mesh_expire_peer_ent()
2610 struct mesh_plink_ent *plink; in rtw_mesh_expire_peer() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/mesh/
H A Drtw_mesh.h158 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
159 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
160 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
161 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
168 #define IS_PEER_CONF_DISABLED(plink) 1 argument
169 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
170 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
171 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
176 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
177 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
H A Drtw_mesh.c760 struct mesh_plink_ent *plink; in rtw_mesh_peer_status_chk() local
1108 struct mesh_plink_ent *plink; in dump_mesh_networks() local
1296 static int rtw_mpm_ampe_dec(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_dec()
1333 static int rtw_mpm_ampe_enc(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_enc()
1374 static int rtw_mpm_tx_ies_sync_bss(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_tx_ies_sync_bss()
1584 struct mesh_plink_ent *plink = NULL; in rtw_mpm_check_frames() local
2467 static int rtw_mesh_peer_establish(_adapter *adapter, struct mesh_plink_ent *plink, struct sta_info… in rtw_mesh_peer_establish()
2616 struct mesh_plink_ent *plink = NULL; in rtw_mesh_set_plink_state() local
2790 static u8 *rtw_mesh_construct_peer_mesh_close(_adapter *adapter, struct mesh_plink_ent *plink, u16 … in rtw_mesh_construct_peer_mesh_close()
2863 void _rtw_mesh_expire_peer_ent(_adapter *adapter, struct mesh_plink_ent *plink) in _rtw_mesh_expire_peer_ent()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/mesh/
H A Drtw_mesh.h158 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
159 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
160 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
161 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
168 #define IS_PEER_CONF_DISABLED(plink) 1 argument
169 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
170 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
171 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
176 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
177 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
H A Drtw_mesh.c760 struct mesh_plink_ent *plink; in rtw_mesh_peer_status_chk() local
1108 struct mesh_plink_ent *plink; in dump_mesh_networks() local
1296 static int rtw_mpm_ampe_dec(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_dec()
1333 static int rtw_mpm_ampe_enc(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_enc()
1374 static int rtw_mpm_tx_ies_sync_bss(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_tx_ies_sync_bss()
1584 struct mesh_plink_ent *plink = NULL; in rtw_mpm_check_frames() local
2467 static int rtw_mesh_peer_establish(_adapter *adapter, struct mesh_plink_ent *plink, struct sta_info… in rtw_mesh_peer_establish()
2616 struct mesh_plink_ent *plink = NULL; in rtw_mesh_set_plink_state() local
2790 static u8 *rtw_mesh_construct_peer_mesh_close(_adapter *adapter, struct mesh_plink_ent *plink, u16 … in rtw_mesh_construct_peer_mesh_close()
2863 void _rtw_mesh_expire_peer_ent(_adapter *adapter, struct mesh_plink_ent *plink) in _rtw_mesh_expire_peer_ent()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/mesh/
H A Drtw_mesh.h158 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
159 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
160 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
161 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
168 #define IS_PEER_CONF_DISABLED(plink) 1 argument
169 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
170 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
171 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
176 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
177 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
H A Drtw_mesh.c760 struct mesh_plink_ent *plink; in rtw_mesh_peer_status_chk() local
1108 struct mesh_plink_ent *plink; in dump_mesh_networks() local
1296 static int rtw_mpm_ampe_dec(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_dec()
1333 static int rtw_mpm_ampe_enc(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_enc()
1374 static int rtw_mpm_tx_ies_sync_bss(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_tx_ies_sync_bss()
1584 struct mesh_plink_ent *plink = NULL; in rtw_mpm_check_frames() local
2467 static int rtw_mesh_peer_establish(_adapter *adapter, struct mesh_plink_ent *plink, struct sta_info… in rtw_mesh_peer_establish()
2616 struct mesh_plink_ent *plink = NULL; in rtw_mesh_set_plink_state() local
2790 static u8 *rtw_mesh_construct_peer_mesh_close(_adapter *adapter, struct mesh_plink_ent *plink, u16 … in rtw_mesh_construct_peer_mesh_close()
2863 void _rtw_mesh_expire_peer_ent(_adapter *adapter, struct mesh_plink_ent *plink) in _rtw_mesh_expire_peer_ent()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/mesh/
H A Drtw_mesh.h159 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
160 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
161 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
162 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
169 #define IS_PEER_CONF_DISABLED(plink) 1 argument
170 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
171 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
172 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
177 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
178 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/mesh/
H A Drtw_mesh.h158 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
159 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
160 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
161 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
168 #define IS_PEER_CONF_DISABLED(plink) 1 argument
169 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
170 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
171 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
176 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
177 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
H A Drtw_mesh.c760 struct mesh_plink_ent *plink; in rtw_mesh_peer_status_chk() local
1108 struct mesh_plink_ent *plink; in dump_mesh_networks() local
1296 static int rtw_mpm_ampe_dec(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_dec()
1333 static int rtw_mpm_ampe_enc(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_enc()
1374 static int rtw_mpm_tx_ies_sync_bss(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_tx_ies_sync_bss()
1584 struct mesh_plink_ent *plink = NULL; in rtw_mpm_check_frames() local
2467 static int rtw_mesh_peer_establish(_adapter *adapter, struct mesh_plink_ent *plink, struct sta_info… in rtw_mesh_peer_establish()
2616 struct mesh_plink_ent *plink = NULL; in rtw_mesh_set_plink_state() local
2790 static u8 *rtw_mesh_construct_peer_mesh_close(_adapter *adapter, struct mesh_plink_ent *plink, u16 … in rtw_mesh_construct_peer_mesh_close()
2863 void _rtw_mesh_expire_peer_ent(_adapter *adapter, struct mesh_plink_ent *plink) in _rtw_mesh_expire_peer_ent()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/mesh/
H A Drtw_mesh.h159 #define IS_PEER_CONF_DISABLED(plink) ((plink)->peer_conf_end_time == RTW_MESH_PEER_CONF_DISABLED) argument
160 #define IS_PEER_CONF_TIMEOUT(plink)(!IS_PEER_CONF_DISABLED(plink) && rtw_time_after(rtw_get_current… argument
161 #define SET_PEER_CONF_DISABLED(plink) (plink)->peer_conf_end_time = RTW_MESH_PEER_CONF_DISABLED argument
162 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) \ argument
169 #define IS_PEER_CONF_DISABLED(plink) 1 argument
170 #define IS_PEER_CONF_TIMEOUT(plink) 0 argument
171 #define SET_PEER_CONF_DISABLED(plink) do {} while (0) argument
172 #define SET_PEER_CONF_END_TIME(plink, timeout_ms) do {} while (0) argument
177 #define IS_CTO_MGATE_CONF_DISABLED(plink) ((plink)->cto_mgate_conf_end_time == RTW_MESH_CTO_MGATE_C… argument
178 #define IS_CTO_MGATE_CONF_TIMEOUT(plink)(!IS_CTO_MGATE_CONF_DISABLED(plink) && rtw_time_after(rtw_g… argument
[all …]
H A Drtw_mesh.c761 struct mesh_plink_ent *plink; in rtw_mesh_peer_status_chk() local
1109 struct mesh_plink_ent *plink; in dump_mesh_networks() local
1297 static int rtw_mpm_ampe_dec(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_dec()
1334 static int rtw_mpm_ampe_enc(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_ampe_enc()
1375 static int rtw_mpm_tx_ies_sync_bss(_adapter *adapter, struct mesh_plink_ent *plink in rtw_mpm_tx_ies_sync_bss()
1585 struct mesh_plink_ent *plink = NULL; in rtw_mpm_check_frames() local
2468 static int rtw_mesh_peer_establish(_adapter *adapter, struct mesh_plink_ent *plink, struct sta_info… in rtw_mesh_peer_establish()
2617 struct mesh_plink_ent *plink = NULL; in rtw_mesh_set_plink_state() local
2791 static u8 *rtw_mesh_construct_peer_mesh_close(_adapter *adapter, struct mesh_plink_ent *plink, u16 … in rtw_mesh_construct_peer_mesh_close()
2864 void _rtw_mesh_expire_peer_ent(_adapter *adapter, struct mesh_plink_ent *plink) in _rtw_mesh_expire_peer_ent()
[all …]

1234