Home
last modified time | relevance | path

Searched refs:scan_result_cb (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_shell.c211 static void scan_result_cb(struct net_mgmt_event_callback *cb, in scan_result_cb() function
243 net_mgmt_init_event_callback(&scan_cb, scan_result_cb, in cmd_ieee802154_scan()
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_shell_test.c53 static void scan_result_cb(struct net_mgmt_event_callback *cb, uint32_t mgmt_event, in scan_result_cb() function
243 net_mgmt_init_event_callback(&scan_cb, scan_result_cb, NET_EVENT_IEEE802154_SCAN_RESULT); in ZTEST()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c387 static void scan_result_cb(struct net_if *iface, int status, in scan_result_cb() function
431 return wifi_mgmt_api->scan(dev, params, scan_result_cb); in wifi_scan()