Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/ks7010/
Dks_hostif.c705 netdev_dbg(priv->net_dev, " scan_ind_count=%d\n", priv->scan_ind_count); in hostif_start_confirm()
734 connect_code, priv->scan_ind_count); in hostif_connect_indication()
757 priv->scan_ind_count); in hostif_connect_indication()
760 priv->scan_ind_count = 0; in hostif_connect_indication()
770 "scan_ind_count = %d\n", priv->scan_ind_count); in hostif_scan_indication()
773 if (priv->scan_ind_count) { in hostif_scan_indication()
787 priv->scan_ind_count++; in hostif_scan_indication()
788 if (priv->scan_ind_count < LOCAL_APLIST_MAX + 1) { in hostif_scan_indication()
790 priv->scan_ind_count, priv->aplist.size); in hostif_scan_indication()
792 &priv->aplist.ap[priv->scan_ind_count - 1]); in hostif_scan_indication()
[all …]
Dks_wlan.h454 int scan_ind_count; member