Home
last modified time | relevance | path

Searched defs:HdfMac80211BaseOps (Results 1 – 1 of 1) sorted by relevance

/drivers/hdf_core/framework/include/wifi/
Dwifi_mac80211_ops.h472 struct HdfMac80211BaseOps { struct
484 int32_t (*SetMode)(NetDevice *netDev, enum WlanWorkMode mode);
500 int32_t (*AddKey)(
516 …t32_t (*DelKey)(struct NetDevice *netDev, uint8_t keyIndex, bool pairwise, const uint8_t *macAddr);
531 … int32_t (*SetDefaultKey)(struct NetDevice *netDev, uint8_t keyIndex, bool unicast, bool multicas);
546 int32_t (*GetDeviceMacAddr)(NetDevice *netDev, int32_t type, uint8_t *mac, uint8_t len);
560 int32_t (*SetMacAddr)(NetDevice *netDev, uint8_t *mac, uint8_t len);
573 int32_t (*SetTxPower)(NetDevice *netDev, int32_t power);
588 … int32_t (*GetValidFreqsWithBand)(NetDevice *netDev, int32_t band, int32_t *freqs, uint32_t *num);
601 int32_t (*GetHwCapability)(NetDevice *netDev, struct WlanHwCapability **capability);
[all …]