HomeSort by: relevance | last modified time | path
    Searched defs:qos_map_set_len (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
ieee802_11_common.h 141 u8 qos_map_set_len; member in struct:ieee802_11_elems
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 716 hapd->conf->qos_map_set_len = count;
729 u8 qos_map_set_len = hapd->conf->qos_map_set_len; local
732 if (!qos_map_set_len) {
754 buf = wpabuf_alloc(2 + 2 + qos_map_set_len);
763 wpabuf_put_u8(buf, qos_map_set_len);
764 wpabuf_put_data(buf, qos_map_set, qos_map_set_len);
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 614 unsigned int qos_map_set_len; member in struct:hostapd_bss_config

Completed in 20 milliseconds