Searched refs:RRM_CAPABILITIES_IE_LEN (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h670 u8 radio_measurements[RRM_CAPABILITIES_IE_LEN];
H A Dbeacon.c44 for (i = 0; i < RRM_CAPABILITIES_IE_LEN; i++) {
49 if (i == RRM_CAPABILITIES_IE_LEN || len < 2 + RRM_CAPABILITIES_IE_LEN)
53 *eid++ = RRM_CAPABILITIES_IE_LEN;
54 os_memcpy(eid, hapd->conf->radio_measurements, RRM_CAPABILITIES_IE_LEN);
56 return eid + RRM_CAPABILITIES_IE_LEN;
H A Dieee802_11.c230 for (i = 0; i < RRM_CAPABILITIES_IE_LEN; i++) {
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h1874 #define RRM_CAPABILITIES_IE_LEN 5 macro

Completed in 172 milliseconds