Searched refs:oper_class_len (Results 1 – 1 of 1) sorted by relevance
4404 size_t oper_class_len; in hostapd_config_fill() local4405 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()