Home
last modified time | relevance | path

Searched refs:reason_code (Results 1 – 18 of 18) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/
Drtos_wpa_supp_if.c421 enum sta_connect_fail_reason_codes reason_code = STA_CONNECT_FAIL_REASON_UNSPECIFIED; in wifi_nxp_wpa_supp_event_proc_assoc_resp() local
444 reason_code = STA_CONNECT_FAIL_REASON_ASSOC_NO_RESP_RECEIVED; in wifi_nxp_wpa_supp_event_proc_assoc_resp()
465 event.assoc_reject.reason_code = reason_code; in wifi_nxp_wpa_supp_event_proc_assoc_resp()
528 event.deauth_info.reason_code = le_to_host16(WLAN_REASON_DEAUTH_LEAVING); in wifi_nxp_wpa_supp_event_proc_deauth()
535 …wifi_event_completion(WIFI_EVENT_DEAUTHENTICATION, le_to_host16(mgmt->u.deauth.reason_code), NULL); in wifi_nxp_wpa_supp_event_proc_deauth()
569 event.disassoc_info.reason_code = le_to_host16(mgmt->u.disassoc.reason_code); in wifi_nxp_wpa_supp_event_proc_disassoc()
1219 int wifi_nxp_wpa_supp_deauthenticate(void *if_priv, const char *addr, unsigned short reason_code) in wifi_nxp_wpa_supp_deauthenticate() argument
1239 status = wifi_nxp_deauthenticate(MLAN_BSS_TYPE_STA, (const unsigned char *)addr, reason_code); in wifi_nxp_wpa_supp_deauthenticate()
2066 event.unprot_deauth.reason_code = le_to_host16(mgmt->u.deauth.reason_code); in wifi_nxp_wpa_supp_event_proc_unprot_mgmt()
2069 event.unprot_disassoc.reason_code = le_to_host16(mgmt->u.deauth.reason_code); in wifi_nxp_wpa_supp_event_proc_unprot_mgmt()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c681 …)wlan_cmd_11n_addba_rspgen((mlan_private *)mlan_adap->priv[evt->bss_type], cmd, &evt->reason_code); in wrapper_wlan_cmd_11n_addba_rspgen()
687 …n_cmd_11n_uap_addba_rspgen((mlan_private *)mlan_adap->priv[evt->bss_type], cmd, &evt->reason_code); in wrapper_wlan_cmd_11n_addba_rspgen()
714 …eam_timeout(mlan_adap->priv[evt->bss_type], (HostCmd_DS_11N_BATIMEOUT *)(void *)&evt->reason_code); in wrapper_wlan_cmd_11n_ba_stream_timeout()
729 …lan_11n_delete_bastream((mlan_private *)mlan_adap->priv[evt->bss_type], (t_u8 *)&evt->reason_code); in wrapper_wlan_cmd_11n_delba_rspgen()
5210 int tlv_buf_left = evt->length - MLAN_FIELD_OFFSET(Event_Ext_t, reason_code); in wifi_handle_event_data_pause()
5211 MrvlIEtypesHeader_t *tlv = (MrvlIEtypesHeader_t *)&evt->reason_code; in wifi_handle_event_data_pause()
5254 tx_status = (tx_status_event *)(void *)&evt->reason_code; in wifi_handle_event_tx_status_report()
5270 if (evt->length >= sizeof(tx_status_event) + MLAN_FIELD_OFFSET(Event_Ext_t, reason_code)) in wifi_handle_event_tx_status_report()
5272 tx_status = (tx_status_event *)(void *)&evt->reason_code; in wifi_handle_event_tx_status_report()
5311 t_u16 reason_code = 0; in wifi_handle_blocked_sta_report() local
[all …]
Dwifi-internal.h253 uint16_t reason_code;
463 void wifi_nxp_uap_disconnect(mlan_private *priv, t_u16 reason_code, t_u8 *mac);
Dmlan_11n_rxreorder.c831 pdel_ba->reason_code = wlan_cpu_to_le16(pdel_ba->reason_code); in wlan_cmd_11n_delba()
1330 delba.reason_code = REASON_CODE_STA_TIMEOUT; in wlan_11n_ba_stream_timeout()
Dwifi-uap.c1120 int wifi_sta_deauth(uint8_t *mac_addr, uint16_t reason_code) in wifi_sta_deauth() argument
1131 deauth.reason_code = reason_code; in wifi_sta_deauth()
4389 data_buf.reason_code = WLAN_REASON_UNSPECIFIED; in wifi_uap_sta_remove()
4654 void wifi_nxp_uap_disconnect(mlan_private *priv, t_u16 reason_code, t_u8 *mac) in wifi_nxp_uap_disconnect() argument
4671 reason = wlan_cpu_to_le16(reason_code); in wifi_nxp_uap_disconnect()
Dmlan_11n.c1671 pdel_ba->reason_code = wlan_le16_to_cpu(pdel_ba->reason_code); in wlan_11n_delete_bastream()
Dmlan_sta_cmd.c806 pdeauth->reason_code = wlan_cpu_to_le16(REASON_CODE_PEER_STA_LEAVING); in wlan_cmd_802_11_deauthenticate()
812 pdeauth->reason_code = wlan_cpu_to_le16(REASON_CODE_STA_LEAVING); in wlan_cmd_802_11_deauthenticate()
Dmlan_api.c129 int wifi_nxp_deauthenticate(unsigned int bss_type, const uint8_t *bssid, uint16_t reason_code) in wifi_nxp_deauthenticate() argument
158 pdeauth->reason_code = wlan_cpu_to_le16(REASON_CODE_PEER_STA_LEAVING); in wifi_nxp_deauthenticate()
162 pdeauth->reason_code = wlan_cpu_to_le16(reason_code); in wifi_nxp_deauthenticate()
Dwifi.c2771 mgmt->u.deauth_req.reason_code = WLAN_REASON_DEAUTH_LEAVING; in wpa_supp_handle_link_lost()
2968 MAC2STR(pieee_pkt_hdr->addr2), mgmt->u.deauth_req.reason_code); in wlan_process_802dot11_mgmt_pkt2()
Dmlan_uap_cmdevent.c682 pcmd_sta_deauth->reason = wlan_cpu_to_le16(deauth->reason_code); in wlan_uap_cmd_sta_deauth()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/incl/
Drtos_wpa_supp_if.h61 int wifi_nxp_wpa_supp_deauthenticate(void *if_priv, const char *addr, unsigned short reason_code);
Dwifi_nxp_internal.h382 unsigned short reason_code;
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi.h148 int reason_code; member
593 int wifi_sta_deauth(uint8_t *mac_addr, uint16_t reason_code);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h290 int wifi_nxp_deauthenticate(unsigned int bss_type, const uint8_t *bssid, uint16_t reason_code);
Dmlan_fw.h1921 t_u16 reason_code;
3627 t_u16 reason_code;
4752 t_u16 reason_code;
Dmlan_ieee.h353 t_u16 reason_code;
Dmlan_ioctl.h1103 t_u16 reason_code; member
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c5185 disassoc_resp.reason_code = 0; in wpa_supplicant_msg_cb()
5997 if(!(disassoc_resp->reason_code & MBIT(14))) in uap_state_machine()
15849 t_u16 reason_code = WLAN_REASON_CODE_PREV_AUTH_NOT_VALID; in wlan_uap_disconnect_sta() local
15857 ret = wifi_sta_deauth(sta_addr, reason_code); in wlan_uap_disconnect_sta()