Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/realtek/rtw88/
Dfw.c982 struct rtw_nlo_info_hdr *nlo_hdr; in rtw_nlo_info_get() local
1001 nlo_hdr = skb_put_zero(skb, sizeof(struct rtw_nlo_info_hdr)); in rtw_nlo_info_get()
1003 nlo_hdr->nlo_count = pno_req->match_set_cnt; in rtw_nlo_info_get()
1004 nlo_hdr->hidden_ap_count = pno_req->match_set_cnt; in rtw_nlo_info_get()
1007 memset(nlo_hdr->pattern_check, 0xA5, FW_NLO_INFO_CHECK_SIZE); in rtw_nlo_info_get()
1010 nlo_hdr->ssid_len[i] = pno_req->match_sets[i].ssid.ssid_len; in rtw_nlo_info_get()
1020 nlo_hdr->location[i] = loc; in rtw_nlo_info_get()