Home
last modified time | relevance | path

Searched refs:scan_ind_count (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/ks7010/
Dks_hostif.c711 netdev_dbg(priv->net_dev, " scan_ind_count=%d\n", priv->scan_ind_count); in hostif_start_confirm()
740 connect_code, priv->scan_ind_count); in hostif_connect_indication()
763 priv->scan_ind_count); in hostif_connect_indication()
766 priv->scan_ind_count = 0; in hostif_connect_indication()
776 "scan_ind_count = %d\n", priv->scan_ind_count); in hostif_scan_indication()
779 if (priv->scan_ind_count) { in hostif_scan_indication()
793 priv->scan_ind_count++; in hostif_scan_indication()
794 if (priv->scan_ind_count < LOCAL_APLIST_MAX + 1) { in hostif_scan_indication()
796 priv->scan_ind_count, priv->aplist.size); in hostif_scan_indication()
798 &priv->aplist.ap[priv->scan_ind_count - 1]); in hostif_scan_indication()
[all …]
Dks_wlan.h454 int scan_ind_count; member