Lines Matching refs:status
116 extern bool wl_iw_conn_status_str(uint32 event_type, uint32 status,
3220 wl_iw_conn_status_str(uint32 event_type, uint32 status, uint32 reason, argument
3278 (row->inStatus == status || row->inStatus == WL_IW_DONT_CARE) &&
3289 (void)snprintf(stringBuf, buflen, "%s %s %02d %02d", name, cause, status, reason);
3306 uint32 status = ntoh32(e->status); local
3309 if (wl_iw_conn_status_str(event, status, reason, stringBuf, buflen)) {
3332 uint32 status = ntoh32(e->status); local
3378 if (sizeof(status) + 1 <= sizeof(extra)) {
3379 wrqu.data.length = sizeof(status) + 1;
3381 memcpy(&extra[1], &status, sizeof(status));
3382 WL_TRACE(("wl_iw_event status %d \n", status));
3739 uint32 status; local
3783 status = dtoh32(list_buf->status);
3784 return status;
3800 uint32 status; local
3805 status = WL_SCAN_RESULTS_PARTIAL;
3815 status = wl_iw_iscan_get(iscan);
3820 switch (status) {
3864 WL_TRACE(("iscanresults returned unknown status %d\n", status));