Home
last modified time | relevance | path

Searched refs:sub_evt (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_sta_cmd.c1594 int wlan_parse_getdata(HostCmd_DS_COMMAND *resp, mlan_ds_subscribe_evt *sub_evt) argument
1596 if (!resp || !sub_evt)
1615 sub_evt->evt_action = wlan_le16_to_cpu(evt->action);
1616 sub_evt->evt_bitmap = wlan_le16_to_cpu(evt->event_bitmap);
1621 sub_evt->low_rssi = rssi_low->value;
1622 sub_evt->low_rssi_freq = rssi_low->frequency;
1629 sub_evt->low_snr = snr_low->value;
1630 sub_evt->low_snr_freq = snr_low->frequency;
1637 sub_evt->failure_count = fail_count->value;
1638 sub_evt->failure_count_freq = fail_count->frequency;
[all …]
Dmlan_glue.c8256 int wifi_subscribe_event_submit(mlan_private *pmpriv, mlan_ds_subscribe_evt *sub_evt) in wifi_subscribe_event_submit() argument
8265 if (sub_evt->evt_action != HostCmd_ACT_GEN_GET) in wifi_subscribe_event_submit()
8267 …_sta_prepare_cmd(pmpriv, HostCmd_CMD_802_11_SUBSCRIBE_EVENT, HostCmd_ACT_GEN_SET, 0, NULL, sub_evt, in wifi_subscribe_event_submit()
8271 else if (sub_evt->evt_action == HostCmd_ACT_GEN_GET) in wifi_subscribe_event_submit()
8274 wifi_wait_for_cmdresp(sub_evt); in wifi_subscribe_event_submit()
8290 int wifi_get_subscribe_event(mlan_private *pmpriv, mlan_ds_subscribe_evt *sub_evt) in wifi_get_subscribe_event() argument
8292 if (!sub_evt) in wifi_get_subscribe_event()
8296 sub_evt->evt_action = HostCmd_ACT_GEN_GET; in wifi_get_subscribe_event()
8297 return wifi_subscribe_event_submit(pmpriv, sub_evt); in wifi_get_subscribe_event()
8310 mlan_ds_subscribe_evt sub_evt; in wifi_clear_subscribe_event() local
[all …]
Dmlan_sta_cmdresp.c796 IN mlan_ioctl_req *sub_evt) in wlan_ret_subscribe_event() argument
799 if (sub_evt && wlan_parse_getdata(resp, (mlan_ds_subscribe_evt *)sub_evt) != WM_SUCCESS) in wlan_ret_subscribe_event()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c4316 static void print_get_sub_event(wlan_ds_subscribe_evt *sub_evt) argument
4318 t_u16 evt_bitmap = sub_evt->evt_bitmap;
4323 PRINTF("value = %u, freq = %u\r\n", sub_evt->low_rssi, sub_evt->low_rssi_freq);
4328 PRINTF("value = %u, freq = %u\r\n", sub_evt->high_rssi, sub_evt->high_rssi_freq);
4333 PRINTF("value = %u, freq = %u\r\n", sub_evt->low_snr, sub_evt->low_snr_freq);
4338 PRINTF("value = %u, freq = %u\r\n", sub_evt->high_snr, sub_evt->high_snr_freq);
4343 PRINTF("value = %u, freq = %u\r\n", sub_evt->failure_count, sub_evt->failure_count_freq);
4348 PRINTF("value = %u, freq = %u\r\n", sub_evt->beacon_miss, sub_evt->beacon_miss_freq);
4353 PRINTF("value = %u, freq = %u\r\n", sub_evt->data_low_rssi, sub_evt->data_low_rssi_freq);
4358 PRINTF("value = %u, freq = %u\r\n", sub_evt->data_high_rssi, sub_evt->data_high_rssi_freq);
[all …]
Dwlan.c14519 int wlan_get_subscribe_event(wlan_ds_subscribe_evt *sub_evt) in wlan_get_subscribe_event() argument
14525 memcpy((t_u8 *)sub_evt, (t_u8 *)&msub_evt.evt_bitmap, sizeof(wlan_ds_subscribe_evt)); in wlan_get_subscribe_event()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h587 int wifi_subscribe_event_submit(mlan_private *pmpriv, mlan_ds_subscribe_evt *sub_evt);
590 int wifi_get_subscribe_event(mlan_private *pmpriv, mlan_ds_subscribe_evt *sub_evt);
Dmlan_main.h2634 int wlan_parse_getdata(HostCmd_DS_COMMAND *resp, mlan_ds_subscribe_evt *sub_evt);
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h6557 int wlan_get_subscribe_event(wlan_ds_subscribe_evt *sub_evt);