Searched refs:match_set_cnt (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dfw.c1063 if (!pno_req->inited || !pno_req->match_set_cnt)
1066 size = sizeof(struct rtw_nlo_info_hdr) + pno_req->match_set_cnt *
1077 nlo_hdr->nlo_count = pno_req->match_set_cnt;
1078 nlo_hdr->hidden_ap_count = pno_req->match_set_cnt;
1083 for (i = 0; i < pno_req->match_set_cnt; i++)
1086 for (i = 0; i < pno_req->match_set_cnt; i++) {
1097 for (i = 0; i < pno_req->match_set_cnt; i++) {
1409 for (i = 0 ; i < rtw_pno_req->match_set_cnt; i++) {
H A Dwow.c545 pno_req->match_set_cnt = nd_config->n_match_sets;
546 size = sizeof(*pno_req->match_sets) * pno_req->match_set_cnt;
H A Dmain.h1043 u32 match_set_cnt; member in struct:rtw_pno_request

Completed in 178 milliseconds