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()
7331 u8 common_size; in ieee80211_mgd_check_cross_link_csa() local7337 common_size = ieee80211_mle_common_size((u8 *)elems->ml_basic); in ieee80211_mgd_check_cross_link_csa()7338 subelems = (u8 *)elems->ml_basic + common_size; in ieee80211_mgd_check_cross_link_csa()7339 subelems_len = elems->ml_basic_len - common_size; in ieee80211_mgd_check_cross_link_csa()10588 u8 common_size, var_common_size; in ieee80211_build_ml_reconf_req() local10601 common_size = sizeof(*common); in ieee80211_build_ml_reconf_req()10629 size += common_size + var_common_size; in ieee80211_build_ml_reconf_req()10693 common = skb_put(skb, common_size); in ieee80211_build_ml_reconf_req()10694 common->len = common_size + var_common_size; in ieee80211_build_ml_reconf_req()