HomeSort by relevance Sort by last modified time
    Searched refs:suppl (Results 1 - 6 of 6) sorted by null

  /system/core/nexus/
WifiScanner.h 33 WifiScanner(Supplicant *suppl, int period);
WifiScanner.cpp 33 WifiScanner::WifiScanner(Supplicant *suppl, int period) {
34 mSuppl = suppl;
WifiNetwork.h 303 WifiNetwork(WifiController *c, Supplicant *suppl, int networkId);
304 WifiNetwork(WifiController *c, Supplicant *suppl, const char *data);
WifiNetwork.cpp 34 WifiNetwork::WifiNetwork(WifiController *c, Supplicant *suppl, const char *data) {
36 mSuppl = suppl;
87 WifiNetwork::WifiNetwork(WifiController *c, Supplicant *suppl, int networkId) {
89 mSuppl = suppl;
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 21 SUPPL ?= ANDROID
28 # SUPPL = DEVICESCAPE
233 @echo SUPPL = $(SUPPL) // WPA or DEVICESCAPE
247 .PHONY: suppl.img voice.img apps.img apps.tar $(BUS_DRV)
272 suppl.img:
276 mkcramfs suppl suppl.cram
277 mkimgti -t data -o suppl.img suppl.cra
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/
Makefile 26 SUPPL ?= ANDROID
33 # SUPPL = DEVICESCAPE
248 @echo SUPPL = $(SUPPL) // WPA or DEVICESCAPE
261 .PHONY: suppl.img voice.img apps.img apps.tar $(BUS_DRV)
292 suppl.img:
296 mkcramfs suppl suppl.cram
297 mkimgti -t data -o suppl.img suppl.cra
    [all...]

Completed in 94 milliseconds