Lines Matching defs:desc
232 struct ieee80211_p2p_noa_desc *desc;
237 desc = &vif->bss_conf.p2p_noa_attr.desc[noa_id];
238 if (!desc->count || !desc->duration)
246 rtw89_fw_h2c_p2p_act(rtwdev, vif, desc, act, noa_id);
318 const struct ieee80211_p2p_noa_desc *desc)
325 if (!desc->count || !desc->duration)
331 p2p_head->ie_len += sizeof(*desc);
332 le16_add_cpu(&noa_head->attr_len, sizeof(*desc));
334 ie->noa_desc[setter->noa_count++] = *desc;