Home
last modified time | relevance | path

Searched refs:LOCAL_APLIST_MAX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/ks7010/
H A Dks_wlan.h224 #define LOCAL_APLIST_MAX 31 macro
225 #define LOCAL_CURRENT_AP LOCAL_APLIST_MAX
228 struct local_ap ap[LOCAL_APLIST_MAX + 1];
H A Dks_hostif.c787 if (priv->scan_ind_count < LOCAL_APLIST_MAX + 1) { in hostif_scan_indication()
2233 size_t size = LOCAL_APLIST_MAX * sizeof(struct local_ap); in hostif_aplist_init()
H A Dks_wlan_net.c1092 struct iw_quality qual[LOCAL_APLIST_MAX]; in ks_wlan_get_aplist()