Searched refs:pno_req (Results 1 – 3 of 3) sorted by relevance
538 struct rtw_pno_request *pno_req = &rtw_wow->pno_req; in rtw_wow_check_pno() local545 pno_req->match_set_cnt = nd_config->n_match_sets; in rtw_wow_check_pno()546 size = sizeof(*pno_req->match_sets) * pno_req->match_set_cnt; in rtw_wow_check_pno()547 pno_req->match_sets = kmemdup(nd_config->match_sets, size, GFP_KERNEL); in rtw_wow_check_pno()548 if (!pno_req->match_sets) in rtw_wow_check_pno()551 pno_req->channel_cnt = nd_config->n_channels; in rtw_wow_check_pno()553 pno_req->channels = kmalloc(size, GFP_KERNEL); in rtw_wow_check_pno()554 if (!pno_req->channels) in rtw_wow_check_pno()557 for (i = 0 ; i < pno_req->channel_cnt; i++) { in rtw_wow_check_pno()558 channel = pno_req->channels + i; in rtw_wow_check_pno()[all …]
908 struct rtw_pno_request *pno_req = &rtwdev->wow.pno_req; in rtw_nlo_info_get() local916 if (!pno_req->inited || !pno_req->match_set_cnt) in rtw_nlo_info_get()919 size = sizeof(struct rtw_nlo_info_hdr) + pno_req->match_set_cnt * in rtw_nlo_info_get()930 nlo_hdr->nlo_count = pno_req->match_set_cnt; in rtw_nlo_info_get()931 nlo_hdr->hidden_ap_count = pno_req->match_set_cnt; in rtw_nlo_info_get()936 for (i = 0; i < pno_req->match_set_cnt; i++) in rtw_nlo_info_get()937 nlo_hdr->ssid_len[i] = pno_req->match_sets[i].ssid.ssid_len; in rtw_nlo_info_get()939 for (i = 0; i < pno_req->match_set_cnt; i++) { in rtw_nlo_info_get()940 ssid = &pno_req->match_sets[i].ssid; in rtw_nlo_info_get()950 for (i = 0; i < pno_req->match_set_cnt; i++) { in rtw_nlo_info_get()[all …]
1046 struct rtw_pno_request pno_req; member