HomeSort by relevance Sort by last modified time
    Searched refs:tspec (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/ap/
wmm.c 131 const struct wmm_tspec_element *tspec,
153 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
161 int wmm_process_tspec(struct wmm_tspec_element *tspec)
167 up = (tspec->ts_info[1] >> 3) & 0x07;
168 psb = (tspec->ts_info[1] >> 2) & 0x01;
169 dir = (tspec->ts_info[0] >> 5) & 0x03;
170 tid = (tspec->ts_info[0] >> 1) & 0x0f;
173 val = le_to_host16(tspec->nominal_msdu_size);
177 le_to_host32(tspec->mean_data_rate));
179 le_to_host32(tspec->minimum_phy_rate))
    [all...]
wmm.h 27 int wmm_process_tspec(struct wmm_tspec_element *tspec);
wpa_auth_ft.c 537 struct wmm_tspec_element *tspec; local
540 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
541 wpa_printf(MSG_DEBUG, "FT: Too short WMM TSPEC IE "
547 if (end - pos < (int) sizeof(*tspec)) {
549 "response TSPEC");
554 tspec = (struct wmm_tspec_element *) pos;
555 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
556 res = wmm_process_tspec(tspec);
565 /* TSPEC accepted; include updated TSPEC in response *
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mlme.c 888 /* Build simple RIC-Request: RDIE | TSPEC */
898 /* WMM TSPEC */
1001 struct wmm_tspec_element *tspec; local
1004 tspec = wpabuf_put(buf, sizeof(*tspec));
1005 tspec->eid = WLAN_EID_VENDOR_SPECIFIC;
1006 tspec->length = sizeof(*tspec) - 2;
1007 tspec->oui[0] = 0x00;
1008 tspec->oui[1] = 0x50
1871 const struct wmm_tspec_element *tspec; local
1892 struct wmm_tspec_element *tspec; local
1909 struct wmm_tspec_element *tspec; local
    [all...]
  /external/bluetooth/glib/gobject/
gparamspecs.c 1066 GParamSpecGType *tspec = G_PARAM_SPEC_GTYPE (pspec); local
1068 value->data[0].v_long = tspec->is_a_type;
1075 GParamSpecGType *tspec = G_PARAM_SPEC_GTYPE (pspec); local
1079 if (tspec->is_a_type != G_TYPE_NONE && !g_type_is_a (gtype, tspec->is_a_type))
1081 value->data[0].v_long = tspec->is_a_type;
2260 GParamSpecGType *tspec; local
    [all...]

Completed in 443 milliseconds