| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfg80211.c | 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() [all …]
|
| H A D | wl_cfgp2p.c | 1751 if (cfg->wlc_ver.wlc_ver_major < FW_MAJOR_VER_ACTFRAME_CHSPEC) { in wl_cfgp2p_tx_action_frame()
|
| H A D | wl_iapsta.c | 3052 wl_wlc_version_t wlc_ver; in wl_ext_interface_ops() local 3062 &wlc_ver, sizeof(wl_wlc_version_t), NULL); in wl_ext_interface_ops() 3063 if ((ret == BCME_OK) && (wlc_ver.wlc_ver_major >= 5)) { in wl_ext_interface_ops()
|
| H A D | wl_cfg80211.h | 1938 wl_wlc_version_t wlc_ver; member
|
| H A D | dhd_linux.c | 13748 wl_wlc_version_t wlc_ver; in dhd_optimised_preinit_ioctls() local 13815 memset_s(&wlc_ver, sizeof(wl_wlc_version_t), 0, in dhd_optimised_preinit_ioctls() 13817 ret = dhd_iovar(dhd, 0, "wlc_ver", NULL, 0, (char *)&wlc_ver, in dhd_optimised_preinit_ioctls() 13822 dhd->wlc_ver_major = wlc_ver.wlc_ver_major; in dhd_optimised_preinit_ioctls() 13823 dhd->wlc_ver_minor = wlc_ver.wlc_ver_minor; in dhd_optimised_preinit_ioctls()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfg80211.c | 8258 if (cfg->wlc_ver.wlc_ver_major >= MIN_PMKID_LIST_V3_FW_MAJOR) { in wl_update_pmklist() 8264 else if (cfg->wlc_ver.wlc_ver_major == MIN_PMKID_LIST_V2_FW_MAJOR) { in wl_update_pmklist() 8384 if (cfg->wlc_ver.wlc_ver_major >= PMKDB_WLC_VER) { in wl_cfg80211_set_pmksa() 8489 if (cfg->wlc_ver.wlc_ver_major < MIN_PMKID_LIST_V3_FW_MAJOR) { in wl_cfg80211_update_pmksa() 8490 WL_DBG(("wlc_ver_major not supported:%d\n", cfg->wlc_ver.wlc_ver_major)); in wl_cfg80211_update_pmksa() 8584 if (cfg->wlc_ver.wlc_ver_major >= PMKDB_WLC_VER) { in wl_cfg80211_del_pmksa() 8678 if (cfg->wlc_ver.wlc_ver_major >= PMKDB_WLC_VER) { in wl_cfg80211_flush_pmksa() 11163 if (cfg->wlc_ver.wlc_ver_major == MIN_PMKID_LIST_V3_FW_MAJOR) { in wl_cfg80211_event_sae_key() 13594 if (cfg->wlc_ver.wlc_ver_major < PMKDB_WLC_VER) { in wl_bss_roaming_done() 13923 if (cfg->wlc_ver.wlc_ver_major < PMKDB_WLC_VER) { in wl_bss_connect_done() [all …]
|
| H A D | wl_iapsta.c | 2715 wl_wlc_version_t wlc_ver; in wl_ext_interface_ops() local 2725 &wlc_ver, sizeof(wl_wlc_version_t), NULL); in wl_ext_interface_ops() 2726 if ((ret == BCME_OK) && (wlc_ver.wlc_ver_major >= 5)) { in wl_ext_interface_ops()
|
| H A D | wl_cfgp2p.c | 1738 if (cfg->wlc_ver.wlc_ver_major < FW_MAJOR_VER_ACTFRAME_CHSPEC) { in wl_cfgp2p_tx_action_frame()
|
| H A D | wl_cfg80211.h | 1938 wl_wlc_version_t wlc_ver; member
|
| H A D | dhd_linux.c | 13867 wl_wlc_version_t wlc_ver; in dhd_optimised_preinit_ioctls() local 13938 memset_s(&wlc_ver, sizeof(wl_wlc_version_t), 0, in dhd_optimised_preinit_ioctls() 13940 ret = dhd_iovar(dhd, 0, "wlc_ver", NULL, 0, (char *)&wlc_ver, in dhd_optimised_preinit_ioctls() 13945 dhd->wlc_ver_major = wlc_ver.wlc_ver_major; in dhd_optimised_preinit_ioctls() 13946 dhd->wlc_ver_minor = wlc_ver.wlc_ver_minor; in dhd_optimised_preinit_ioctls()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfg80211.h | 916 wl_wlc_version_t wlc_ver; member
|
| H A D | wl_android_ext.c | 1843 wl_wlc_version_t wlc_ver; in wl_ext_interface_ops() local 1853 &wlc_ver, sizeof(wl_wlc_version_t), NULL); in wl_ext_interface_ops() 1854 if ((ret == BCME_OK) && (wlc_ver.wlc_ver_major >= 5)) { in wl_ext_interface_ops()
|
| H A D | wl_cfg80211.c | 7111 if (cfg->wlc_ver.wlc_ver_major >= MIN_PMKID_LIST_V3_FW_MAJOR) { in wl_update_pmklist() 7117 else if (cfg->wlc_ver.wlc_ver_major == MIN_PMKID_LIST_V2_FW_MAJOR) { in wl_update_pmklist() 7310 if (cfg->wlc_ver.wlc_ver_major < MIN_PMKID_LIST_V3_FW_MAJOR) { in wl_cfg80211_update_pmksa() 7311 WL_ERR(("wlc_ver_major not supported:%d\n", cfg->wlc_ver.wlc_ver_major)); in wl_cfg80211_update_pmksa() 18093 &cfg->wlc_ver, sizeof(wl_wlc_version_t), NULL); in __wl_cfg80211_up() 18096 cfg->wlc_ver.wlc_ver_major)); in __wl_cfg80211_up() 18097 if ((cfg->wlc_ver.wlc_ver_major >= MIN_ESCAN_PARAM_V2_FW_MAJOR) && in __wl_cfg80211_up()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfg80211.h | 1432 wl_wlc_version_t wlc_ver; member
|
| H A D | wl_cfg80211.c | 8856 if (cfg->wlc_ver.wlc_ver_major >= MIN_PMKID_LIST_V3_FW_MAJOR) { 8862 else if (cfg->wlc_ver.wlc_ver_major == MIN_PMKID_LIST_V2_FW_MAJOR) { 9056 if (cfg->wlc_ver.wlc_ver_major < MIN_PMKID_LIST_V3_FW_MAJOR) { 9057 WL_ERR(("wlc_ver_major not supported:%d\n", cfg->wlc_ver.wlc_ver_major)); 20013 &cfg->wlc_ver, sizeof(wl_wlc_version_t), NULL); 20016 cfg->wlc_ver.wlc_ver_major)); 20017 if ((cfg->wlc_ver.wlc_ver_major >= MIN_ESCAN_PARAM_V2_FW_MAJOR) &&
|
| H A D | dhd_linux.c | 10304 wl_wlc_version_t wlc_ver; local 11506 memset(&wlc_ver, 0, sizeof(wl_wlc_version_t)); 11507 ret = dhd_iovar(dhd, 0, "wlc_ver", NULL, 0, (char *)&wlc_ver, 11512 dhd->wlc_ver_major = wlc_ver.wlc_ver_major; 11513 dhd->wlc_ver_minor = wlc_ver.wlc_ver_minor;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfg80211.h | 1493 wl_wlc_version_t wlc_ver; member
|
| H A D | wl_cfg80211.c | 8955 if (cfg->wlc_ver.wlc_ver_major > MIN_PMKID_LIST_V3_FW_MAJOR) { 8964 else if (cfg->wlc_ver.wlc_ver_major == MIN_PMKID_LIST_V2_FW_MAJOR || 8965 cfg->wlc_ver.wlc_ver_major == MIN_PMKID_LIST_V3_FW_MAJOR) { 9159 if (cfg->wlc_ver.wlc_ver_major < MIN_PMKID_LIST_V3_FW_MAJOR) { 9160 WL_ERR(("wlc_ver_major not supported:%d\n", cfg->wlc_ver.wlc_ver_major)); 20242 &cfg->wlc_ver, sizeof(wl_wlc_version_t), NULL); 20245 cfg->wlc_ver.wlc_ver_major)); 20246 if ((cfg->wlc_ver.wlc_ver_major >= MIN_ESCAN_PARAM_V2_FW_MAJOR) &&
|
| H A D | dhd_linux.c | 10143 wl_wlc_version_t wlc_ver; local 11321 memset(&wlc_ver, 0, sizeof(wl_wlc_version_t)); 11322 ret = dhd_iovar(dhd, 0, "wlc_ver", NULL, 0, (char *)&wlc_ver, 11327 dhd->wlc_ver_major = wlc_ver.wlc_ver_major; 11328 dhd->wlc_ver_minor = wlc_ver.wlc_ver_minor;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfg80211.h | 1493 wl_wlc_version_t wlc_ver; member
|
| H A D | wl_cfg80211.c | 8957 if (cfg->wlc_ver.wlc_ver_major > MIN_PMKID_LIST_V3_FW_MAJOR) { 8966 else if (cfg->wlc_ver.wlc_ver_major == MIN_PMKID_LIST_V2_FW_MAJOR || 8967 cfg->wlc_ver.wlc_ver_major == MIN_PMKID_LIST_V3_FW_MAJOR) { 9161 if (cfg->wlc_ver.wlc_ver_major < MIN_PMKID_LIST_V3_FW_MAJOR) { 9162 WL_ERR(("wlc_ver_major not supported:%d\n", cfg->wlc_ver.wlc_ver_major)); 20244 &cfg->wlc_ver, sizeof(wl_wlc_version_t), NULL); 20247 cfg->wlc_ver.wlc_ver_major)); 20248 if ((cfg->wlc_ver.wlc_ver_major >= MIN_ESCAN_PARAM_V2_FW_MAJOR) &&
|
| H A D | dhd_linux.c | 10208 wl_wlc_version_t wlc_ver; local 11386 memset(&wlc_ver, 0, sizeof(wl_wlc_version_t)); 11387 ret = dhd_iovar(dhd, 0, "wlc_ver", NULL, 0, (char *)&wlc_ver, 11392 dhd->wlc_ver_major = wlc_ver.wlc_ver_major; 11393 dhd->wlc_ver_minor = wlc_ver.wlc_ver_minor;
|