Lines Matching refs:pno_req
1061 struct rtw_pno_request *pno_req = &rtwdev->wow.pno_req; in rtw_nlo_info_get() local
1069 if (!pno_req->inited || !pno_req->match_set_cnt) in rtw_nlo_info_get()
1072 size = sizeof(struct rtw_nlo_info_hdr) + pno_req->match_set_cnt * in rtw_nlo_info_get()
1083 nlo_hdr->nlo_count = pno_req->match_set_cnt; in rtw_nlo_info_get()
1084 nlo_hdr->hidden_ap_count = pno_req->match_set_cnt; in rtw_nlo_info_get()
1089 for (i = 0; i < pno_req->match_set_cnt; i++) in rtw_nlo_info_get()
1090 nlo_hdr->ssid_len[i] = pno_req->match_sets[i].ssid.ssid_len; in rtw_nlo_info_get()
1092 for (i = 0; i < pno_req->match_set_cnt; i++) { in rtw_nlo_info_get()
1093 ssid = &pno_req->match_sets[i].ssid; in rtw_nlo_info_get()
1103 for (i = 0; i < pno_req->match_set_cnt; i++) { in rtw_nlo_info_get()
1105 memcpy(pos, pno_req->match_sets[i].ssid.ssid, in rtw_nlo_info_get()
1106 pno_req->match_sets[i].ssid.ssid_len); in rtw_nlo_info_get()
1116 struct rtw_pno_request *pno_req = &rtwdev->wow.pno_req; in rtw_cs_channel_info_get() local
1117 struct ieee80211_channel *channels = pno_req->channels; in rtw_cs_channel_info_get()
1119 int count = pno_req->channel_cnt; in rtw_cs_channel_info_get()
1405 struct rtw_pno_request *rtw_pno_req = &rtw_wow->pno_req; in rtw_add_rsvd_page_pno()
1910 struct rtw_pno_request *rtw_pno_req = &rtwdev->wow.pno_req; in rtw_fw_channel_switch()