Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_pwrctrl.h49 #define MAX_PNO_LIST_COUNT 16 macro
171 u8 ssid_length[MAX_PNO_LIST_COUNT]; /* SSID Length Array */
172 u8 ssid_cipher_info[MAX_PNO_LIST_COUNT]; /* Cipher information for security */
173 u8 ssid_channel_info[MAX_PNO_LIST_COUNT]; /* channel information */
182 pno_ssid_t node[MAX_PNO_LIST_COUNT];
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c492 MAX_PNO_LIST_COUNT); in ConstructPnoInfo()
494 *pLength += MAX_PNO_LIST_COUNT; in ConstructPnoInfo()
495 pPnoInfoPkt += MAX_PNO_LIST_COUNT; in ConstructPnoInfo()
497 MAX_PNO_LIST_COUNT); in ConstructPnoInfo()
499 *pLength += MAX_PNO_LIST_COUNT; in ConstructPnoInfo()
500 pPnoInfoPkt += MAX_PNO_LIST_COUNT; in ConstructPnoInfo()
502 MAX_PNO_LIST_COUNT); in ConstructPnoInfo()
504 *pLength += MAX_PNO_LIST_COUNT; in ConstructPnoInfo()
505 pPnoInfoPkt += MAX_PNO_LIST_COUNT; in ConstructPnoInfo()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c3400 wiphy->max_sched_scan_ssids = MAX_PNO_LIST_COUNT; in rtw_cfg80211_preinit_wiphy()