Lines Matching refs:wlc_ver
8306 if (cfg->wlc_ver.wlc_ver_major >= MIN_PMKID_LIST_V3_FW_MAJOR) { in wl_update_pmklist()
8312 else if (cfg->wlc_ver.wlc_ver_major == MIN_PMKID_LIST_V2_FW_MAJOR) { in wl_update_pmklist()
8432 if (cfg->wlc_ver.wlc_ver_major >= PMKDB_WLC_VER) { in wl_cfg80211_set_pmksa()
8537 if (cfg->wlc_ver.wlc_ver_major < MIN_PMKID_LIST_V3_FW_MAJOR) { in wl_cfg80211_update_pmksa()
8538 WL_DBG(("wlc_ver_major not supported:%d\n", cfg->wlc_ver.wlc_ver_major)); in wl_cfg80211_update_pmksa()
8632 if (cfg->wlc_ver.wlc_ver_major >= PMKDB_WLC_VER) { in wl_cfg80211_del_pmksa()
8726 if (cfg->wlc_ver.wlc_ver_major >= PMKDB_WLC_VER) { in wl_cfg80211_flush_pmksa()
11238 if (cfg->wlc_ver.wlc_ver_major == MIN_PMKID_LIST_V3_FW_MAJOR) { in wl_cfg80211_event_sae_key()
13700 if (cfg->wlc_ver.wlc_ver_major < PMKDB_WLC_VER) { in wl_bss_roaming_done()
14048 if (cfg->wlc_ver.wlc_ver_major < PMKDB_WLC_VER) { in wl_bss_connect_done()
17304 cfg->wlc_ver.wlc_ver_major = dhd->wlc_ver_major; in __wl_cfg80211_up()
17305 cfg->wlc_ver.wlc_ver_minor = dhd->wlc_ver_minor; in __wl_cfg80211_up()
17321 if (((cfg->wlc_ver.wlc_ver_major == MIN_JOINEXT_V1_BR1_FW_MAJOR) && in __wl_cfg80211_up()
17322 (cfg->wlc_ver.wlc_ver_minor == MIN_JOINEXT_V1_BR1_FW_MINOR)) || in __wl_cfg80211_up()
17323 ((cfg->wlc_ver.wlc_ver_major == MIN_JOINEXT_V1_BR2_FW_MAJOR) && in __wl_cfg80211_up()
17324 (cfg->wlc_ver.wlc_ver_minor >= MIN_JOINEXT_V1_BR2_FW_MINOR)) || in __wl_cfg80211_up()
17325 (cfg->wlc_ver.wlc_ver_major >= MIN_JOINEXT_V1_FW_MAJOR)) { in __wl_cfg80211_up()