Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/realtek/rtw88/
Dfw.c724 struct rtw_nlo_info_hdr *nlo_hdr; in rtw_nlo_info_get() local
743 nlo_hdr = skb_put_zero(skb, sizeof(struct rtw_nlo_info_hdr)); 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()
749 memset(nlo_hdr->pattern_check, 0xA5, FW_NLO_INFO_CHECK_SIZE); in rtw_nlo_info_get()
752 nlo_hdr->ssid_len[i] = pno_req->match_sets[i].ssid.ssid_len; in rtw_nlo_info_get()
762 nlo_hdr->location[i] = loc; in rtw_nlo_info_get()