Searched defs:erp (Results 1 - 8 of 8) sorted by relevance

/external/libgsm/src/
H A Ddecode.c50 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 );
H A Dlong_term.c905 void Gsm_Long_Term_Synthesis_Filtering P5((S,Ncr,bcr,erp,drp), argument
910 register word * erp, /* [0..39] IN */
940 drp[k] = GSM_ADD( erp[k], drpp );
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.h33 int erp; /* ERP Info or -1 if ERP info element not present */ member in struct:ap_info
H A Dbeacon.c43 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;
/external/wpa_supplicant_8/src/ap/
H A Dap_list.h33 int erp; /* ERP Info or -1 if ERP info element not present */ member in struct:ap_info
H A Dbeacon.c43 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;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.h33 int erp; /* ERP Info or -1 if ERP info element not present */ member in struct:ap_info
H A Dbeacon.c43 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;

Completed in 193 milliseconds