Searched refs:CCA_not_ED (Results 1 – 3 of 3) sorted by relevance
26 void nhwra_prep_cca_request(p2G4_cca_t *cca_req, bool CCA_not_ED, double rx_pow_offset);
249 static void start_CCA_ED(bool CCA_not_ED);1421 static void start_CCA_ED(bool CCA_not_ED){ in start_CCA_ED() argument1425 cca_status.CCA_notED = CCA_not_ED; in start_CCA_ED()1428 nhwra_prep_cca_request(&cca_status.cca_req, CCA_not_ED, cheat_rx_power_offset); in start_CCA_ED()
544 void nhwra_prep_cca_request(p2G4_cca_t *cca_req, bool CCA_not_ED, double rx_pow_offset) { in nhwra_prep_cca_request() argument570 if (CCA_not_ED) { //CCA request in nhwra_prep_cca_request()