Home
last modified time | relevance | path

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

/hostap-latest/hostapd/
Dconfig_file.c4404 size_t oper_class_len; in hostapd_config_fill() local
4405 oper_class_len = os_strlen(pos); in hostapd_config_fill()
4406 if (oper_class_len < 2 || (oper_class_len & 0x01)) { in hostapd_config_fill()
4412 oper_class_len /= 2; in hostapd_config_fill()
4413 oper_class = os_malloc(oper_class_len); in hostapd_config_fill()
4416 if (hexstr2bin(pos, oper_class, oper_class_len)) { in hostapd_config_fill()
4425 bss->hs20_operating_class_len = oper_class_len; in hostapd_config_fill()