OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tspec
(Results
1 - 2
of
2
) sorted by null
/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/wpa_supplicant_8/src/ap/
wpa_auth_ft.c
522
struct wmm_tspec_element *
tspec
;
local
525
if (parse.wmm_tspec_len + 2 < (int) sizeof(*
tspec
)) {
526
wpa_printf(MSG_DEBUG, "FT: Too short WMM
TSPEC
IE "
532
if (end - pos < (int) sizeof(*
tspec
)) {
534
"response
TSPEC
");
539
tspec
= (struct wmm_tspec_element *) pos;
540
os_memcpy(
tspec
, parse.wmm_tspec - 2, sizeof(*
tspec
));
541
res = wmm_process_tspec(
tspec
);
550
/*
TSPEC
accepted; include updated TSPEC in response *
559
struct wmm_
tspec
_element *
tspec
;
local
[
all
...]
Completed in 23 milliseconds