Searched refs:common_size (Results 1 – 2 of 2) sorted by relevance
2676 u8 common_size, idx; in cfg80211_defrag_mle() local2704 common_size = ieee80211_mle_common_size((u8 *)res->mle); in cfg80211_defrag_mle()2705 ie = res->data + common_size; in cfg80211_defrag_mle()2706 ielen = mle_len - common_size; in cfg80211_defrag_mle()
7071 u8 common_size; in ieee80211_mgd_check_cross_link_csa() local7077 common_size = ieee80211_mle_common_size((u8 *)elems->ml_basic); in ieee80211_mgd_check_cross_link_csa()7078 subelems = (u8 *)elems->ml_basic + common_size; in ieee80211_mgd_check_cross_link_csa()7079 subelems_len = elems->ml_basic_len - common_size; in ieee80211_mgd_check_cross_link_csa()10166 u8 common_size, var_common_size; in ieee80211_build_ml_reconf_req() local10179 common_size = sizeof(*common); in ieee80211_build_ml_reconf_req()10207 size += common_size + var_common_size; in ieee80211_build_ml_reconf_req()10271 common = skb_put(skb, common_size); in ieee80211_build_ml_reconf_req()10272 common->len = common_size + var_common_size; in ieee80211_build_ml_reconf_req()