Home
last modified time | relevance | path

Searched refs:RRM_CAPABILITIES_IE_LEN (Results 1 - 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dbeacon.c44 for (i = 0; i < RRM_CAPABILITIES_IE_LEN; i++) { in hostapd_eid_rm_enabled_capab()
49 if (i == RRM_CAPABILITIES_IE_LEN || len < 2 + RRM_CAPABILITIES_IE_LEN) in hostapd_eid_rm_enabled_capab()
53 *eid++ = RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab()
54 os_memcpy(eid, hapd->conf->radio_measurements, RRM_CAPABILITIES_IE_LEN); in hostapd_eid_rm_enabled_capab()
56 return eid + RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab()
H A Dap_config.h670 u8 radio_measurements[RRM_CAPABILITIES_IE_LEN];
H A Dieee802_11.c230 for (i = 0; i < RRM_CAPABILITIES_IE_LEN; i++) { in hostapd_own_capab_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.h702 u8 radio_measurements[RRM_CAPABILITIES_IE_LEN];
H A Dieee802_11.c226 for (i = 0; i < RRM_CAPABILITIES_IE_LEN; i++) { in hostapd_eid_rm_enabled_capab()
231 if (i == RRM_CAPABILITIES_IE_LEN || len < 2 + RRM_CAPABILITIES_IE_LEN) in hostapd_eid_rm_enabled_capab()
235 *eid++ = RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab()
236 os_memcpy(eid, hapd->conf->radio_measurements, RRM_CAPABILITIES_IE_LEN); in hostapd_eid_rm_enabled_capab()
238 return eid + RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab()
297 for (i = 0; i < RRM_CAPABILITIES_IE_LEN; i++) { in hostapd_own_capab_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_defs.h1874 #define RRM_CAPABILITIES_IE_LEN 5 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_defs.h1976 #define RRM_CAPABILITIES_IE_LEN 5 macro

Completed in 37 milliseconds