Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c4199 size_t oper_class_len; in hostapd_config_fill() local
4200 oper_class_len = os_strlen(pos); in hostapd_config_fill()
4201 if (oper_class_len < 2 || (oper_class_len & 0x01)) { in hostapd_config_fill()
4207 oper_class_len /= 2; in hostapd_config_fill()
4208 oper_class = os_malloc(oper_class_len); in hostapd_config_fill()
4211 if (hexstr2bin(pos, oper_class, oper_class_len)) { in hostapd_config_fill()
4220 bss->hs20_operating_class_len = oper_class_len; in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c3998 size_t oper_class_len; local
3999 oper_class_len = os_strlen(pos);
4000 if (oper_class_len < 2 || (oper_class_len & 0x01)) {
4006 oper_class_len /= 2;
4007 oper_class = os_malloc(oper_class_len);
4010 if (hexstr2bin(pos, oper_class, oper_class_len)) {
4019 bss->hs20_operating_class_len = oper_class_len;

Completed in 10 milliseconds