Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/ks7010/
Dks_hostif.c704 netdev_dbg(priv->net_dev, " scan_ind_count=%d\n", priv->scan_ind_count); in hostif_start_confirm()
733 connect_code, priv->scan_ind_count); in hostif_connect_indication()
756 priv->scan_ind_count); in hostif_connect_indication()
759 priv->scan_ind_count = 0; in hostif_connect_indication()
769 "scan_ind_count = %d\n", priv->scan_ind_count); in hostif_scan_indication()
772 if (priv->scan_ind_count) { in hostif_scan_indication()
786 priv->scan_ind_count++; in hostif_scan_indication()
787 if (priv->scan_ind_count < LOCAL_APLIST_MAX + 1) { in hostif_scan_indication()
789 priv->scan_ind_count, priv->aplist.size); in hostif_scan_indication()
791 &priv->aplist.ap[priv->scan_ind_count - 1]); in hostif_scan_indication()
[all …]
Dks_wlan.h454 int scan_ind_count; member