Searched refs:common_size (Results 1 – 2 of 2) sorted by relevance
2721 u8 common_size, idx; in cfg80211_defrag_mle() local2749 common_size = ieee80211_mle_common_size((u8 *)res->mle); in cfg80211_defrag_mle()2750 ie = res->data + common_size; in cfg80211_defrag_mle()2751 ielen = mle_len - common_size; in cfg80211_defrag_mle()
7959 u8 common_size; in ieee80211_mgd_check_cross_link_csa() local7965 common_size = ieee80211_mle_common_size((u8 *)elems->ml_basic); in ieee80211_mgd_check_cross_link_csa()7966 subelems = (u8 *)elems->ml_basic + common_size; in ieee80211_mgd_check_cross_link_csa()7967 subelems_len = elems->ml_basic_len - common_size; in ieee80211_mgd_check_cross_link_csa()11169 u8 common_size, var_common_size; in ieee80211_build_ml_reconf_req() local11182 common_size = sizeof(*common); in ieee80211_build_ml_reconf_req()11210 size += common_size + var_common_size; in ieee80211_build_ml_reconf_req()11272 common = skb_put(skb, common_size); in ieee80211_build_ml_reconf_req()11273 common->len = common_size + var_common_size; in ieee80211_build_ml_reconf_req()