/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/ |
H A D | oid_mgt.c | 304 struct obj_mlme *mlme = data; in mgt_le_to_cpu() local 305 mlme->id = le16_to_cpu(mlme->id); in mgt_le_to_cpu() 306 mlme->state = le16_to_cpu(mlme->state); in mgt_le_to_cpu() 307 mlme->code = le16_to_cpu(mlme->code); in mgt_le_to_cpu() 311 struct obj_mlmeex *mlme = data; in mgt_le_to_cpu() local 312 mlme->id = le16_to_cpu(mlme in mgt_le_to_cpu() 373 struct obj_mlme *mlme = data; mgt_cpu_to_le() local 380 struct obj_mlmeex *mlme = data; mgt_cpu_to_le() local 830 struct obj_mlme *mlme = r->ptr; mgt_response_to_str() local 837 struct obj_mlmeex *mlme = r->ptr; mgt_response_to_str() local [all...] |
H A D | isl_ioctl.c | 128 u32 channel, authen, wep, filter, dot1x, mlme, conformance, power, mode; in prism54_mib_init() local 139 mlme = CARD_DEFAULT_MLME_MODE; in prism54_mib_init() 150 mgt_set(priv, DOT11_OID_MLMEAUTOLEVEL, &mlme); in prism54_mib_init() 1984 struct obj_mlme *mlme; in prism54_kick_all() local 1987 mlme = kmalloc(sizeof (struct obj_mlme), GFP_KERNEL); in prism54_kick_all() 1988 if (mlme == NULL) in prism54_kick_all() 1992 mlme->id = 0; in prism54_kick_all() 1994 mgt_set_request(netdev_priv(ndev), DOT11_OID_DISASSOCIATE, 0, mlme); in prism54_kick_all() 1995 kfree(mlme); in prism54_kick_all() 2004 struct obj_mlme *mlme; in prism54_kick_mac() local 2029 format_event(islpci_private *priv, char *dest, const char *str, const struct obj_mlme *mlme, u16 *length, int error) format_event() argument 2044 send_formatted_event(islpci_private *priv, const char *str, const struct obj_mlme *mlme, int error) send_formatted_event() argument 2244 handle_request(islpci_private *priv, struct obj_mlme *mlme, enum oid_num_t oid) handle_request() argument 2262 struct obj_mlme *mlme = (struct obj_mlme *) data; prism54_process_trap_helper() local 2504 u32 mlme, authen, dot1x, filter, wep; prism54_set_wpa() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme.c | 1767 struct mlme_priv *mlme = &adapter->mlmepriv; in rtw_mlme_reset_auto_scan_int() local 1772 mlme->auto_scan_int_ms = 0; in rtw_mlme_reset_auto_scan_int() 1774 mlme->auto_scan_int_ms = 60*1000; in rtw_mlme_reset_auto_scan_int() 1776 if (check_fwstate(mlme, WIFI_STATION_STATE) && check_fwstate(mlme, _FW_LINKED)) in rtw_mlme_reset_auto_scan_int() 1777 mlme->auto_scan_int_ms = mlme->roam_scan_int_ms; in rtw_mlme_reset_auto_scan_int() 1779 mlme->auto_scan_int_ms = 0; /* disabled */ in rtw_mlme_reset_auto_scan_int() 1881 static int rtw_check_roaming_candidate(struct mlme_priv *mlme in rtw_check_roaming_candidate() 1885 struct adapter *adapter = container_of(mlme, struc in rtw_check_roaming_candidate() 1926 rtw_select_roaming_candidate(struct mlme_priv *mlme) rtw_select_roaming_candidate() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme.c | 1594 struct mlme_priv *mlme = &adapter->mlmepriv; in rtw_mlme_reset_auto_scan_int() local 1599 mlme->auto_scan_int_ms = 0; in rtw_mlme_reset_auto_scan_int() 1601 mlme->auto_scan_int_ms = 60*1000; in rtw_mlme_reset_auto_scan_int() 1603 if (check_fwstate(mlme, WIFI_STATION_STATE) && check_fwstate(mlme, _FW_LINKED)) in rtw_mlme_reset_auto_scan_int() 1604 mlme->auto_scan_int_ms = mlme->roam_scan_int_ms; in rtw_mlme_reset_auto_scan_int() 1606 mlme->auto_scan_int_ms = 0; /* disabled */ in rtw_mlme_reset_auto_scan_int() 1698 static int rtw_check_roaming_candidate(struct mlme_priv *mlme in rtw_check_roaming_candidate() 1702 struct adapter *adapter = container_of(mlme, struc in rtw_check_roaming_candidate() 1734 rtw_select_roaming_candidate(struct mlme_priv *mlme) rtw_select_roaming_candidate() argument [all...] |
/kernel/linux/linux-5.10/net/wireless/ |
H A D | wext-sme.c | 367 struct iw_mlme *mlme = (struct iw_mlme *)extra; in cfg80211_wext_siwmlme() local 379 if (mlme->addr.sa_family != ARPHRD_ETHER) in cfg80211_wext_siwmlme() 383 switch (mlme->cmd) { in cfg80211_wext_siwmlme() 386 err = cfg80211_disconnect(rdev, dev, mlme->reason_code, true); in cfg80211_wext_siwmlme()
|
H A D | Makefile | 14 cfg80211-y += mlme.o ibss.o sme.o chan.o ethtool.o mesh.o ap.o trace.o ocb.o
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | wext-sme.c | 383 struct iw_mlme *mlme = (struct iw_mlme *)extra; in cfg80211_wext_siwmlme() local 395 if (mlme->addr.sa_family != ARPHRD_ETHER) in cfg80211_wext_siwmlme() 400 switch (mlme->cmd) { in cfg80211_wext_siwmlme() 403 err = cfg80211_disconnect(rdev, dev, mlme->reason_code, true); in cfg80211_wext_siwmlme()
|
H A D | Makefile | 14 cfg80211-y += mlme.o ibss.o sme.o chan.o ethtool.o mesh.o ap.o trace.o ocb.o
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | Makefile | 34 trace.o mlme.o \
|
H A D | mlme.c | 2731 .u.mlme.data = tx ? DEAUTH_TX_EVENT : DEAUTH_RX_EVENT, in ieee80211_report_disconnect() 2732 .u.mlme.reason = reason, in ieee80211_report_disconnect() 2964 .u.mlme.data = AUTH_EVENT, in ieee80211_rx_mgmt_auth() 3017 event.u.mlme.status = MLME_DENIED; in ieee80211_rx_mgmt_auth() 3018 event.u.mlme.reason = status_code; in ieee80211_rx_mgmt_auth() 3045 event.u.mlme.status = MLME_SUCCESS; in ieee80211_rx_mgmt_auth() 3671 .u.mlme.data = ASSOC_EVENT, in ieee80211_rx_mgmt_assoc_resp() 3734 event.u.mlme.status = MLME_DENIED; in ieee80211_rx_mgmt_assoc_resp() 3735 event.u.mlme.reason = status_code; in ieee80211_rx_mgmt_assoc_resp() 3744 event.u.mlme in ieee80211_rx_mgmt_assoc_resp() [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | Makefile | 35 trace.o mlme.o \
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | ieee80211.h | 86 } mlme; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | ieee80211.h | 86 } mlme; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 5881 const struct ieee80211_mlme_event *mlme) in iwl_mvm_event_mlme_callback_ini() 5883 if ((mlme->data == ASSOC_EVENT || mlme->data == AUTH_EVENT) && in iwl_mvm_event_mlme_callback_ini() 5884 (mlme->status == MLME_DENIED || mlme->status == MLME_TIMEOUT)) { in iwl_mvm_event_mlme_callback_ini() 5891 if (mlme->data == DEAUTH_RX_EVENT || mlme->data == DEAUTH_TX_EVENT) { in iwl_mvm_event_mlme_callback_ini() 5914 iwl_mvm_event_mlme_callback_ini(mvm, vif, &event->u.mlme); in iwl_mvm_event_mlme_callback() 5925 if (event->u.mlme.data == ASSOC_EVENT) { in iwl_mvm_event_mlme_callback() 5926 if (event->u.mlme in iwl_mvm_event_mlme_callback() 5879 iwl_mvm_event_mlme_callback_ini(struct iwl_mvm *mvm, struct ieee80211_vif *vif, const struct ieee80211_mlme_event *mlme) iwl_mvm_event_mlme_callback_ini() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_wx.c | 673 struct iw_mlme *mlme = (struct iw_mlme *) extra; in rtllib_wx_set_mlme() local 680 switch (mlme->cmd) { in rtllib_wx_set_mlme() 692 SendDisassociation(ieee, deauth, mlme->reason_code); in rtllib_wx_set_mlme()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A D | rtllib_wx.c | 620 struct iw_mlme *mlme = (struct iw_mlme *)extra; in rtllib_wx_set_mlme() local 627 switch (mlme->cmd) { in rtllib_wx_set_mlme() 639 SendDisassociation(ieee, deauth, mlme->reason_code); in rtllib_wx_set_mlme()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.c | 1072 struct iw_mlme *mlme = (struct iw_mlme *)extra; in orinoco_ioctl_set_mlme() local 1079 switch (mlme->cmd) { in orinoco_ioctl_set_mlme() 1086 ret = orinoco_hw_disassociate(priv, mlme->addr.sa_data, in orinoco_ioctl_set_mlme() 1087 mlme->reason_code); in orinoco_ioctl_set_mlme()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.c | 1086 struct iw_mlme *mlme = (struct iw_mlme *)extra; in orinoco_ioctl_set_mlme() local 1093 switch (mlme->cmd) { in orinoco_ioctl_set_mlme() 1100 ret = orinoco_hw_disassociate(priv, mlme->addr.sa_data, in orinoco_ioctl_set_mlme() 1101 mlme->reason_code); in orinoco_ioctl_set_mlme()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 5074 if (event->u.mlme.data == ASSOC_EVENT) { in iwl_mvm_event_mlme_callback() 5075 if (event->u.mlme.status == MLME_DENIED) in iwl_mvm_event_mlme_callback() 5078 event->u.mlme.reason); in iwl_mvm_event_mlme_callback() 5079 else if (event->u.mlme.status == MLME_TIMEOUT) in iwl_mvm_event_mlme_callback() 5082 } else if (event->u.mlme.data == AUTH_EVENT) { in iwl_mvm_event_mlme_callback() 5083 if (event->u.mlme.status == MLME_DENIED) in iwl_mvm_event_mlme_callback() 5086 event->u.mlme.reason); in iwl_mvm_event_mlme_callback() 5087 else if (event->u.mlme.status == MLME_TIMEOUT) in iwl_mvm_event_mlme_callback() 5090 } else if (event->u.mlme.data == DEAUTH_RX_EVENT) { in iwl_mvm_event_mlme_callback() 5092 "DEAUTH RX %d", event->u.mlme in iwl_mvm_event_mlme_callback() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_common.h | 401 } mlme; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_common.h | 401 } mlme; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
H A D | ioctl_linux.c | 1030 struct iw_mlme *mlme = (struct iw_mlme *)extra; in rtw_wx_set_mlme() local 1032 if (!mlme) in rtw_wx_set_mlme() 1037 reason = mlme->reason_code; in rtw_wx_set_mlme() 1039 DBG_88E("%s, cmd =%d, reason =%d\n", __func__, mlme->cmd, reason); in rtw_wx_set_mlme() 1041 switch (mlme->cmd) { in rtw_wx_set_mlme() 2034 ret = wpa_mlme(dev, param->u.mlme.command, param->u.mlme.reason_code); in wpa_supplicant_ioctl() 2765 rtw_set_macaddr_acl(padapter, param->u.mlme.command); in rtw_ioctl_set_macaddr_acl()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_linux.c | 496 ret = wpa_mlme(dev, param->u.mlme.command, param->u.mlme.reason_code); in wpa_supplicant_ioctl() 1152 rtw_set_macaddr_acl(padapter, param->u.mlme.command); in rtw_ioctl_set_macaddr_acl()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_wx.c | 713 struct iw_mlme *mlme = (struct iw_mlme *)extra; in ieee80211_wx_set_mlme() local 714 switch (mlme->cmd) { in ieee80211_wx_set_mlme()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_wx.c | 713 struct iw_mlme *mlme = (struct iw_mlme *)extra; in ieee80211_wx_set_mlme() local 714 switch (mlme->cmd) { in ieee80211_wx_set_mlme()
|