Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c585 static void nl80211_get_basic_mle_links_info(const u8 *mle, size_t mle_len, in nl80211_get_basic_mle_links_info() argument
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()
641 struct wpabuf *mle; in nl80211_update_rejected_links_info() local
660 mle = ieee802_11_defrag(req_elems.basic_mle, req_elems.basic_mle_len, in nl80211_update_rejected_links_info()
662 if (!mle) { in nl80211_update_rejected_links_info()
668 nl80211_get_basic_mle_links_info(wpabuf_head(mle), wpabuf_len(mle), in nl80211_update_rejected_links_info()
670 wpabuf_free(mle); in nl80211_update_rejected_links_info()
672 mle = ieee802_11_defrag(resp_elems.basic_mle, resp_elems.basic_mle_len, in nl80211_update_rejected_links_info()
[all …]
/freebsd/contrib/nvi/catalog/
H A Dtr_TR.UTF-8.base18 019 "İm %s: İmleç konumu artık yok"
168 181 "İmleç bir sayıda değil"
184 197 "İmleç hareket ettirilmedi"
199 212 "İmleç bir sözcükte değil"
/freebsd/contrib/wpa/src/ap/
H A Ddrv_callbacks.c147 const u8 *mle, *pos; in hostapd_update_sta_links_status() local
172 mle = wpabuf_head(mlebuf); 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()