Searched refs:noa_head (Results 1 – 2 of 2) sorted by relevance
299 struct rtw89_noa_attr_head *noa_head = &ie->noa_head; in rtw89_p2p_noa_renew() local309 p2p_head->ie_len = 4 + sizeof(*noa_head); in rtw89_p2p_noa_renew()315 noa_head->attr_type = IEEE80211_P2P_ATTR_ABSENCE_NOTICE; in rtw89_p2p_noa_renew()316 noa_head->attr_len = cpu_to_le16(2); in rtw89_p2p_noa_renew()317 noa_head->index = setter->noa_index; in rtw89_p2p_noa_renew()318 noa_head->oppps_ctwindow = 0; in rtw89_p2p_noa_renew()327 struct rtw89_noa_attr_head *noa_head = &ie->noa_head; in rtw89_p2p_noa_append() local336 le16_add_cpu(&noa_head->attr_len, sizeof(*desc)); in rtw89_p2p_noa_append()
3453 struct rtw89_noa_attr_head noa_head; member