Lines Matching +full:os +full:- +full:initiated

23  * <<Broadcom-WL-IPTag/Dual:>>
36 /* #include <ethernet.h> -- TODO: req., excluded to overwhelming coupling (break up ethernet.h) */
53 #define WLC_EVENT_MSG_UNKIF 0x10 /* unknown source OS i/f */
83 uint8 ifidx; /* destination OS i/f index */
108 #define BCM_MSG_LEN (sizeof(bcm_event_t) - sizeof(bcmeth_hdr_t) - sizeof(struct ether_header))
171 #define WLC_E_PRE_REASSOC_IND 62 /* re-assoc request received */
214 #define WLC_E_NATIVE 94 /* port-specific event and payload (e.g. NDIS) */
224 #define WLC_E_NAN 100 /* NAN event - Reserved for future */
251 #define WLC_E_BT_WIFI_HANDOVER_REQ 130 /* Handover Request Initiated */
269 #define WLC_E_PSK_AUTH 150 /* PSK AUTH WPA2-PSK 4 WAY Handshake failure */
271 #define WLC_E_SDB_TRANSITION 152 /* SDB mode-switch event */
279 #define WLC_E_NAN_NON_CRITICAL 159 /* NAN Non-Critical Event */
405 * It is a problem for host-device compatibility, especially with ROMmed chips.
436 /* 4-way handshake event type */
442 /* 4-way handshake event status code */
453 /* Slice-swap status code */
506 /* Roam codes (5-7) used primarily by CCX */
544 #define WLC_E_PRUNE_QBSS_LOAD 16 /* QBSS LOAD - AAC is too low */
552 #define WLC_E_PRUNE_RSSI_ASSOC_REJ 22 /* OCE RSSI-based assoc rejection */
565 #define WLC_E_SUP_NO_INSTALL_FLAG 8 /* INSTALL flag unset in 4-way msg */
572 #define WLC_E_SUP_WPA_PSK_TMO 15 /* WPA PSK 4-way handshake timeout */
573 #define WLC_E_SUP_WPA_PSK_M1_TMO 16 /* WPA PSK 4-way handshake M1 timeout */
574 #define WLC_E_SUP_WPA_PSK_M3_TMO 17 /* WPA PSK 4-way handshake M3 timeout */
588 uint8 tid; /* tid for the PN below - PTK refresh is per key */
598 /* sub event msg - WLC_WSEC_EVENT_PTK_PN_SYNC_ERROR */
603 uint8 tid; /* tid for the PN below - PTK refresh is per key */
721 #define WL_EVENT_WA_LQM_BASIC 0 /* event sub-types */
732 uint8 subevent[]; /* sub-event data in bcm_xtlv_t format */
775 /* Wi-Fi Display (WFD) Vendor Specific Category */
902 /* WLC_E_PKT_FILTER event sub-classification codes */
958 uint16 ftm_unit; /* ftm cnt resolution in picoseconds , 6250ps - default */
1075 WL_NAN_EVENT_TXS = 31, /* for tx status of follow-up and SDFs */
1099 #define NAN_EV_MASK(ev) (1 << (ev - 1))
1100 #define IS_NAN_EVT_ON(var, evt) ((var & (1 << (evt-1))) != 0)
1104 ((*((uint8 *)var + ((evt - 1)/8))) |= (1 << ((evt - 1) %8))) : 0)
1107 (((*((uint8 *)var + ((evt - 1)/8))) & (1 << ((evt - 1) %8))) != 0))
1128 uint8 index; /* TCP connection index, 0 to max-1 */
1129 uint8 pad[3]; /* 4-byte struct alignment */
1134 uint16 min_pw; /* minimum pulse-width (usec * 20) */
1135 uint16 max_pw; /* maximum pulse-width (usec * 20) */
1155 #define WL_E_MODESW_FLAG_DEVICE_LOCAL 0x00u /* flag - device: info is about self/local */
1156 #define WL_E_MODESW_FLAG_DEVICE_PEER 0x01u /* flag - device: info is about peer */
1158 #define WL_E_MODESW_FLAG_FROM_FIRMWARE 0x00u /* flag - from: request is from firmware */
1159 #define WL_E_MODESW_FLAG_FROM_USER 0x02u /* flag - from: request is from user/iov */
1161 #define WL_E_MODESW_FLAG_STATE_REQUESTED 0x00u /* flag - state: mode switch request */
1162 #define WL_E_MODESW_FLAG_STATE_INITIATED 0x04u /* flag - state: switch initiated */
1163 #define WL_E_MODESW_FLAG_STATE_COMPLETE 0x08u /* flag - state: switch completed/success */
1164 #define WL_E_MODESW_FLAG_STATE_FAILURE 0x0Cu /* flag - state: failed to switch */
1167 #define WL_E_MODESW_SIZE(X) (sizeof(*(X)) + (X)->length)
1170 #define WL_E_MODESW_DATA_SIZE(X) (((X)->length > sizeof(*(X))) ? ((X)->length - sizeof(*(X))) : 0)
1176 #define WL_E_MODESW_REASON_DYN160 4u /* reason: DYN160 (160/2x2 - 80/4x4) */
1186 * bits 3,2: 00==requested, 01==initiated,
1202 uint16 trigger; /* value 0: MU to SU, 1: SU to MU, 2: metric_dyn160, 3:re-/assoc,
1251 /* WLC_E_TWT event Main-event */
1275 WL_TWT_SETUP_RC_TIMEOUT = 2u, /* TWT Setup Time-out */
1291 /* wl_twt_sdesc_t desc; - defined in wlioctl.h */
1299 WL_TWT_TD_RC_PEER = 1u, /* Peer initiated teardown */
1318 /* wl_twt_teardesc_t; - defined in wlioctl.h */
1325 WL_TWT_INFO_RC_HOST = 0u, /* Host initiated Info complete */
1326 WL_TWT_INFO_RC_PEER = 1u, /* Peer initiated TWT Info */
1339 /* wl_twt_infodesc_t; - defined in wlioctl.h */
1420 * on 64-bit boundary, for a 64-bit host system.
1481 /* Ring buffer - Maintains history of previous 16 wake/sleep cycles */
1548 /* delay after which re-association can be tried to current BSS (seconds) */
1568 /* MBO-OCE params */