Lines Matching defs:CMD
502 #define CMD(op, n) \
511 CMD(add_virtual_intf, NEW_INTERFACE);
512 CMD(del_virtual_intf, DEL_INTERFACE);
513 CMD(set_channel, SET_CHANNEL);
514 CMD(set_pan_id, SET_PAN_ID);
515 CMD(set_short_addr, SET_SHORT_ADDR);
516 CMD(set_backoff_exponent, SET_BACKOFF_EXPONENT);
517 CMD(set_max_csma_backoffs, SET_MAX_CSMA_BACKOFFS);
518 CMD(set_max_frame_retries, SET_MAX_FRAME_RETRIES);
519 CMD(set_lbt_mode, SET_LBT_MODE);
520 CMD(set_ackreq_default, SET_ACKREQ_DEFAULT);
523 CMD(set_tx_power, SET_TX_POWER);
526 CMD(set_cca_ed_level, SET_CCA_ED_LEVEL);
529 CMD(set_cca_mode, SET_CCA_MODE);
531 #undef CMD