Home | History | Annotate | Download | only in wifi

Lines Matching refs:setup

25  * A class representing Wi-Fi Protected Setup
42 /** Wi-Fi Protected Setup. www.wi-fi.org/wifi-protected-setup has details */
43 public int setup;
52 setup = INVALID;
59 sbuf.append(" setup: ").append(setup);
76 setup = source.setup;
84 dest.writeInt(setup);
94 config.setup = in.readInt();