Searched refs:oper_class_len (Results 1 – 1 of 1) sorted by relevance
4335 size_t oper_class_len; in hostapd_config_fill() local4336 oper_class_len = os_strlen(pos); in hostapd_config_fill()4337 if (oper_class_len < 2 || (oper_class_len & 0x01)) { in hostapd_config_fill()4343 oper_class_len /= 2; in hostapd_config_fill()4344 oper_class = os_malloc(oper_class_len); in hostapd_config_fill()4347 if (hexstr2bin(pos, oper_class, oper_class_len)) { in hostapd_config_fill()4356 bss->hs20_operating_class_len = oper_class_len; in hostapd_config_fill()