Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dwow.c515 struct rtw_pno_request *pno_req = &rtw_wow->pno_req; in rtw_wow_check_pno() local
522 pno_req->match_set_cnt = nd_config->n_match_sets; in rtw_wow_check_pno()
523 size = sizeof(*pno_req->match_sets) * pno_req->match_set_cnt; in rtw_wow_check_pno()
524 pno_req->match_sets = kmemdup(nd_config->match_sets, size, GFP_KERNEL); in rtw_wow_check_pno()
525 if (!pno_req->match_sets) in rtw_wow_check_pno()
528 pno_req->channel_cnt = nd_config->n_channels; in rtw_wow_check_pno()
530 pno_req->channels = kmalloc(size, GFP_KERNEL); in rtw_wow_check_pno()
531 if (!pno_req->channels) in rtw_wow_check_pno()
534 for (i = 0 ; i < pno_req->channel_cnt; i++) { in rtw_wow_check_pno()
535 channel = pno_req->channels + i; in rtw_wow_check_pno()
[all …]
H A Dfw.c723 struct rtw_pno_request *pno_req = &rtwdev->wow.pno_req; in rtw_nlo_info_get() local
731 if (!pno_req->inited || !pno_req->match_set_cnt) in rtw_nlo_info_get()
734 size = sizeof(struct rtw_nlo_info_hdr) + pno_req->match_set_cnt * in rtw_nlo_info_get()
745 nlo_hdr->nlo_count = pno_req->match_set_cnt; in rtw_nlo_info_get()
746 nlo_hdr->hidden_ap_count = pno_req->match_set_cnt; in rtw_nlo_info_get()
751 for (i = 0; i < pno_req->match_set_cnt; i++) in rtw_nlo_info_get()
752 nlo_hdr->ssid_len[i] = pno_req->match_sets[i].ssid.ssid_len; in rtw_nlo_info_get()
754 for (i = 0; i < pno_req->match_set_cnt; i++) { in rtw_nlo_info_get()
755 ssid = &pno_req->match_sets[i].ssid; in rtw_nlo_info_get()
765 for (i = 0; i < pno_req->match_set_cnt; i++) { in rtw_nlo_info_get()
[all …]
H A Dmain.h1005 struct rtw_pno_request pno_req; member