Home
last modified time | relevance | path

Searched refs:profile_len (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_dummynet.c1046 int profile_len = sizeof(struct dn_profile) - in copy_profile() local
1051 if (have < profile_len) { in copy_profile()
1052 D("error have %d need %d", have, profile_len); in copy_profile()
1055 memcpy(*a->start, p, profile_len); in copy_profile()
1056 ((struct dn_id *)(*a->start))->len = profile_len; in copy_profile()
1057 *a->start += profile_len; in copy_profile()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c1359 const u8 *profile, u8 profile_len) in ath11k_mac_setup_nontx_vif_rsnie() argument
1361 if (cfg80211_find_ie(WLAN_EID_RSN, profile, profile_len)) { in ath11k_mac_setup_nontx_vif_rsnie()
1367 profile, profile_len); in ath11k_mac_setup_nontx_vif_rsnie()
1406 u8 profile_len; in ath11k_mac_set_nontx_vif_params() local
1408 profile_len = profile[1]; in ath11k_mac_set_nontx_vif_params()
1409 next_profile = profile + (2 + profile_len); in ath11k_mac_set_nontx_vif_params()
1410 mbssid_len -= (2 + profile_len); in ath11k_mac_set_nontx_vif_params()
1413 profile_len -= (2 + profile[1]); in ath11k_mac_set_nontx_vif_params()
1415 profile_len -= (2 + profile[1]); in ath11k_mac_set_nontx_vif_params()
1418 profile_len -= 5; in ath11k_mac_set_nontx_vif_params()
[all …]