| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/ |
| H A D | rtw_mlme.h | 107 struct mlme_priv { struct 108 spinlock_t lock; 109 int fw_state; /* shall we protect this variable? maybe not necessarily... */ 110 u8 bScanInProcess; 111 u8 to_join; /* flag */ 112 u8 to_roaming; /* roaming trying times */ 114 u8 *nic_hdl; 116 struct list_head *pscanned; 117 struct __queue free_bss_pool; 118 struct __queue scanned_queue; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | rtl871x_mlme.h | 79 struct mlme_priv { struct 81 spinlock_t lock; 82 spinlock_t lock2; 106 static inline u8 *get_bssid(struct mlme_priv *pmlmepriv) in get_bssid() argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_mlme.h | 455 struct mlme_priv { struct 457 _lock lock; 458 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 459 u8 to_join; /* flag */ 460 u16 join_status; 462 u8 to_roam; /* roaming trying times */ 463 struct wlan_network *roam_network; /* the target of active roam */ 464 u8 roam_flags; 465 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 466 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_mlme.h | 471 struct mlme_priv { struct 473 _lock lock; 474 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 475 u8 to_join; /* flag */ 476 u16 join_status; 478 u8 to_roam; /* roaming trying times */ 479 struct wlan_network *roam_network; /* the target of active roam */ 480 u8 roam_flags; 481 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 482 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | rtw_mlme.h | 507 struct mlme_priv { struct 509 _lock lock; 510 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 511 u8 bScanInProcess; 512 u8 to_join; /* flag */ 514 u8 to_roam; /* roaming trying times */ 515 struct wlan_network *roam_network; /* the target of active roam */ 516 u8 roam_flags; 517 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 518 u32 roam_scan_int_ms; /* scan interval for active roam */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | rtw_mlme.h | 486 struct mlme_priv { struct 488 _lock lock; 489 sint fw_state; //shall we protect this variable? maybe not necessarily... 490 u8 bScanInProcess; 491 u8 to_join; //flag 493 u8 to_roam; /* roaming trying times */ 494 struct wlan_network *roam_network; /* the target of active roam */ 495 u8 roam_flags; 496 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 497 u32 roam_scan_int_ms; /* scan interval for active roam */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | rtw_mlme.h | 510 struct mlme_priv { struct 512 _lock lock; 513 sint fw_state; //shall we protect this variable? maybe not necessarily... 514 u8 bScanInProcess; 515 u8 to_join; //flag 517 u8 to_roam; /* roaming trying times */ 518 struct wlan_network *roam_network; /* the target of active roam */ 519 u8 roam_flags; 520 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 521 u32 roam_scan_int_ms; /* scan interval for active roam */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_mlme.h | 330 struct mlme_priv { struct 332 _lock lock; 333 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 334 u8 bScanInProcess; 335 u8 to_join; /* flag */ 337 u8 to_roam; /* roaming trying times */ 338 struct wlan_network *roam_network; /* the target of active roam */ 339 u8 roam_flags; 340 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 341 u32 roam_scan_int_ms; /* scan interval for active roam */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | rtw_mlme.h | 570 struct mlme_priv { struct 572 _lock lock; 573 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 574 u8 to_join; /* flag */ 575 u16 join_status; 577 u8 to_roam; /* roaming trying times */ 578 struct wlan_network *roam_network; /* the target of active roam */ 579 u8 roam_flags; 580 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 581 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | rtw_mlme.h | 571 struct mlme_priv { struct 573 _lock lock; 574 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 575 u8 to_join; /* flag */ 576 u16 join_status; 578 u8 to_roam; /* roaming trying times */ 579 struct wlan_network *roam_network; /* the target of active roam */ 580 u8 roam_flags; 581 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 582 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | rtw_mlme.h | 552 struct mlme_priv { struct 554 _lock lock; 555 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 556 u8 to_join; /* flag */ 557 u16 join_status; 559 u8 to_roam; /* roaming trying times */ 560 struct wlan_network *roam_network; /* the target of active roam */ 561 u8 roam_flags; 562 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 563 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | rtw_mlme.h | 552 struct mlme_priv { struct 554 _lock lock; 555 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 556 u8 to_join; /* flag */ 557 u16 join_status; 559 u8 to_roam; /* roaming trying times */ 560 struct wlan_network *roam_network; /* the target of active roam */ 561 u8 roam_flags; 562 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 563 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | rtw_mlme.h | 570 struct mlme_priv { struct 572 _lock lock; 573 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 574 u8 to_join; /* flag */ 575 u16 join_status; 577 u8 to_roam; /* roaming trying times */ 578 struct wlan_network *roam_network; /* the target of active roam */ 579 u8 roam_flags; 580 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 581 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | rtw_mlme.h | 570 struct mlme_priv { struct 572 _lock lock; 573 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 574 u8 to_join; /* flag */ 575 u16 join_status; 577 u8 to_roam; /* roaming trying times */ 578 struct wlan_network *roam_network; /* the target of active roam */ 579 u8 roam_flags; 580 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 581 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | rtw_mlme.h | 597 struct mlme_priv { struct 599 _lock lock; 600 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 601 u8 to_join; /* flag */ 603 u8 to_roam; /* roaming trying times */ 604 struct wlan_network *roam_network; /* the target of active roam */ 605 u8 roam_flags; 606 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 607 u32 roam_scan_int_ms; /* scan interval for active roam */ 608 u32 roam_scanr_exp_ms; /* scan result expire time in ms for roam */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | rtw_mlme.h | 570 struct mlme_priv { struct 572 _lock lock; 573 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 574 u8 to_join; /* flag */ 575 u16 join_status; 577 u8 to_roam; /* roaming trying times */ 578 struct wlan_network *roam_network; /* the target of active roam */ 579 u8 roam_flags; 580 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 581 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | rtw_mlme.h | 559 struct mlme_priv { struct 561 _lock lock; 562 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 563 u8 to_join; /* flag */ 564 u16 join_status; 566 u8 to_roam; /* roaming trying times */ 567 struct wlan_network *roam_network; /* the target of active roam */ 568 u8 roam_flags; 569 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 570 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | rtw_mlme.h | 737 struct mlme_priv { struct 739 _lock lock; 740 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 741 u8 to_join; /* flag */ 742 u16 join_status; 744 u8 to_roam; /* roaming trying times */ 745 struct wlan_network *roam_network; /* the target of active roam */ 746 u8 roam_flags; 747 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 748 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | rtw_mlme.h | 738 struct mlme_priv { struct 740 _lock lock; 741 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 742 u8 to_join; /* flag */ 743 u16 join_status; 745 u8 to_roam; /* roaming trying times */ 746 struct wlan_network *roam_network; /* the target of active roam */ 747 u8 roam_flags; 748 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 749 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | rtw_mlme.h | 749 struct mlme_priv { struct 751 _lock lock; 752 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 753 u8 to_join; /* flag */ 754 u16 join_status; 756 u8 to_roam; /* roaming trying times */ 757 struct wlan_network *roam_network; /* the target of active roam */ 758 u8 roam_flags; 759 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 760 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | rtw_mlme.h | 749 struct mlme_priv { struct 751 _lock lock; 752 sint fw_state; /* shall we protect this variable? maybe not necessarily... */ 753 u8 to_join; /* flag */ 754 u16 join_status; 756 u8 to_roam; /* roaming trying times */ 757 struct wlan_network *roam_network; /* the target of active roam */ 758 u8 roam_flags; 759 u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */ 760 u32 roam_scan_int; /* scan interval for active roam (Unit:2 second)*/ [all …]
|