Home
last modified time | relevance | path

Searched refs:noa_attr (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dp2p.c14 struct ieee80211_p2p_noa_attr *noa_attr; in ath10k_p2p_noa_ie_fill() local
34 noa_attr = (struct ieee80211_p2p_noa_attr *)&data[9]; in ath10k_p2p_noa_ie_fill()
36 noa_attr->index = noa->index; in ath10k_p2p_noa_ie_fill()
37 noa_attr->oppps_ctwindow = ctwindow; in ath10k_p2p_noa_ie_fill()
39 noa_attr->oppps_ctwindow |= IEEE80211_P2P_OPPPS_ENABLE_BIT; in ath10k_p2p_noa_ie_fill()
42 noa_attr->desc[i].count = in ath10k_p2p_noa_ie_fill()
44 noa_attr->desc[i].duration = noa->descriptors[i].duration; in ath10k_p2p_noa_ie_fill()
45 noa_attr->desc[i].interval = noa->descriptors[i].interval; in ath10k_p2p_noa_ie_fill()
46 noa_attr->desc[i].start_time = noa->descriptors[i].start_time; in ath10k_p2p_noa_ie_fill()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac-cfg.h119 * @noa_attr: P2P NOA attribute
126 struct iwl_p2p_noa_attr noa_attr;
118 struct iwl_p2p_noa_attr noa_attr; global() member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c1780 /* noa_attr contains 1 reserved byte, need to substruct it */ in iwl_mvm_channel_switch_start_notif()
1782 sizeof(new_data->notif.noa_attr) - 1; in iwl_mvm_channel_switch_start_notif()
1788 if (new_data->notif.noa_attr.len_low == in iwl_mvm_channel_switch_start_notif()
H A Dtx.c772 memcpy(pos, &resp_data->notif.noa_attr, in iwl_mvm_probe_resp_set_noa()