Searched refs:MULTI_LINK_CONTROL_LEN (Results 1 – 3 of 3) sorted by relevance
174 if (mle_len < MULTI_LINK_CONTROL_LEN + 1 || in hostapd_update_sta_links_status()175 mle_len - MULTI_LINK_CONTROL_LEN < mle[MULTI_LINK_CONTROL_LEN]) { in hostapd_update_sta_links_status()183 pos = mle + MULTI_LINK_CONTROL_LEN + mle[MULTI_LINK_CONTROL_LEN]; in hostapd_update_sta_links_status()185 (MULTI_LINK_CONTROL_LEN + mle[MULTI_LINK_CONTROL_LEN]); in hostapd_update_sta_links_status()
591 if (mle_len < MULTI_LINK_CONTROL_LEN + 1 || in nl80211_get_basic_mle_links_info()592 mle_len - MULTI_LINK_CONTROL_LEN < mle[MULTI_LINK_CONTROL_LEN]) in nl80211_get_basic_mle_links_info()596 pos = mle + MULTI_LINK_CONTROL_LEN + mle[MULTI_LINK_CONTROL_LEN]; in nl80211_get_basic_mle_links_info()598 (MULTI_LINK_CONTROL_LEN + mle[MULTI_LINK_CONTROL_LEN]); in nl80211_get_basic_mle_links_info()
2705 #define MULTI_LINK_CONTROL_LEN 2 macro