Removed som old code, more comments ...
FossilOrigin-Name: f7e91399da51dadbbb2565554a03af2d1b4623b79319a247f5a1f16de47d13c6
This commit is contained in:
@ -128,11 +128,11 @@ int cw_out_cisco_ap_timesync(struct conn *conn,struct cw_action_out * a,uint8_t
|
||||
* @param name RAD name, zero terminated
|
||||
* @return number of bytes put
|
||||
*/
|
||||
static inline int cw_addelem_cisco_rad_name(uint8_t * dst, uint8_t * name)
|
||||
{
|
||||
return cw_addelem_vendor_specific_payload(dst, CW_VENDOR_ID_CISCO, CW_CISCO_RAD_NAME, name,
|
||||
strlen((char *) name));
|
||||
}
|
||||
//static inline int cw_addelem_cisco_rad_name(uint8_t * dst, uint8_t * name)
|
||||
//{
|
||||
// return cw_addelem_vendor_specific_payload(dst, CW_VENDOR_ID_CISCO, CW_CISCO_RAD_NAME, name,
|
||||
// strlen((char *) name));
|
||||
//}
|
||||
|
||||
/**
|
||||
* Add a Cisco Group Name message element to buffer
|
||||
@ -140,12 +140,14 @@ static inline int cw_addelem_cisco_rad_name(uint8_t * dst, uint8_t * name)
|
||||
* @param name Group name, zero terminated
|
||||
* @return number of bytes put
|
||||
*/
|
||||
/*
|
||||
|
||||
static inline int cw_addelem_cisco_ap_group_name(uint8_t * dst, uint8_t * name){
|
||||
return cw_addelem_vendor_specific_payload(dst, CW_VENDOR_ID_CISCO, CW_CISCO_AP_GROUP_NAME, name,
|
||||
strlen((char *) name));
|
||||
}
|
||||
|
||||
|
||||
*/
|
||||
|
||||
static inline int cw_addelem_cisco_ap_regulatory_domain(uint8_t *dst, struct radioinfo * ri){
|
||||
uint8_t *d=dst+10;
|
||||
|
Reference in New Issue
Block a user