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 134 const struct wmm_tspec_element *tspec,
156 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element));
164 int wmm_process_tspec(struct wmm_tspec_element *tspec)
170 up = (tspec->ts_info[1] >> 3) & 0x07;
171 psb = (tspec->ts_info[1] >> 2) & 0x01;
172 dir = (tspec->ts_info[0] >> 5) & 0x03;
173 tid = (tspec->ts_info[0] >> 1) & 0x0f;
176 val = le_to_host16(tspec->nominal_msdu_size);
180 le_to_host32(tspec->mean_data_rate));
182 le_to_host32(tspec->minimum_phy_rate))
    [all...]
wmm.h 27 int wmm_process_tspec(struct wmm_tspec_element *tspec);
wpa_auth_ft.c 508 struct wmm_tspec_element *tspec; local
511 if (parse.wmm_tspec_len + 2 < (int) sizeof(*tspec)) {
512 wpa_printf(MSG_DEBUG, "FT: Too short WMM TSPEC IE "
518 if (end - pos < (int) sizeof(*tspec)) {
520 "response TSPEC");
525 tspec = (struct wmm_tspec_element *) pos;
526 os_memcpy(tspec, parse.wmm_tspec - 2, sizeof(*tspec));
527 res = wmm_process_tspec(tspec);
536 /* TSPEC accepted; include updated TSPEC in response *
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_event.c 241 OS_802_11_QOS_TSPEC_PARAMS* tspec = (OS_802_11_QOS_TSPEC_PARAMS*)pData; local
242 os_error_printf(CU_MSG_ERROR, "CLI Event - IPC_EVENT_TSPEC_STATUS -- (ReasonCode = %d) \n",tspec->uReasonCode);
243 os_error_printf(CU_MSG_ERROR, "Tspec Parameters (as received through event handler):\n");
245 os_error_printf(CU_MSG_ERROR, "userPriority = %d\n",tspec->uUserPriority);
246 os_error_printf(CU_MSG_ERROR, "uNominalMSDUsize = %d\n",tspec->uNominalMSDUsize);
247 os_error_printf(CU_MSG_ERROR, "uMeanDataRate = %d\n",tspec->uMeanDataRate);
248 os_error_printf(CU_MSG_ERROR, "uMinimumPHYRate = %d\n",tspec->uMinimumPHYRate);
249 os_error_printf(CU_MSG_ERROR, "uSurplusBandwidthAllowance = %d\n",tspec->uSurplusBandwidthAllowance);
250 os_error_printf(CU_MSG_ERROR, "uAPSDFlag = %d\n",tspec->uAPSDFlag);
251 os_error_printf(CU_MSG_ERROR, "MinimumServiceInterval = %d\n",tspec->uMinimumServiceInterval)
    [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 100 milliseconds