| /Linux-v5.15/net/mac80211/ |
| D | agg-rx.c | 359 status = WLAN_STATUS_SUCCESS; in ___ieee80211_start_rx_ba_session() 382 status = WLAN_STATUS_SUCCESS; in ___ieee80211_start_rx_ba_session() 437 status = WLAN_STATUS_SUCCESS; in ___ieee80211_start_rx_ba_session() 448 if (status == WLAN_STATUS_SUCCESS) { in ___ieee80211_start_rx_ba_session()
|
| D | agg-tx.c | 998 == WLAN_STATUS_SUCCESS && buf_size) { in ieee80211_process_addba_resp()
|
| D | mlme.c | 2973 if (status_code != WLAN_STATUS_SUCCESS) { in ieee80211_rx_mgmt_auth() 3719 if (status_code != WLAN_STATUS_SUCCESS) { in ieee80211_rx_mgmt_assoc_resp()
|
| /Linux-v5.15/net/wireless/ |
| D | sme.c | 365 } else if (status_code != WLAN_STATUS_SUCCESS) { in cfg80211_sme_rx_auth() 386 if (status == WLAN_STATUS_SUCCESS) { in cfg80211_sme_rx_assoc_resp() 702 if (cr->req_ie && cr->status == WLAN_STATUS_SUCCESS) { in __cfg80211_connect_result() 709 if (cr->resp_ie && cr->status == WLAN_STATUS_SUCCESS) { in __cfg80211_connect_result() 718 if (cr->bssid && cr->status == WLAN_STATUS_SUCCESS) { in __cfg80211_connect_result() 727 if (!cr->bss && (cr->status == WLAN_STATUS_SUCCESS)) { in __cfg80211_connect_result() 743 if (cr->status != WLAN_STATUS_SUCCESS) { in __cfg80211_connect_result()
|
| D | mlme.c | 70 __cfg80211_connect_result(dev, &cr, cr.status == WLAN_STATUS_SUCCESS); in cfg80211_rx_assoc_resp()
|
| D | util.c | 968 ev->cr.status == WLAN_STATUS_SUCCESS); in cfg80211_process_wdev_events()
|
| D | nl80211.c | 16450 (cr->status == WLAN_STATUS_SUCCESS && in nl80211_send_connect_result()
|
| /Linux-v5.15/drivers/net/wireless/quantenna/qtnfmac/ |
| D | event.c | 169 if (status != WLAN_STATUS_SUCCESS) in qtnf_event_handle_bss_join() 275 if (status == WLAN_STATUS_SUCCESS) in qtnf_event_handle_bss_join()
|
| /Linux-v5.15/drivers/net/wireless/intersil/hostap/ |
| D | hostap_ap.c | 677 if (status == WLAN_STATUS_SUCCESS && in hostap_ap_tx_cb_auth() 683 } else if (status != WLAN_STATUS_SUCCESS) in hostap_ap_tx_cb_auth() 744 if (status == WLAN_STATUS_SUCCESS) { in hostap_ap_tx_cb_assoc() 1294 u16 resp = WLAN_STATUS_SUCCESS; in handle_authen() 1466 if (resp == WLAN_STATUS_SUCCESS && sta != NULL && in handle_authen() 1504 u16 resp = WLAN_STATUS_SUCCESS; in handle_assoc() 1684 if (resp == WLAN_STATUS_SUCCESS) { in handle_assoc()
|
| /Linux-v5.15/drivers/net/wireless/ath/wil6210/ |
| D | rx_reorder.c | 354 WLAN_STATUS_SUCCESS, agg_amsdu, in wil_addba_rx_request()
|
| D | wmi.c | 1070 WLAN_STATUS_SUCCESS, GFP_KERNEL, in wmi_evt_connect()
|
| /Linux-v5.15/drivers/net/wireless/ |
| D | virt_wifi.c | 255 u16 status = WLAN_STATUS_SUCCESS; in virt_wifi_connect_complete()
|
| /Linux-v5.15/drivers/staging/wlan-ng/ |
| D | cfg80211.c | 635 WLAN_STATUS_UNSPECIFIED_FAILURE : WLAN_STATUS_SUCCESS; in prism2_connect_result()
|
| /Linux-v5.15/drivers/staging/rtl8723bs/core/ |
| D | rtw_mlme_ext.c | 841 issue_auth(padapter, pstat, (unsigned short)(WLAN_STATUS_SUCCESS)); in OnAuth() 954 unsigned short status = WLAN_STATUS_SUCCESS; in OnAssocReq() 1032 if (status != WLAN_STATUS_SUCCESS) in OnAssocReq() 1127 if (status != WLAN_STATUS_SUCCESS) in OnAssocReq() 1283 if (status != WLAN_STATUS_SUCCESS) in OnAssocReq() 1335 if (pstat && (pstat->state & WIFI_FW_ASSOC_SUCCESS) && (WLAN_STATUS_SUCCESS == status)) { in OnAssocReq() 2655 if (status != WLAN_STATUS_SUCCESS) in issue_auth()
|
| /Linux-v5.15/drivers/staging/r8188eu/include/ |
| D | ieee80211.h | 456 #define WLAN_STATUS_SUCCESS 0 macro
|
| /Linux-v5.15/drivers/net/wireless/microchip/wilc1000/ |
| D | cfg80211.c | 180 connect_status == WLAN_STATUS_SUCCESS) { in cfg_connect_result() 190 if (connect_status == WLAN_STATUS_SUCCESS) in cfg_connect_result()
|
| D | hif.c | 560 if (ret_conn_info->status == WLAN_STATUS_SUCCESS) { in wilc_parse_assoc_resp_info() 607 conn_info->status == WLAN_STATUS_SUCCESS) { in host_int_parse_assoc_resp_info()
|
| /Linux-v5.15/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211_softmac.c | 652 auth->status = cpu_to_le16(WLAN_STATUS_SUCCESS); in ieee80211_authentication_req() 1503 return WLAN_STATUS_SUCCESS; in auth_rq_parse()
|
| /Linux-v5.15/drivers/net/wireless/atmel/ |
| D | atmel.c | 3030 if (status == WLAN_STATUS_SUCCESS && !priv->wep_is_on) { in authenticate() 3043 if (status == WLAN_STATUS_SUCCESS && priv->wep_is_on) { in authenticate() 3128 if (status == WLAN_STATUS_SUCCESS) { in associate()
|
| /Linux-v5.15/drivers/staging/rtl8192e/ |
| D | rtllib_softmac.c | 806 auth->status = cpu_to_le16(WLAN_STATUS_SUCCESS); in rtllib_authentication_req() 1809 return WLAN_STATUS_SUCCESS; in auth_rq_parse()
|
| /Linux-v5.15/include/linux/ |
| D | ieee80211.h | 2658 WLAN_STATUS_SUCCESS = 0, enumerator
|
| /Linux-v5.15/drivers/staging/rtl8723bs/os_dep/ |
| D | ioctl_cfg80211.c | 484 , WLAN_STATUS_SUCCESS, GFP_ATOMIC); in rtw_cfg80211_indicate_connect()
|
| /Linux-v5.15/drivers/net/wireless/ath/ath6kl/ |
| D | cfg80211.c | 806 WLAN_STATUS_SUCCESS, GFP_KERNEL); in ath6kl_cfg80211_connect_event()
|
| /Linux-v5.15/drivers/net/wireless/marvell/mwifiex/ |
| D | cfg80211.c | 2390 0, NULL, 0, WLAN_STATUS_SUCCESS, in mwifiex_cfg80211_connect()
|
| /Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | cfg80211.c | 6036 conn_params.status = WLAN_STATUS_SUCCESS; in brcmf_bss_connect_done()
|