Home | History | Annotate | Download | only in ifconfig

Lines Matching defs:ssid

157 	, {.k_word = "ssid", .k_nextparser = &parse_ssid.ps_parser}
180 struct pstr parse_ssid = PSTR_INITIALIZER(&parse_pass, "ssid", setifssid,
181 "ssid", &command_root.pb_parser);
257 if ((len = getargdata(env, "ssid", nwid.i_nwid,
259 errx(EXIT_FAILURE, "%s: SSID too long", __func__);
520 STAT_PRINT(is_rx_ssidmismatch, "rx frame ssid mismatch ");
794 char ssid[IEEE80211_NWID_LEN+1];
812 , ssidmax, ssidmax, "SSID"
826 (void)copy_essid(ssid, sizeof(ssid), vp, sr->isr_ssid_len);
828 , ssidmax, ssidmax, ssid
1159 * Copy the ssid string contents into buf, truncating to fit. If the
1160 * ssid is entirely printable then just copy intact. Otherwise convert
1206 char ssid[2*IEEE80211_NWID_LEN+1];
1208 printf("%s<%.*s>", tag, copy_essid(ssid, maxlen, ie+2, ie[1]), ssid);
1309 printssid(" SSID", vp, 2+vp[1], maxcols);