2017-04-13 20:31:39 +02:00
|
|
|
#ifndef __DRIVERS_WIRELESS_IEEE80211_BCMF_SDPCM_H
|
|
|
|
#define __DRIVERS_WIRELESS_IEEE80211_BCMF_SDPCM_H
|
|
|
|
|
|
|
|
#include "bcmf_driver.h"
|
|
|
|
|
|
|
|
int bcmf_sdpcm_readframe(FAR struct bcmf_dev_s *priv);
|
|
|
|
|
2017-04-16 11:28:08 +02:00
|
|
|
int bcmf_sdpcm_sendframe(FAR struct bcmf_dev_s *priv);
|
|
|
|
|
|
|
|
int bcmf_sdpcm_iovar_request(FAR struct bcmf_dev_s *priv,
|
|
|
|
uint32_t ifidx, bool set, char *name,
|
2017-04-22 15:57:51 +02:00
|
|
|
uint8_t *data, uint32_t *len);
|
|
|
|
|
|
|
|
int bcmf_sdpcm_ioctl(FAR struct bcmf_dev_s *priv,
|
|
|
|
uint32_t ifidx, bool set, uint32_t cmd,
|
|
|
|
uint8_t *data, uint32_t *len);
|
2017-04-13 20:31:39 +02:00
|
|
|
|
|
|
|
#endif /* __DRIVERS_WIRELESS_IEEE80211_BCMF_SDPCM_H */
|