Searched defs:ESSID (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dknown_wlans.c52 ESSID = 0, enumerator in enum:__anon94
63 /* Structure for an ESSID and its BSSIDs */
74 /* Used in walking secobjs looking for an ESSID prefix match. */
109 /* Returns the entry in kw_list for the given ESSID. NULL if non-existent */
127 /* Adds an ESSID/BSSID combination to kw_list. Returns B_TRUE on success. */
224 if ((kw = kw_lookup(tok[ESSID])) == NULL) {
225 if (!kw_add(tok[ESSID], tok[BSSID])) {
229 tok[ESSID], tok[BSSID]);
238 tok[ESSID], tok[BSSID]);
314 /* Create Known WLANs for each unique ESSID */
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c104 ESSID, enumerator in enum:__anon337
421 {ESSID, "essid", do_get_essid, do_set_essid, RW},
3174 print_gbuf(ESSID);
3701 case ESSID:
4380 case ESSID:

Completed in 65 milliseconds