Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h727 u8 radio_measurements[RRM_CAPABILITIES_IE_LEN];
H A Dieee802_11.c264 for (i = 0; i < RRM_CAPABILITIES_IE_LEN; i++) { in hostapd_eid_rm_enabled_capab()
269 if (i == RRM_CAPABILITIES_IE_LEN || len < 2 + RRM_CAPABILITIES_IE_LEN) in hostapd_eid_rm_enabled_capab()
273 *eid++ = RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab()
274 os_memcpy(eid, hapd->conf->radio_measurements, RRM_CAPABILITIES_IE_LEN); in hostapd_eid_rm_enabled_capab()
276 return eid + RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab()
335 for (i = 0; i < RRM_CAPABILITIES_IE_LEN; i++) { in hostapd_own_capab_info()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2124 #define RRM_CAPABILITIES_IE_LEN 5 macro