Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/ks7010/
Dks_hostif.c709 netdev_dbg(priv->net_dev, " scan_ind_count=%d\n", priv->scan_ind_count); in hostif_start_confirm()
738 connect_code, priv->scan_ind_count); in hostif_connect_indication()
761 priv->scan_ind_count); in hostif_connect_indication()
764 priv->scan_ind_count = 0; in hostif_connect_indication()
774 "scan_ind_count = %d\n", priv->scan_ind_count); in hostif_scan_indication()
777 if (priv->scan_ind_count) { in hostif_scan_indication()
791 priv->scan_ind_count++; in hostif_scan_indication()
792 if (priv->scan_ind_count < LOCAL_APLIST_MAX + 1) { in hostif_scan_indication()
794 priv->scan_ind_count, priv->aplist.size); in hostif_scan_indication()
796 &priv->aplist.ap[priv->scan_ind_count - 1]); in hostif_scan_indication()
[all …]
Dks_wlan.h454 int scan_ind_count; member