Home
last modified time | relevance | path

Searched refs:beacon_period (Results 1 – 6 of 6) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.h228 u16 beacon_period; // units are Kusec member
Dgscan.cpp183 to->beacon_period = from->beacon_period; in convert_to_hal_result()
/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h96 unsigned short beacon_period; // period advertised in the beacon member
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp714 mPasspointNetworkFoundResult->beacon_period = nla_get_u16( in gscan_parse_passpoint_network_result()
914 results[i].beacon_period = in gscan_parse_pno_network_results()
1154 result->beacon_period = in handleEvent()
1210 result->beacon_period); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h120 uint16 beacon_period; /* units are Kusec */ member
153 uint16 beacon_period; /* units are Kusec */ member
195 uint16 beacon_period; /* units are Kusec */ member
253 uint32 beacon_period; member
/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.cpp593 hidl_scan_result->beaconPeriodInMs = legacy_scan_result.beacon_period; in convertLegacyGscanResultToHidl()