Searched refs:noa_head (Results 1 – 2 of 2) sorted by relevance
295 struct rtw89_noa_attr_head *noa_head = &ie->noa_head; in rtw89_p2p_noa_renew() local305 p2p_head->ie_len = 4 + sizeof(*noa_head); in rtw89_p2p_noa_renew()311 noa_head->attr_type = IEEE80211_P2P_ATTR_ABSENCE_NOTICE; in rtw89_p2p_noa_renew()312 noa_head->attr_len = cpu_to_le16(2); in rtw89_p2p_noa_renew()313 noa_head->index = setter->noa_index; in rtw89_p2p_noa_renew()314 noa_head->oppps_ctwindow = 0; in rtw89_p2p_noa_renew()323 struct rtw89_noa_attr_head *noa_head = &ie->noa_head; in rtw89_p2p_noa_append() local332 le16_add_cpu(&noa_head->attr_len, sizeof(*desc)); in rtw89_p2p_noa_append()
2913 struct rtw89_noa_attr_head noa_head; member