Home
last modified time | relevance | path

Searched refs:MULTI_LINK_CONTROL_LEN (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Ddrv_callbacks.c174 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()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c591 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()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2705 #define MULTI_LINK_CONTROL_LEN 2 macro