Home
last modified time | relevance | path

Searched refs:BASIC_MLE_STA_CTRL_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Ddrv_callbacks.c200 if (pos[1] < BASIC_MLE_STA_CTRL_LEN + 1) { in hostapd_update_sta_links_status()
217 if (sta_profile_len - BASIC_MLE_STA_CTRL_LEN < in hostapd_update_sta_links_status()
218 sta_profile[BASIC_MLE_STA_CTRL_LEN]) { in hostapd_update_sta_links_status()
225 (BASIC_MLE_STA_CTRL_LEN + in hostapd_update_sta_links_status()
226 sta_profile[BASIC_MLE_STA_CTRL_LEN]); in hostapd_update_sta_links_status()
227 sta_profile = sta_profile + BASIC_MLE_STA_CTRL_LEN + in hostapd_update_sta_links_status()
228 sta_profile[BASIC_MLE_STA_CTRL_LEN]; in hostapd_update_sta_links_status()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2736 #define BASIC_MLE_STA_CTRL_LEN 2 macro