HomeSort by relevance Sort by last modified time
    Searched defs:erp (Results 1 - 3 of 3) sorted by null

  /external/libgsm/src/
decode.c 50 word erp[40], wt[160]; local
55 Gsm_RPE_Decoding( S, *xmaxcr, *Mcr, xMcr, erp );
56 Gsm_Long_Term_Synthesis_Filtering( S, *Ncr, *bcr, erp, drp );
  /external/wpa_supplicant_8/src/ap/
ap_list.h 33 int erp; /* ERP Info or -1 if ERP info element not present */ member in struct:ap_info
beacon.c 43 u8 erp = 0; local
50 erp |= ERP_INFO_USE_PROTECTION;
52 erp |= ERP_INFO_NON_ERP_PRESENT |
57 erp |= ERP_INFO_BARKER_PREAMBLE_MODE;
59 return erp;
84 * In addition, Non ERP present might be set, if AP detects Non ERP
87 /* Add ERP Information element */
245 /* ERP Information element */
591 /* ERP Information element *
    [all...]

Completed in 1360 milliseconds