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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dknown_wlans.c61 } bssid_t; typedef in typeref:struct:bssid
92 bssid_t *b;
99 b = (bssid_t *)kw->kw_bssids.q_forw;
132 bssid_t *b;
134 if ((b = calloc(1, sizeof (bssid_t))) == NULL) {
135 nlog(LOG_ERR, "kw_add: cannot allocate for bssid_t: %m");
166 bssid_t *b;
168 if ((b = calloc(1, sizeof (bssid_t))) == NULL) {
169 nlog(LOG_ERR, "kw_update: cannot allocate for bssid_t: %m");
301 bssid_t *
[all...]

Completed in 176 milliseconds