Home
last modified time | relevance | path

Searched refs:noa_len (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/wpa/src/p2p/
H A Dp2p_group.c812 size_t noa_len) in p2p_group_notif_noa() argument
819 if (wpabuf_size(group->noa) >= noa_len) { in p2p_group_notif_noa()
821 wpabuf_put_data(group->noa, noa, noa_len); in p2p_group_notif_noa()
829 group->noa = wpabuf_alloc_copy(noa, noa_len); in p2p_group_notif_noa()
964 const u8 *noa, size_t noa_len) in p2p_group_presence_req() argument
976 wpa_hexdump(MSG_DEBUG, "P2P: Presence Request NoA", noa, noa_len); in p2p_group_presence_req()
H A Dp2p.c4522 size_t noa_len, u8 dialog_token) in p2p_build_presence_resp() argument
4527 resp = wpabuf_alloc(100 + noa_len); in p2p_build_presence_resp()
4536 wpabuf_put_le16(resp, noa_len); in p2p_build_presence_resp()
4537 wpabuf_put_data(resp, noa, noa_len); in p2p_build_presence_resp()
4557 int noa_len; in p2p_process_presence_req() local
4587 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len); in p2p_process_presence_req()
4591 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa, in p2p_process_presence_req()
4594 noa_len = -1; in p2p_process_presence_req()
4595 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL, in p2p_process_presence_req()
4596 noa_len > 0 ? noa_len : 0, in p2p_process_presence_req()
[all …]
H A Dp2p_i.h592 size_t noa_len; member
735 const u8 *noa, size_t noa_len);
H A Dp2p.h1014 const u8 *noa, size_t noa_len);
1842 size_t noa_len);
H A Dp2p_parse.c276 msg->noa_len = len; in p2p_parse_attribute()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dp2p.c80 arvif->u.ap.noa_len = len; in ath10k_p2p_noa_ie_assign()
H A Dcore.h618 u32 noa_len; member
H A Dmac.c3871 if (!pskb_expand_head(skb, 0, arvif->u.ap.noa_len, in ath10k_tx_h_add_p2p_noa_ie()
3874 arvif->u.ap.noa_len); in ath10k_tx_h_add_p2p_noa_ie()
H A Dwmi.c3686 if (!pskb_expand_head(bcn, 0, arvif->u.ap.noa_len, GFP_ATOMIC)) in ath10k_wmi_update_noa()
3688 arvif->u.ap.noa_len); in ath10k_wmi_update_noa()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c754 if (skb_tailroom(skb) < resp_data->noa_len) { in iwl_mvm_probe_resp_set_noa()
755 if (pskb_expand_head(skb, 0, resp_data->noa_len, GFP_ATOMIC)) { in iwl_mvm_probe_resp_set_noa()
762 pos = skb_put(skb, resp_data->noa_len); in iwl_mvm_probe_resp_set_noa()
766 *pos++ = resp_data->noa_len - 2; in iwl_mvm_probe_resp_set_noa()
773 resp_data->noa_len - sizeof(struct ieee80211_vendor_ie)); in iwl_mvm_probe_resp_set_noa()
H A Dmac-ctxt.c1781 new_data->noa_len = sizeof(struct ieee80211_vendor_ie) + in iwl_mvm_channel_switch_start_notif()
1790 new_data->noa_len -= sizeof(struct ieee80211_p2p_noa_desc); in iwl_mvm_channel_switch_start_notif()
H A Dmvm.h278 * @noa_len: length of NoA attribute, calculated from the notification
283 int noa_len;
289 int noa_len; global() member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h243 u32 noa_len; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h365 u32 noa_len; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4295 const u8 *noa, size_t noa_len) in wpas_presence_resp() argument
4310 wpa_snprintf_hex(hex, sizeof(hex), noa, noa_len); in wpas_presence_resp()