Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h1306 struct wifi_mgmt_ops { struct
1318 int (*scan)(const struct device *dev,
1328 int (*connect)(const struct device *dev,
1336 int (*disconnect)(const struct device *dev);
1344 int (*ap_enable)(const struct device *dev,
1352 int (*ap_disable)(const struct device *dev);
1360 int (*ap_sta_disconnect)(const struct device *dev, const uint8_t *mac);
1368 int (*iface_status)(const struct device *dev, struct wifi_iface_status *status);
1377 int (*get_stats)(const struct device *dev, struct net_stats_wifi *stats);
1384 int (*reset_stats)(const struct device *dev);
[all …]