Searched refs:nlo_hdr (Results 1 – 1 of 1) sorted by relevance
1085 struct rtw_nlo_info_hdr *nlo_hdr; in rtw_nlo_info_get() local1104 nlo_hdr = skb_put_zero(skb, sizeof(struct rtw_nlo_info_hdr)); in rtw_nlo_info_get()1106 nlo_hdr->nlo_count = pno_req->match_set_cnt; in rtw_nlo_info_get()1107 nlo_hdr->hidden_ap_count = pno_req->match_set_cnt; in rtw_nlo_info_get()1110 memset(nlo_hdr->pattern_check, 0xA5, FW_NLO_INFO_CHECK_SIZE); in rtw_nlo_info_get()1113 nlo_hdr->ssid_len[i] = pno_req->match_sets[i].ssid.ssid_len; in rtw_nlo_info_get()1123 nlo_hdr->location[i] = loc; in rtw_nlo_info_get()