Searched refs:common_size (Results 1 – 2 of 2) sorted by relevance
2681 u8 common_size, idx; in cfg80211_defrag_mle() local2709 common_size = ieee80211_mle_common_size((u8 *)res->mle); in cfg80211_defrag_mle()2710 ie = res->data + common_size; in cfg80211_defrag_mle()2711 ielen = mle_len - common_size; in cfg80211_defrag_mle()
7428 u8 common_size; in ieee80211_mgd_check_cross_link_csa() local7434 common_size = ieee80211_mle_common_size((u8 *)elems->ml_basic); in ieee80211_mgd_check_cross_link_csa()7435 subelems = (u8 *)elems->ml_basic + common_size; in ieee80211_mgd_check_cross_link_csa()7436 subelems_len = elems->ml_basic_len - common_size; in ieee80211_mgd_check_cross_link_csa()10686 u8 common_size, var_common_size; in ieee80211_build_ml_reconf_req() local10699 common_size = sizeof(*common); in ieee80211_build_ml_reconf_req()10727 size += common_size + var_common_size; in ieee80211_build_ml_reconf_req()10789 common = skb_put(skb, common_size); in ieee80211_build_ml_reconf_req()10790 common->len = common_size + var_common_size; in ieee80211_build_ml_reconf_req()