Searched refs:noa_head (Results 1 – 2 of 2) sorted by relevance
330 struct rtw89_noa_attr_head *noa_head = &ie->noa_head; in rtw89_p2p_noa_renew() local340 p2p_head->ie_len = 4 + sizeof(*noa_head); in rtw89_p2p_noa_renew()346 noa_head->attr_type = IEEE80211_P2P_ATTR_ABSENCE_NOTICE; in rtw89_p2p_noa_renew()347 noa_head->attr_len = cpu_to_le16(2); in rtw89_p2p_noa_renew()348 noa_head->index = setter->noa_index; in rtw89_p2p_noa_renew()349 noa_head->oppps_ctwindow = 0; in rtw89_p2p_noa_renew()358 struct rtw89_noa_attr_head *noa_head = &ie->noa_head; in rtw89_p2p_noa_append() local367 le16_add_cpu(&noa_head->attr_len, sizeof(*desc)); in rtw89_p2p_noa_append()
3476 struct rtw89_noa_attr_head noa_head; member