Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/ks7010/
Dks_hostif.c649 netdev_dbg(priv->net_dev, " scan_ind_count=%d\n", priv->scan_ind_count); in hostif_start_confirm()
678 connect_code, priv->scan_ind_count); in hostif_connect_indication()
701 priv->scan_ind_count); in hostif_connect_indication()
704 priv->scan_ind_count = 0; in hostif_connect_indication()
714 "scan_ind_count = %d\n", priv->scan_ind_count); in hostif_scan_indication()
717 if (priv->scan_ind_count) { in hostif_scan_indication()
731 priv->scan_ind_count++; in hostif_scan_indication()
732 if (priv->scan_ind_count < LOCAL_APLIST_MAX + 1) { in hostif_scan_indication()
734 priv->scan_ind_count, priv->aplist.size); in hostif_scan_indication()
736 &(priv->aplist.ap[priv->scan_ind_count - 1])); in hostif_scan_indication()
[all …]
Dks_wlan.h454 int scan_ind_count; member