00001 00013 #ifndef _TPC_H_ 00014 #define _TPC_H_ 00015 00016 #include "co_int.h" 00017 #include "co_bool.h" 00018 #include "vif_mgmt.h" 00019 #include "txl_frame.h" 00020 00040 void tpc_update_tx_power(int8_t pwr); 00041 00054 void tpc_get_vif_tx_power(struct vif_info_tag *vif, int8_t *pwr, uint8_t *idx); 00055 00067 void tpc_set_vif_tx_power(struct vif_info_tag *vif, int8_t pwr); 00068 00069 00070 #if NX_TX_FRAME 00071 00081 void tpc_update_frame_tx_power(struct vif_info_tag *vif, 00082 struct txl_frame_desc_tag *frame); 00083 #endif // NX_TX_FRAME 00084 00085 #if NX_UMAC_PRESENT 00086 00099 void tpc_update_vif_tx_power(struct vif_info_tag *vif); 00100 #endif // NX_UMAC_PRESENT 00101 00106 #endif /* _TPC_H_ */
1.6.1