Home
last modified time | relevance | path

Searched refs:bss_pending_op (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c2749 bool bss_pending_op = TRUE; in wl_cfg80211_notify_ifadd() local
2761 } else if (cfg->bss_pending_op) { in wl_cfg80211_notify_ifadd()
2763 bss_pending_op = FALSE; in wl_cfg80211_notify_ifadd()
2778 if (!bss_pending_op) { in wl_cfg80211_notify_ifadd()
2779 cfg->bss_pending_op = FALSE; in wl_cfg80211_notify_ifadd()
2798 bool bss_pending_op = TRUE; in wl_cfg80211_notify_ifdel() local
2803 } else if (cfg->bss_pending_op) { in wl_cfg80211_notify_ifdel()
2805 bss_pending_op = FALSE; in wl_cfg80211_notify_ifdel()
2812 if (!bss_pending_op) { in wl_cfg80211_notify_ifdel()
2813 cfg->bss_pending_op = FALSE; in wl_cfg80211_notify_ifdel()
[all …]
H A Dwl_cfg80211.h1839 bool bss_pending_op; /* indicate where there is a pending IF operation */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c2735 bool bss_pending_op = TRUE; in wl_cfg80211_notify_ifadd() local
2747 } else if (cfg->bss_pending_op) { in wl_cfg80211_notify_ifadd()
2749 bss_pending_op = FALSE; in wl_cfg80211_notify_ifadd()
2764 if (!bss_pending_op) { in wl_cfg80211_notify_ifadd()
2765 cfg->bss_pending_op = FALSE; in wl_cfg80211_notify_ifadd()
2784 bool bss_pending_op = TRUE; in wl_cfg80211_notify_ifdel() local
2789 } else if (cfg->bss_pending_op) { in wl_cfg80211_notify_ifdel()
2791 bss_pending_op = FALSE; in wl_cfg80211_notify_ifdel()
2798 if (!bss_pending_op) { in wl_cfg80211_notify_ifdel()
2799 cfg->bss_pending_op = FALSE; in wl_cfg80211_notify_ifdel()
[all …]
H A Dwl_cfg80211.h1839 bool bss_pending_op; /* indicate where there is a pending IF operation */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c3878 bool bss_pending_op = TRUE; local
3890 } else if (cfg->bss_pending_op) {
3892 bss_pending_op = FALSE;
3908 if (!bss_pending_op) {
3909 cfg->bss_pending_op = FALSE;
3927 bool bss_pending_op = TRUE; local
3932 } else if (cfg->bss_pending_op) {
3934 bss_pending_op = FALSE;
3942 if (!bss_pending_op) {
3943 cfg->bss_pending_op = FALSE;
[all …]
H A Dwl_cfg80211.h1371 bool bss_pending_op; /* indicate where there is a pending IF operation */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c3876 bool bss_pending_op = TRUE; local
3888 } else if (cfg->bss_pending_op) {
3890 bss_pending_op = FALSE;
3906 if (!bss_pending_op) {
3907 cfg->bss_pending_op = FALSE;
3925 bool bss_pending_op = TRUE; local
3930 } else if (cfg->bss_pending_op) {
3932 bss_pending_op = FALSE;
3940 if (!bss_pending_op) {
3941 cfg->bss_pending_op = FALSE;
[all …]
H A Dwl_cfg80211.h1371 bool bss_pending_op; /* indicate where there is a pending IF operation */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c3749 bool bss_pending_op = TRUE; local
3761 } else if (cfg->bss_pending_op) {
3763 bss_pending_op = FALSE;
3779 if (!bss_pending_op) {
3780 cfg->bss_pending_op = FALSE;
3798 bool bss_pending_op = TRUE; local
3803 } else if (cfg->bss_pending_op) {
3805 bss_pending_op = FALSE;
3813 if (!bss_pending_op) {
3814 cfg->bss_pending_op = FALSE;
[all …]
H A Dwl_cfg80211.h1311 bool bss_pending_op; /* indicate where there is a pending IF operation */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c2460 } else if (cfg->bss_pending_op) { in wl_cfg80211_notify_ifadd()
2462 cfg->bss_pending_op = FALSE; in wl_cfg80211_notify_ifadd()
2492 } else if (cfg->bss_pending_op) { in wl_cfg80211_notify_ifdel()
2494 cfg->bss_pending_op = FALSE; in wl_cfg80211_notify_ifdel()
3667 cfg->bss_pending_op = TRUE; in bcm_cfg80211_add_ibss_if()
3676 !cfg->bss_pending_op, msecs_to_jiffies(MAX_WAIT_TIME)); in bcm_cfg80211_add_ibss_if()
3677 if (timeout <= 0 || cfg->bss_pending_op) in bcm_cfg80211_add_ibss_if()
3714 cfg->bss_pending_op = FALSE; in bcm_cfg80211_add_ibss_if()
3736 cfg->bss_pending_op = TRUE; in bcm_cfg80211_del_ibss_if()
3745 !cfg->bss_pending_op, msecs_to_jiffies(MAX_WAIT_TIME)); in bcm_cfg80211_del_ibss_if()
[all …]
H A Dwl_cfg80211.h859 bool bss_pending_op; /* indicate where there is a pending IF operation */ member