Home
last modified time | relevance | path

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

/hostap-3.6.0/src/ap/
Dap_config.h271 #define EXT_CAPA_MAX_LEN 15 macro
904 u8 ext_capa_mask[EXT_CAPA_MAX_LEN];
905 u8 ext_capa[EXT_CAPA_MAX_LEN];
Dieee802_11_shared.c454 u8 len = EXT_CAPA_MAX_LEN, i; in hostapd_eid_ext_capab()
469 if (i < EXT_CAPA_MAX_LEN) { in hostapd_eid_ext_capab()
/hostap-3.6.0/hostapd/
Dconfig_file.c2340 u8 tmp[EXT_CAPA_MAX_LEN]; in get_hex_config()
2342 os_memset(tmp, 0, EXT_CAPA_MAX_LEN); in get_hex_config()
2343 if (hlen & 1 || len > EXT_CAPA_MAX_LEN || hexstr2bin(val, tmp, len)) { in get_hex_config()
2347 os_memcpy(buf, tmp, EXT_CAPA_MAX_LEN); in get_hex_config()
4728 if (get_hex_config(bss->ext_capa_mask, EXT_CAPA_MAX_LEN, in hostapd_config_fill()
4732 if (get_hex_config(bss->ext_capa, EXT_CAPA_MAX_LEN, in hostapd_config_fill()