Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h277 #define EXT_CAPA_MAX_LEN 15 macro
957 u8 ext_capa_mask[EXT_CAPA_MAX_LEN];
958 u8 ext_capa[EXT_CAPA_MAX_LEN];
H A Dieee802_11_shared.c487 u8 len = EXT_CAPA_MAX_LEN, i; in hostapd_eid_ext_capab()
502 if (i < EXT_CAPA_MAX_LEN) { in hostapd_eid_ext_capab()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c2409 u8 tmp[EXT_CAPA_MAX_LEN]; in get_hex_config()
2411 os_memset(tmp, 0, EXT_CAPA_MAX_LEN); in get_hex_config()
2412 if (hlen & 1 || len > EXT_CAPA_MAX_LEN || hexstr2bin(val, tmp, len)) { in get_hex_config()
2416 os_memcpy(buf, tmp, EXT_CAPA_MAX_LEN); in get_hex_config()
5041 if (get_hex_config(bss->ext_capa_mask, EXT_CAPA_MAX_LEN, in hostapd_config_fill()
5045 if (get_hex_config(bss->ext_capa, EXT_CAPA_MAX_LEN, in hostapd_config_fill()