Home
last modified time | relevance | path

Searched refs:raw_scan_result (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/l2/wifi/
Dwifi_mgmt.c779 struct wifi_raw_scan_result *raw_scan_result) in wifi_mgmt_raise_raw_scan_result_event() argument
781 if (raw_scan_result->frame_length > CONFIG_WIFI_MGMT_RAW_SCAN_RESULT_LENGTH) { in wifi_mgmt_raise_raw_scan_result_event()
784 raw_scan_result->frame_length, in wifi_mgmt_raise_raw_scan_result_event()
789 iface, raw_scan_result, in wifi_mgmt_raise_raw_scan_result_event()
790 sizeof(*raw_scan_result)); in wifi_mgmt_raise_raw_scan_result_event()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dwifi_mgmt.h717 struct wifi_raw_scan_result raw_scan_result; member