Home
last modified time | relevance | path

Searched refs:assoc_info (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.h40 u8 assoc_resp_len, u8 *assoc_info);
44 u8 *assoc_info, u16 proto_reason);
H A Dmain.c425 u8 assoc_req_len, u8 *assoc_info, u8 apsd_info) in ath6kl_connect_ap_mode_sta() argument
438 (struct ieee80211_mgmt *) assoc_info; in ath6kl_connect_ap_mode_sta()
443 ies_len = assoc_info + assoc_req_len - ies; in ath6kl_connect_ap_mode_sta()
448 ies_len = assoc_info + assoc_req_len - ies; in ath6kl_connect_ap_mode_sta()
632 u8 *assoc_info) in ath6kl_connect_event() argument
640 assoc_info); in ath6kl_connect_event()
969 u8 assoc_resp_len, u8 *assoc_info, in ath6kl_disconnect_event() argument
1025 assoc_resp_len, assoc_info, in ath6kl_disconnect_event()
H A Dcore.h942 u8 assoc_resp_len, u8 *assoc_info);
946 u8 assoc_req_len, u8 *assoc_info, u8 apsd_info);
949 u8 *assoc_info, u16 prot_reason_status);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iapsta.c236 wlcfg_assoc_info_t assoc_info; member
995 cur_if->assoc_info.reassoc = 0; in wl_ext_connect_timeout()
2727 wlcfg_assoc_info_t *assoc_info; in wl_ext_update_assoc_info() local
2732 assoc_info = &cur_if->assoc_info; in wl_ext_update_assoc_info()
2733 assoc_info->reassoc = reassoc; in wl_ext_update_assoc_info()
2734 assoc_info->bssid_hint = false; in wl_ext_update_assoc_info()
2736 assoc_info->chan_cnt = 0; in wl_ext_update_assoc_info()
2737 assoc_info->chanspecs[0] = 0; in wl_ext_update_assoc_info()
2738 memcpy(&assoc_info->bssid, &ether_bcast, ETHER_ADDR_LEN); in wl_ext_update_assoc_info()
2740 assoc_info->chanspecs[0] = wl_ext_get_chanspec(dev, &chan_info); in wl_ext_update_assoc_info()
[all …]
H A Dwl_cfg80211.c6257 struct net_device *dev, wlcfg_assoc_info_t *assoc_info) in wl_handle_join() argument
6265 assoc_info->chan_cnt * sizeof(chanspec_t); in wl_handle_join()
6269 assoc_info->chan_cnt * sizeof(chanspec_t); in wl_handle_join()
6284 assoc_info); in wl_handle_join()
6291 wl_ext_iapsta_update_channel(dev, assoc_info->chanspecs[0]); in wl_handle_join()
6294 wl_conn_debug_info(cfg, dev, assoc_info); in wl_handle_join()
6296 cfg->ioctl_buf, WLC_IOCTL_MAXLEN, assoc_info->bssidx, &cfg->ioctl_buf_sync); in wl_handle_join()
6367 wlcfg_assoc_info_t assoc_info; in wl_cfg80211_connect() local
6375 bzero(&assoc_info, sizeof(wlcfg_assoc_info_t)); in wl_cfg80211_connect()
6376 if ((assoc_info.bssidx = wl_get_bssidx_by_wdev(cfg, dev->ieee80211_ptr)) < 0) { in wl_cfg80211_connect()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_security.h122 u8 assoc_info[600]; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_security.h144 u8 assoc_info[600]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_sta_cfg80211.c2496 mlan_ds_assoc_info *assoc_info) in woal_host_mlme_process_assoc_resp() argument
2518 if (assoc_info->assoc_resp_len) { in woal_host_mlme_process_assoc_resp()
2522 assoc_info->assoc_resp_len, in woal_host_mlme_process_assoc_resp()
2524 assoc_info->assoc_resp_buf) in woal_host_mlme_process_assoc_resp()
2528 assoc_info->assoc_resp_buf) in woal_host_mlme_process_assoc_resp()
2532 assoc_info->assoc_resp_buf) in woal_host_mlme_process_assoc_resp()
2538 *)assoc_info in woal_host_mlme_process_assoc_resp()
2554 if (assoc_info->assoc_req_len) in woal_host_mlme_process_assoc_resp()
2556 assoc_info in woal_host_mlme_process_assoc_resp()
2561 resp.buf = assoc_info->assoc_resp_buf; in woal_host_mlme_process_assoc_resp()
[all …]
H A Dmoal_cfg80211.h109 mlan_ds_assoc_info *assoc_info);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iapsta.c206 wlcfg_assoc_info_t assoc_info; member
908 cur_if->assoc_info.reassoc = 0; in wl_ext_connect_timeout()
2531 if (cur_if->assoc_info.reassoc) { in wl_ext_connect_retry()
2533 wl_handle_reassoc(cfg, dev, &cur_if->assoc_info); in wl_ext_connect_retry()
2539 wl_handle_join(cfg, dev, &cur_if->assoc_info); in wl_ext_connect_retry()
2556 wlcfg_assoc_info_t *assoc_info = (wlcfg_assoc_info_t *)context; in wl_ext_set_connect_retry() local
2566 memset(&cur_if->assoc_info, 0, sizeof(wlcfg_assoc_info_t)); in wl_ext_set_connect_retry()
2568 if (!(wpa_auth & (WPA3_AUTH_SAE_PSK|0x20) && assoc_info)) { in wl_ext_set_connect_retry()
2569 memcpy(&cur_if->bssid, assoc_info->bssid, ETHER_ADDR_LEN); in wl_ext_set_connect_retry()
2570 memcpy(&cur_if->assoc_info, assoc_info, sizeof(wlcfg_assoc_info_t)); in wl_ext_set_connect_retry()
[all …]
H A Dwl_cfg80211.c6243 struct net_device *dev, wlcfg_assoc_info_t *assoc_info) in wl_handle_join() argument
6251 assoc_info->chan_cnt * sizeof(chanspec_t); in wl_handle_join()
6255 assoc_info->chan_cnt * sizeof(chanspec_t); in wl_handle_join()
6270 assoc_info); in wl_handle_join()
6277 wl_ext_iapsta_update_channel(dev, assoc_info->chanspecs[0]); in wl_handle_join()
6280 wl_conn_debug_info(cfg, dev, assoc_info); in wl_handle_join()
6282 cfg->ioctl_buf, WLC_IOCTL_MAXLEN, assoc_info->bssidx, &cfg->ioctl_buf_sync); in wl_handle_join()
6353 wlcfg_assoc_info_t assoc_info; in wl_cfg80211_connect() local
6361 bzero(&assoc_info, sizeof(wlcfg_assoc_info_t)); in wl_cfg80211_connect()
6362 if ((assoc_info.bssidx = wl_get_bssidx_by_wdev(cfg, dev->ieee80211_ptr)) < 0) { in wl_cfg80211_connect()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_security.h214 u8 assoc_info[600]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_security.h213 u8 assoc_info[600]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_security.h216 u8 assoc_info[600]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_security.h216 u8 assoc_info[600]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_security.h214 u8 assoc_info[600]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_security.h216 u8 assoc_info[600]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_security.h213 u8 assoc_info[600]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_security.h216 u8 assoc_info[600]; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_security.h158 u8 assoc_info[600]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_security.h196 u8 assoc_info[600]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_security.h191 u8 assoc_info[600]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_security.h191 u8 assoc_info[600]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_security.h195 u8 assoc_info[600]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_security.h198 u8 assoc_info[600]; member

12