OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_ap
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
gscan.h
150
int
num_ap
; // number of hotlist APs
member in struct:__anon40553
178
int
num_ap
; // max 64
member in struct:__anon40556
/frameworks/opt/net/wifi/service/tools/halutil/
halutil.cpp
627
unsigned
num_ap
= 0;
local
628
for (int i = 0; i < min(num_results, max_ap); i++,
num_ap
++) {
648
int result = wifi_rtt_range_request(rttCmdId, wlan0Handle,
num_ap
, params, handler);
698
params->
num_ap
= stest_max_ap;
713
params.
num_ap
= num_hotlist_bssids;
719
for (int i = 0; i < params.
num_ap
; i++) {
817
params.
num_ap
= stest_max_ap;
823
for (int i = 0; i < params.
num_ap
; i++) {
[
all
...]
/external/wpa_supplicant_8/src/ap/
hostapd.h
287
int
num_ap
; /* number of entries in ap_list */
member in struct:hostapd_iface
Completed in 88 milliseconds