Lines Matching refs:ntoh32
176 #ifdef ntoh32
177 #undef ntoh32
188 #define ntoh32(i) (i) macro
11392 uint status = ntoh32(event->status); in wl_bss_handle_sae_auth()
11425 u32 status = ntoh32(e->status); in wl_get_connect_failed_status()
11431 ntoh32(cfg->event_auth_assoc.event_type), in wl_get_connect_failed_status()
11432 (int)ntoh32(cfg->event_auth_assoc.status), in wl_get_connect_failed_status()
11433 (int)ntoh32(cfg->event_auth_assoc.reason))); in wl_get_connect_failed_status()
11436 switch ((int)ntoh32(cfg->event_auth_assoc.status)) { in wl_get_connect_failed_status()
11463 if (ntoh32(cfg->event_auth_assoc.event_type) == WLC_E_ASSOC) { in wl_get_connect_failed_status()
11494 u32 event = ntoh32(e->event_type); in wl_notify_connect_status_ibss()
11496 u32 status = ntoh32(e->status); in wl_notify_connect_status_ibss()
12117 u32 datalen = ntoh32(e->datalen); in wl_cache_assoc_resp_ies()
12118 u32 event_type = ntoh32(e->event_type); in wl_cache_assoc_resp_ies()
12129 ndev->name, event_type, ntoh32(e->reason), datalen, in wl_cache_assoc_resp_ies()
12589 u32 ifidx = ntoh32(as->event_msg->ifidx); in wl_handle_link_down()
12630 event, ntoh32(as->reason), reason, ie_len, in wl_handle_link_down()
12770 as.event_type = ntoh32(e->event_type); in wl_handle_assoc_events()
12771 as.status = ntoh32(e->status); in wl_handle_assoc_events()
12772 as.reason = ntoh32(e->reason); in wl_handle_assoc_events()
12776 as.data_len = ntoh32(e->datalen); in wl_handle_assoc_events()
12788 if (ntoh32(e->auth_type) == DOT11_SAE) { in wl_handle_assoc_events()
12854 event_type = ntoh32(e->event_type); in wl_notify_connect_status_sta()
12876 if (event_type == WLC_E_AUTH && ntoh32(e->status) == WLC_E_STATUS_SUCCESS) in wl_notify_connect_status_sta()
12919 ndev->name, mode, ntoh32(e->event_type), in wl_notify_connect_status()
12920 ntoh32(e->status), ntoh32(e->reason))); in wl_notify_connect_status()
12963 u32 evt = ntoh32(e->event_type); in wl_notify_aibss_txfail()
12967 u32 reason = ntoh32(e->reason); in wl_notify_aibss_txfail()
12999 u32 evt = ntoh32(e->event_type); in wl_notify_rmc_status()
13000 u32 reason = ntoh32(e->reason); in wl_notify_rmc_status()
13314 u32 status = ntoh32(e->status); in wl_notify_roam_prep_status()
13315 u32 reason = ntoh32(e->reason); in wl_notify_roam_prep_status()
13619 data_len = ntoh32(e->datalen); in wl_bss_roaming_done()
13998 u32 event_type = ntoh32(e->event_type); in wl_bss_connect_done()
14188 u32 event = ntoh32(e->event_type); in wl_notify_bt_wifi_handover_req()
14189 u32 datalen = ntoh32(e->datalen); in wl_notify_bt_wifi_handover_req()
14383 if (ntoh32(e->datalen) < sizeof(wl_event_rx_frame_data_t)) { in wl_notify_rx_mgmt_frame()
14384 WL_ERR(("wrong datalen:%d\n", ntoh32(e->datalen))); in wl_notify_rx_mgmt_frame()
14387 mgmt_frame_len = ntoh32(e->datalen) - (uint32)sizeof(wl_event_rx_frame_data_t); in wl_notify_rx_mgmt_frame()
14388 event = ntoh32(e->event_type); in wl_notify_rx_mgmt_frame()
14651 mgmt_frame_len = ntoh32(e->datalen); in wl_notify_rx_mgmt_frame()
14732 mgmt_frame_len, ntoh32(e->datalen), CHSPEC_CHANNEL(chspec), freq)); in wl_notify_rx_mgmt_frame()
16199 s32 status = ntoh32(e->status); in wl_print_event_data()
16200 s32 reason = ntoh32(e->reason); in wl_print_event_data()
16201 s32 ifidx = ntoh32(e->ifidx); in wl_print_event_data()
16202 s32 bssidx = ntoh32(e->bsscfgidx); in wl_print_event_data()
16241 s32 status = ntoh32(e->emsg.status); in wl_event_handler()
16242 u32 event_type = ntoh32(e->emsg.event_type); in wl_event_handler()
16275 ntoh32(e->emsg.event_type), in wl_event_handler()
16276 ntoh32(e->emsg.reason))); in wl_event_handler()
16308 u32 event_type = ntoh32(e->event_type); in wl_cfg80211_handle_critical_events()
16317 if (ntoh32(e->reason) == WL_NAN_EVENT_STOP) { in wl_cfg80211_handle_critical_events()
16332 s32 status = ntoh32(e->status); in wl_cfg80211_event()
16333 u32 event_type = ntoh32(e->event_type); in wl_cfg80211_event()
16337 WL_DBG(("event_type (%d): reason (%d): %s\n", event_type, ntoh32(e->reason), in wl_cfg80211_event()
16460 data_len = ntoh32(msg->datalen); in wl_enq_event()
18237 u32 event = ntoh32(e->event_type); in wl_notify_device_discovery()
18431 u32 event = ntoh32(e->event_type); in wl_svc_resp_handler()
18436 int status = ntoh32(e->status); in wl_svc_resp_handler()
18438 u32 data_len = ntoh32(e->datalen); in wl_svc_resp_handler()
21723 u32 status = ntoh32(event->status); in wl_cfg80211_sup_event_handler()
21725 u32 reason = ntoh32(event->reason); in wl_cfg80211_sup_event_handler()
21768 s32 status = ntoh32(e->status); in wl_bcnrecv_aborted_event_handler()
21819 u32 event = ntoh32(e->event_type); in wl_cfg80211_cac_event_handler()
21820 s32 status = ntoh32(e->status); in wl_cfg80211_cac_event_handler()
21821 s32 reason = ntoh32(e->reason); in wl_cfg80211_cac_event_handler()
21983 s32 status = ntoh32(e->status); in wl_cfg80211_bssload_report_event_handler()
22842 type = ntoh32(e->event_type); in wl_notify_twt_event()
22972 ext_auth_param.key_mgmt_suite = ntoh32(WLAN_AKM_SUITE_SAE_SHA256); in wl_notify_start_auth()
23037 u32 len = ntoh32(e->datalen); in wl_handle_auth_event()
23038 u32 status = ntoh32(e->status); in wl_handle_auth_event()
23047 status, ntoh32(e->reason))); in wl_handle_auth_event()