Home
last modified time | relevance | path

Searched refs:MAX_NLO_NUM (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_wow_def.h89 #define MAX_NLO_NUM 10 macro
97 u8 ssid[MAX_NLO_NUM][MAX_SSID_LEN];
98 u8 ssidlen[MAX_NLO_NUM];
99 u8 chipertype[MAX_NLO_NUM];
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_wow_def.h89 #define MAX_NLO_NUM 10 macro
97 u8 ssid[MAX_NLO_NUM][MAX_SSID_LEN];
98 u8 ssidlen[MAX_NLO_NUM];
99 u8 chipertype[MAX_NLO_NUM];
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_wow.c716 while (i < MAX_NLO_NUM && i < n_ssids) { in nlo_ssid_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_wow.c722 while (i < MAX_NLO_NUM && i < n_ssids) { in nlo_ssid_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dioctl_cfg80211.c8999 struct cfg80211_ssid ssids[MAX_NLO_NUM]; in cfg80211_rtw_sched_scan_start()
9055 n_ssids = rtw_min(request->n_match_sets, MAX_NLO_NUM); in cfg80211_rtw_sched_scan_start()
9062 n_ssids = rtw_min(request->n_ssids, MAX_NLO_NUM); in cfg80211_rtw_sched_scan_start()
9953 wiphy->max_sched_scan_ssids = MAX_NLO_NUM; in rtw_cfg80211_init_wiphy()
9955 wiphy->max_match_sets = MAX_NLO_NUM; in rtw_cfg80211_init_wiphy()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dioctl_cfg80211.c9174 struct cfg80211_ssid ssids[MAX_NLO_NUM]; in cfg80211_rtw_sched_scan_start()
9230 n_ssids = rtw_min(request->n_match_sets, MAX_NLO_NUM); in cfg80211_rtw_sched_scan_start()
9237 n_ssids = rtw_min(request->n_ssids, MAX_NLO_NUM); in cfg80211_rtw_sched_scan_start()
10128 wiphy->max_sched_scan_ssids = MAX_NLO_NUM; in rtw_cfg80211_init_wiphy()
10130 wiphy->max_match_sets = MAX_NLO_NUM; in rtw_cfg80211_init_wiphy()