Release 4.11 drivers/staging/wilc1000/host_interface.c
#include <linux/slab.h>
#include <linux/time.h>
#include <linux/kthread.h>
#include <linux/delay.h>
#include <linux/completion.h>
#include <linux/list.h>
#include <linux/workqueue.h>
#include "host_interface.h"
#include <linux/spinlock.h>
#include <linux/errno.h>
#include "coreconfigurator.h"
#include "wilc_wlan.h"
#include "wilc_wlan_if.h"
#include <linux/etherdevice.h>
#include "wilc_wfi_netdevice.h"
#define HOST_IF_MSG_SCAN 0
#define HOST_IF_MSG_CONNECT 1
#define HOST_IF_MSG_RCVD_GNRL_ASYNC_INFO 2
#define HOST_IF_MSG_KEY 3
#define HOST_IF_MSG_RCVD_NTWRK_INFO 4
#define HOST_IF_MSG_RCVD_SCAN_COMPLETE 5
#define HOST_IF_MSG_CFG_PARAMS 6
#define HOST_IF_MSG_SET_CHANNEL 7
#define HOST_IF_MSG_DISCONNECT 8
#define HOST_IF_MSG_GET_RSSI 9
#define HOST_IF_MSG_ADD_BEACON 11
#define HOST_IF_MSG_DEL_BEACON 12
#define HOST_IF_MSG_ADD_STATION 13
#define HOST_IF_MSG_DEL_STATION 14
#define HOST_IF_MSG_EDIT_STATION 15
#define HOST_IF_MSG_SCAN_TIMER_FIRED 16
#define HOST_IF_MSG_CONNECT_TIMER_FIRED 17
#define HOST_IF_MSG_POWER_MGMT 18
#define HOST_IF_MSG_GET_INACTIVETIME 19
#define HOST_IF_MSG_REMAIN_ON_CHAN 20
#define HOST_IF_MSG_REGISTER_FRAME 21
#define HOST_IF_MSG_LISTEN_TIMER_FIRED 22
#define HOST_IF_MSG_SET_WFIDRV_HANDLER 24
#define HOST_IF_MSG_GET_MAC_ADDRESS 26
#define HOST_IF_MSG_SET_OPERATION_MODE 27
#define HOST_IF_MSG_SET_IPADDRESS 28
#define HOST_IF_MSG_GET_IPADDRESS 29
#define HOST_IF_MSG_GET_STATISTICS 31
#define HOST_IF_MSG_SET_MULTICAST_FILTER 32
#define HOST_IF_MSG_DEL_BA_SESSION 34
#define HOST_IF_MSG_DEL_ALL_STA 36
#define HOST_IF_MSG_SET_TX_POWER 38
#define HOST_IF_MSG_GET_TX_POWER 39
#define HOST_IF_MSG_EXIT 100
#define HOST_IF_SCAN_TIMEOUT 4000
#define HOST_IF_CONNECT_TIMEOUT 9500
#define BA_SESSION_DEFAULT_BUFFER_SIZE 16
#define BA_SESSION_DEFAULT_TIMEOUT 1000
#define BLOCK_ACK_REQ_SIZE 0x14
#define FALSE_FRMWR_CHANNEL 100
#define TCP_ACK_FILTER_LINK_SPEED_THRESH 54
#define DEFAULT_LINK_SPEED 72
struct host_if_wpa_attr {
u8 *key;
const u8 *mac_addr;
u8 *seq;
u8 seq_len;
u8 index;
u8 key_len;
u8 mode;
};
struct host_if_wep_attr {
u8 *key;
u8 key_len;
u8 index;
u8 mode;
enum AUTHTYPE auth_type;
};
union host_if_key_attr {
struct host_if_wep_attr wep;
struct host_if_wpa_attr wpa;
struct host_if_pmkid_attr pmkid;
};
struct key_attr {
enum KEY_TYPE type;
u8 action;
union host_if_key_attr attr;
};
struct scan_attr {
u8 src;
u8 type;
u8 *ch_freq_list;
u8 ch_list_len;
u8 *ies;
size_t ies_len;
wilc_scan_result result;
void *arg;
struct hidden_network hidden_network;
};
struct connect_attr {
u8 *bssid;
u8 *ssid;
size_t ssid_len;
u8 *ies;
size_t ies_len;
u8 security;
wilc_connect_result result;
void *arg;
enum AUTHTYPE auth_type;
u8 ch;
void *params;
};
struct rcvd_async_info {
u8 *buffer;
u32 len;
};
struct channel_attr {
u8 set_ch;
};
struct beacon_attr {
u32 interval;
u32 dtim_period;
u32 head_len;
u8 *head;
u32 tail_len;
u8 *tail;
};
struct set_multicast {
bool enabled;
u32 cnt;
};
struct del_all_sta {
u8 del_all_sta[MAX_NUM_STA][ETH_ALEN];
u8 assoc_sta;
};
struct del_sta {
u8 mac_addr[ETH_ALEN];
};
struct power_mgmt_param {
bool enabled;
u32 timeout;
};
struct set_ip_addr {
u8 *ip_addr;
u8 idx;
};
struct sta_inactive_t {
u8 mac[6];
};
struct tx_power {
u8 tx_pwr;
};
union message_body {
struct scan_attr scan_info;
struct connect_attr con_info;
struct rcvd_net_info net_info;
struct rcvd_async_info async_info;
struct key_attr key_info;
struct cfg_param_attr cfg_info;
struct channel_attr channel_info;
struct beacon_attr beacon_info;
struct add_sta_param add_sta_info;
struct del_sta del_sta_info;
struct add_sta_param edit_sta_info;
struct power_mgmt_param pwr_mgmt_info;
struct sta_inactive_t mac_info;
struct set_ip_addr ip_info;
struct drv_handler drv;
struct set_multicast multicast_info;
struct op_mode mode;
struct get_mac_addr get_mac_info;
struct ba_session_info session_info;
struct remain_ch remain_on_ch;
struct reg_frame reg_frame;
char *data;
struct del_all_sta del_all_sta_info;
struct tx_power tx_power;
};
struct host_if_msg {
u16 id;
union message_body body;
struct wilc_vif *vif;
struct work_struct work;
};
struct join_bss_param {
BSSTYPE_T bss_type;
u8 dtim_period;
u16 beacon_period;
u16 cap_info;
u8 bssid[6];
char ssid[MAX_SSID_LEN];
u8 ssid_len;
u8 supp_rates[MAX_RATES_SUPPORTED + 1];
u8 ht_capable;
u8 wmm_cap;
u8 uapsd_cap;
bool rsn_found;
u8 rsn_grp_policy;
u8 mode_802_11i;
u8 rsn_pcip_policy[3];
u8 rsn_auth_policy[3];
u8 rsn_cap[2];
u32 tsf;
u8 noa_enabled;
u8 opp_enabled;
u8 ct_window;
u8 cnt;
u8 idx;
u8 duration[4];
u8 interval[4];
u8 start_time[4];
};
static struct host_if_drv *terminated_handle;
bool wilc_optaining_ip;
static u8 P2P_LISTEN_STATE;
static struct workqueue_struct *hif_workqueue;
static struct completion hif_thread_comp;
static struct completion hif_driver_comp;
static struct completion hif_wait_response;
static struct mutex hif_deinit_lock;
static struct timer_list periodic_rssi;
u8 wilc_multicast_mac_addr_list[WILC_MULTICAST_TABLE_SIZE][ETH_ALEN];
static u8 rcv_assoc_resp[MAX_ASSOC_RESP_FRAME_SIZE];
static bool scan_while_connected;
static s8 rssi;
static u8 set_ip[2][4];
static u8 get_ip[2][4];
static u32 inactive_time;
static u8 del_beacon;
static u32 clients_count;
static u8 *join_req;
static u8 *info_element;
static u8 mode_11i;
static u8 auth_type;
static u32 join_req_size;
static u32 info_element_size;
static struct wilc_vif *join_req_vif;
#define REAL_JOIN_REQ 0
#define FLUSHED_JOIN_REQ 1
#define FLUSHED_BYTE_POS 79
static void *host_int_ParseJoinBssParam(struct network_info *ptstrNetworkInfo);
static int host_int_get_ipaddress(struct wilc_vif *vif, u8 *ip_addr, u8 idx);
static s32 Handle_ScanDone(struct wilc_vif *vif, enum scan_event enuEvent);
static void host_if_work(struct work_struct *work);
/*!
* @author syounan
* @date 1 Sep 2010
* @note copied from FLO glue implementatuion
* @version 1.0
*/
static int wilc_enqueue_cmd(struct host_if_msg *msg)
{
struct host_if_msg *new_msg;
new_msg = kmemdup(msg, sizeof(*new_msg), GFP_ATOMIC);
if (!new_msg)
return -ENOMEM;
INIT_WORK(&new_msg->work, host_if_work);
queue_work(hif_workqueue, &new_msg->work);
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Binoy Jayan | 63 | 100.00% | 3 | 100.00% |
Total | 63 | 100.00% | 3 | 100.00% |
/* The u8IfIdx starts from 0 to NUM_CONCURRENT_IFC -1, but 0 index used as
* special purpose in wilc device, so we add 1 to the index to starts from 1.
* As a result, the returned index will be 1 to NUM_CONCURRENT_IFC.
*/
int wilc_get_vif_idx(struct wilc_vif *vif)
{
return vif->idx + 1;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Glen Lee | 14 | 82.35% | 1 | 25.00% |
Leo Kim | 2 | 11.76% | 2 | 50.00% |
Johnny Kim | 1 | 5.88% | 1 | 25.00% |
Total | 17 | 100.00% | 4 | 100.00% |
/* We need to minus 1 from idx which is from wilc device to get real index
* of wilc->vif[], because we add 1 when pass to wilc device in the function
* wilc_get_vif_idx.
* As a result, the index should be between 0 and NUM_CONCURRENT_IFC -1.
*/
static struct wilc_vif *wilc_get_vif_from_idx(struct wilc *wilc, int idx)
{
int index = idx - 1;
if (index < 0 || index >= NUM_CONCURRENT_IFC)
return NULL;
return wilc->vif[index];
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Glen Lee | 26 | 59.09% | 1 | 33.33% |
Johnny Kim | 17 | 38.64% | 1 | 33.33% |
Dan Carpenter | 1 | 2.27% | 1 | 33.33% |
Total | 44 | 100.00% | 3 | 100.00% |
static void handle_set_channel(struct wilc_vif *vif,
struct channel_attr *hif_set_ch)
{
int ret = 0;
struct wid wid;
wid.id = (u16)WID_CURRENT_CHANNEL;
wid.type = WID_CHAR;
wid.val = (char *)&hif_set_ch->set_ch;
wid.size = sizeof(char);
ret = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (ret)
netdev_err(vif->ndev, "Failed to set channel\n");
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 54 | 57.45% | 2 | 7.69% |
Leo Kim | 18 | 19.15% | 11 | 42.31% |
Chaehyun Lim | 11 | 11.70% | 5 | 19.23% |
Glen Lee | 6 | 6.38% | 4 | 15.38% |
Tony Cho | 2 | 2.13% | 2 | 7.69% |
Dean Lee | 2 | 2.13% | 1 | 3.85% |
Arnd Bergmann | 1 | 1.06% | 1 | 3.85% |
Total | 94 | 100.00% | 26 | 100.00% |
static void handle_set_wfi_drv_handler(struct wilc_vif *vif,
struct drv_handler *hif_drv_handler)
{
int ret = 0;
struct wid wid;
wid.id = (u16)WID_SET_DRV_HANDLER;
wid.type = WID_STR;
wid.val = (s8 *)hif_drv_handler;
wid.size = sizeof(*hif_drv_handler);
ret = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
hif_drv_handler->handler);
if (!hif_drv_handler->handler)
complete(&hif_driver_comp);
if (ret)
netdev_err(vif->ndev, "Failed to set driver handler\n");
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 57 | 54.81% | 3 | 10.71% |
Leo Kim | 19 | 18.27% | 11 | 39.29% |
Glen Lee | 10 | 9.62% | 4 | 14.29% |
Chaehyun Lim | 9 | 8.65% | 6 | 21.43% |
Chris Park | 5 | 4.81% | 1 | 3.57% |
Tony Cho | 3 | 2.88% | 2 | 7.14% |
Arnd Bergmann | 1 | 0.96% | 1 | 3.57% |
Total | 104 | 100.00% | 28 | 100.00% |
static void handle_set_operation_mode(struct wilc_vif *vif,
struct op_mode *hif_op_mode)
{
int ret = 0;
struct wid wid;
wid.id = (u16)WID_SET_OPERATION_MODE;
wid.type = WID_INT;
wid.val = (s8 *)&hif_op_mode->mode;
wid.size = sizeof(u32);
ret = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if ((hif_op_mode->mode) == IDLE_MODE)
complete(&hif_driver_comp);
if (ret)
netdev_err(vif->ndev, "Failed to set driver handler\n");
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 66 | 60.00% | 3 | 10.71% |
Leo Kim | 20 | 18.18% | 11 | 39.29% |
Chaehyun Lim | 10 | 9.09% | 7 | 25.00% |
Glen Lee | 6 | 5.45% | 4 | 14.29% |
Chris Park | 5 | 4.55% | 1 | 3.57% |
Tony Cho | 2 | 1.82% | 1 | 3.57% |
Arnd Bergmann | 1 | 0.91% | 1 | 3.57% |
Total | 110 | 100.00% | 28 | 100.00% |
static void handle_set_ip_address(struct wilc_vif *vif, u8 *ip_addr, u8 idx)
{
int ret = 0;
struct wid wid;
char firmware_ip_addr[4] = {0};
if (ip_addr[0] < 192)
ip_addr[0] = 0;
memcpy(set_ip[idx], ip_addr, IP_ALEN);
wid.id = (u16)WID_IP_ADDRESS;
wid.type = WID_STR;
wid.val = (u8 *)ip_addr;
wid.size = IP_ALEN;
ret = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
host_int_get_ipaddress(vif, firmware_ip_addr, idx);
if (ret)
netdev_err(vif->ndev, "Failed to set IP address\n");
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 87 | 63.50% | 2 | 7.41% |
Leo Kim | 23 | 16.79% | 12 | 44.44% |
Glen Lee | 10 | 7.30% | 4 | 14.81% |
Chaehyun Lim | 7 | 5.11% | 5 | 18.52% |
Chris Park | 5 | 3.65% | 1 | 3.70% |
Greg Kroah-Hartman | 3 | 2.19% | 1 | 3.70% |
Arnd Bergmann | 2 | 1.46% | 2 | 7.41% |
Total | 137 | 100.00% | 27 | 100.00% |
static void handle_get_ip_address(struct wilc_vif *vif, u8 idx)
{
int ret = 0;
struct wid wid;
wid.id = (u16)WID_IP_ADDRESS;
wid.type = WID_STR;
wid.val = kmalloc(IP_ALEN, GFP_KERNEL);
wid.size = IP_ALEN;
ret = wilc_send_config_pkt(vif, GET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
memcpy(get_ip[idx], wid.val, IP_ALEN);
kfree(wid.val);
if (memcmp(get_ip[idx], set_ip[idx], IP_ALEN) != 0)
wilc_setup_ipaddress(vif, set_ip[idx], idx);
if (ret)
netdev_err(vif->ndev, "Failed to get IP address\n");
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 85 | 61.15% | 2 | 6.90% |
Leo Kim | 23 | 16.55% | 11 | 37.93% |
Glen Lee | 13 | 9.35% | 5 | 17.24% |
Chaehyun Lim | 9 | 6.47% | 7 | 24.14% |
Chris Park | 5 | 3.60% | 1 | 3.45% |
Arnd Bergmann | 3 | 2.16% | 2 | 6.90% |
Greg Kroah-Hartman | 1 | 0.72% | 1 | 3.45% |
Total | 139 | 100.00% | 29 | 100.00% |
static void handle_get_mac_address(struct wilc_vif *vif,
struct get_mac_addr *get_mac_addr)
{
int ret = 0;
struct wid wid;
wid.id = (u16)WID_MAC_ADDR;
wid.type = WID_STR;
wid.val = get_mac_addr->mac_addr;
wid.size = ETH_ALEN;
ret = wilc_send_config_pkt(vif, GET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (ret)
netdev_err(vif->ndev, "Failed to get mac address\n");
complete(&hif_wait_response);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 52 | 56.52% | 2 | 8.00% |
Leo Kim | 18 | 19.57% | 11 | 44.00% |
Chaehyun Lim | 8 | 8.70% | 5 | 20.00% |
Glen Lee | 6 | 6.52% | 4 | 16.00% |
Chris Park | 5 | 5.43% | 1 | 4.00% |
Tony Cho | 2 | 2.17% | 1 | 4.00% |
Arnd Bergmann | 1 | 1.09% | 1 | 4.00% |
Total | 92 | 100.00% | 25 | 100.00% |
static void handle_cfg_param(struct wilc_vif *vif,
struct cfg_param_attr *cfg_param_attr)
{
int ret = 0;
struct wid wid_list[32];
struct host_if_drv *hif_drv = vif->hif_drv;
int i = 0;
mutex_lock(&hif_drv->cfg_values_lock);
if (cfg_param_attr->flag & BSS_TYPE) {
u8 bss_type = cfg_param_attr->bss_type;
if (bss_type < 6) {
wid_list[i].id = WID_BSS_TYPE;
wid_list[i].val = (s8 *)&bss_type;
wid_list[i].type = WID_CHAR;
wid_list[i].size = sizeof(char);
hif_drv->cfg_values.bss_type = bss_type;
} else {
netdev_err(vif->ndev, "check value 6 over\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & AUTH_TYPE) {
if (cfg_param_attr->auth_type == 1 ||
cfg_param_attr->auth_type == 2 ||
cfg_param_attr->auth_type == 5) {
wid_list[i].id = WID_AUTH_TYPE;
wid_list[i].val = (s8 *)&cfg_param_attr->auth_type;
wid_list[i].type = WID_CHAR;
wid_list[i].size = sizeof(char);
hif_drv->cfg_values.auth_type = (u8)cfg_param_attr->auth_type;
} else {
netdev_err(vif->ndev, "Impossible value\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & AUTHEN_TIMEOUT) {
if (cfg_param_attr->auth_timeout > 0 &&
cfg_param_attr->auth_timeout < 65536) {
wid_list[i].id = WID_AUTH_TIMEOUT;
wid_list[i].val = (s8 *)&cfg_param_attr->auth_timeout;
wid_list[i].type = WID_SHORT;
wid_list[i].size = sizeof(u16);
hif_drv->cfg_values.auth_timeout = cfg_param_attr->auth_timeout;
} else {
netdev_err(vif->ndev, "Range(1 ~ 65535) over\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & POWER_MANAGEMENT) {
if (cfg_param_attr->power_mgmt_mode < 5) {
wid_list[i].id = WID_POWER_MANAGEMENT;
wid_list[i].val = (s8 *)&cfg_param_attr->power_mgmt_mode;
wid_list[i].type = WID_CHAR;
wid_list[i].size = sizeof(char);
hif_drv->cfg_values.power_mgmt_mode = (u8)cfg_param_attr->power_mgmt_mode;
} else {
netdev_err(vif->ndev, "Invalid power mode\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & RETRY_SHORT) {
if (cfg_param_attr->short_retry_limit > 0 &&
cfg_param_attr->short_retry_limit < 256) {
wid_list[i].id = WID_SHORT_RETRY_LIMIT;
wid_list[i].val = (s8 *)&cfg_param_attr->short_retry_limit;
wid_list[i].type = WID_SHORT;
wid_list[i].size = sizeof(u16);
hif_drv->cfg_values.short_retry_limit = cfg_param_attr->short_retry_limit;
} else {
netdev_err(vif->ndev, "Range(1~256) over\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & RETRY_LONG) {
if (cfg_param_attr->long_retry_limit > 0 &&
cfg_param_attr->long_retry_limit < 256) {
wid_list[i].id = WID_LONG_RETRY_LIMIT;
wid_list[i].val = (s8 *)&cfg_param_attr->long_retry_limit;
wid_list[i].type = WID_SHORT;
wid_list[i].size = sizeof(u16);
hif_drv->cfg_values.long_retry_limit = cfg_param_attr->long_retry_limit;
} else {
netdev_err(vif->ndev, "Range(1~256) over\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & FRAG_THRESHOLD) {
if (cfg_param_attr->frag_threshold > 255 &&
cfg_param_attr->frag_threshold < 7937) {
wid_list[i].id = WID_FRAG_THRESHOLD;
wid_list[i].val = (s8 *)&cfg_param_attr->frag_threshold;
wid_list[i].type = WID_SHORT;
wid_list[i].size = sizeof(u16);
hif_drv->cfg_values.frag_threshold = cfg_param_attr->frag_threshold;
} else {
netdev_err(vif->ndev, "Threshold Range fail\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & RTS_THRESHOLD) {
if (cfg_param_attr->rts_threshold > 255 &&
cfg_param_attr->rts_threshold < 65536) {
wid_list[i].id = WID_RTS_THRESHOLD;
wid_list[i].val = (s8 *)&cfg_param_attr->rts_threshold;
wid_list[i].type = WID_SHORT;
wid_list[i].size = sizeof(u16);
hif_drv->cfg_values.rts_threshold = cfg_param_attr->rts_threshold;
} else {
netdev_err(vif->ndev, "Threshold Range fail\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & PREAMBLE) {
if (cfg_param_attr->preamble_type < 3) {
wid_list[i].id = WID_PREAMBLE;
wid_list[i].val = (s8 *)&cfg_param_attr->preamble_type;
wid_list[i].type = WID_CHAR;
wid_list[i].size = sizeof(char);
hif_drv->cfg_values.preamble_type = cfg_param_attr->preamble_type;
} else {
netdev_err(vif->ndev, "Preamle Range(0~2) over\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & SHORT_SLOT_ALLOWED) {
if (cfg_param_attr->short_slot_allowed < 2) {
wid_list[i].id = WID_SHORT_SLOT_ALLOWED;
wid_list[i].val = (s8 *)&cfg_param_attr->short_slot_allowed;
wid_list[i].type = WID_CHAR;
wid_list[i].size = sizeof(char);
hif_drv->cfg_values.short_slot_allowed = (u8)cfg_param_attr->short_slot_allowed;
} else {
netdev_err(vif->ndev, "Short slot(2) over\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & TXOP_PROT_DISABLE) {
if (cfg_param_attr->txop_prot_disabled < 2) {
wid_list[i].id = WID_11N_TXOP_PROT_DISABLE;
wid_list[i].val = (s8 *)&cfg_param_attr->txop_prot_disabled;
wid_list[i].type = WID_CHAR;
wid_list[i].size = sizeof(char);
hif_drv->cfg_values.txop_prot_disabled = (u8)cfg_param_attr->txop_prot_disabled;
} else {
netdev_err(vif->ndev, "TXOP prot disable\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & BEACON_INTERVAL) {
if (cfg_param_attr->beacon_interval > 0 &&
cfg_param_attr->beacon_interval < 65536) {
wid_list[i].id = WID_BEACON_INTERVAL;
wid_list[i].val = (s8 *)&cfg_param_attr->beacon_interval;
wid_list[i].type = WID_SHORT;
wid_list[i].size = sizeof(u16);
hif_drv->cfg_values.beacon_interval = cfg_param_attr->beacon_interval;
} else {
netdev_err(vif->ndev, "Beacon interval(1~65535)fail\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & DTIM_PERIOD) {
if (cfg_param_attr->dtim_period > 0 &&
cfg_param_attr->dtim_period < 256) {
wid_list[i].id = WID_DTIM_PERIOD;
wid_list[i].val = (s8 *)&cfg_param_attr->dtim_period;
wid_list[i].type = WID_CHAR;
wid_list[i].size = sizeof(char);
hif_drv->cfg_values.dtim_period = cfg_param_attr->dtim_period;
} else {
netdev_err(vif->ndev, "DTIM range(1~255) fail\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & SITE_SURVEY) {
if (cfg_param_attr->site_survey_enabled < 3) {
wid_list[i].id = WID_SITE_SURVEY;
wid_list[i].val = (s8 *)&cfg_param_attr->site_survey_enabled;
wid_list[i].type = WID_CHAR;
wid_list[i].size = sizeof(char);
hif_drv->cfg_values.site_survey_enabled = (u8)cfg_param_attr->site_survey_enabled;
} else {
netdev_err(vif->ndev, "Site survey disable\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & SITE_SURVEY_SCAN_TIME) {
if (cfg_param_attr->site_survey_scan_time > 0 &&
cfg_param_attr->site_survey_scan_time < 65536) {
wid_list[i].id = WID_SITE_SURVEY_SCAN_TIME;
wid_list[i].val = (s8 *)&cfg_param_attr->site_survey_scan_time;
wid_list[i].type = WID_SHORT;
wid_list[i].size = sizeof(u16);
hif_drv->cfg_values.site_survey_scan_time = cfg_param_attr->site_survey_scan_time;
} else {
netdev_err(vif->ndev, "Site scan time(1~65535) over\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & ACTIVE_SCANTIME) {
if (cfg_param_attr->active_scan_time > 0 &&
cfg_param_attr->active_scan_time < 65536) {
wid_list[i].id = WID_ACTIVE_SCAN_TIME;
wid_list[i].val = (s8 *)&cfg_param_attr->active_scan_time;
wid_list[i].type = WID_SHORT;
wid_list[i].size = sizeof(u16);
hif_drv->cfg_values.active_scan_time = cfg_param_attr->active_scan_time;
} else {
netdev_err(vif->ndev, "Active time(1~65535) over\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & PASSIVE_SCANTIME) {
if (cfg_param_attr->passive_scan_time > 0 &&
cfg_param_attr->passive_scan_time < 65536) {
wid_list[i].id = WID_PASSIVE_SCAN_TIME;
wid_list[i].val = (s8 *)&cfg_param_attr->passive_scan_time;
wid_list[i].type = WID_SHORT;
wid_list[i].size = sizeof(u16);
hif_drv->cfg_values.passive_scan_time = cfg_param_attr->passive_scan_time;
} else {
netdev_err(vif->ndev, "Passive time(1~65535) over\n");
goto unlock;
}
i++;
}
if (cfg_param_attr->flag & CURRENT_TX_RATE) {
enum CURRENT_TXRATE curr_tx_rate = cfg_param_attr->curr_tx_rate;
if (curr_tx_rate == AUTORATE || curr_tx_rate == MBPS_1 ||
curr_tx_rate == MBPS_2 || curr_tx_rate == MBPS_5_5 ||
curr_tx_rate == MBPS_11 || curr_tx_rate == MBPS_6 ||
curr_tx_rate == MBPS_9 || curr_tx_rate == MBPS_12 ||
curr_tx_rate == MBPS_18 || curr_tx_rate == MBPS_24 ||
curr_tx_rate == MBPS_36 || curr_tx_rate == MBPS_48 ||
curr_tx_rate == MBPS_54) {
wid_list[i].id = WID_CURRENT_TX_RATE;
wid_list[i].val = (s8 *)&curr_tx_rate;
wid_list[i].type = WID_SHORT;
wid_list[i].size = sizeof(u16);
hif_drv->cfg_values.curr_tx_rate = (u8)curr_tx_rate;
} else {
netdev_err(vif->ndev, "out of TX rate\n");
goto unlock;
}
i++;
}
ret = wilc_send_config_pkt(vif, SET_CFG, wid_list,
i, wilc_get_vif_idx(vif));
if (ret)
netdev_err(vif->ndev, "Error in setting CFG params\n");
unlock:
mutex_unlock(&hif_drv->cfg_values_lock);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 1296 | 67.36% | 2 | 5.26% |
Leo Kim | 301 | 15.64% | 13 | 34.21% |
Chaehyun Lim | 157 | 8.16% | 11 | 28.95% |
Chris Park | 99 | 5.15% | 1 | 2.63% |
Tony Cho | 40 | 2.08% | 3 | 7.89% |
Glen Lee | 15 | 0.78% | 4 | 10.53% |
Dean Lee | 8 | 0.42% | 1 | 2.63% |
Greg Kroah-Hartman | 6 | 0.31% | 1 | 2.63% |
Roger H. Newell | 1 | 0.05% | 1 | 2.63% |
Arnd Bergmann | 1 | 0.05% | 1 | 2.63% |
Total | 1924 | 100.00% | 38 | 100.00% |
static s32 handle_scan(struct wilc_vif *vif, struct scan_attr *scan_info)
{
s32 result = 0;
struct wid wid_list[5];
u32 index = 0;
u32 i;
u8 *buffer;
u8 valuesize = 0;
u8 *pu8HdnNtwrksWidVal = NULL;
struct host_if_drv *hif_drv = vif->hif_drv;
hif_drv->usr_scan_req.scan_result = scan_info->result;
hif_drv->usr_scan_req.arg = scan_info->arg;
if ((hif_drv->hif_state >= HOST_IF_SCANNING) &&
(hif_drv->hif_state < HOST_IF_CONNECTED)) {
netdev_err(vif->ndev, "Already scan\n");
result = -EBUSY;
goto ERRORHANDLER;
}
if (wilc_optaining_ip || wilc_connecting) {
netdev_err(vif->ndev, "Don't do obss scan\n");
result = -EBUSY;
goto ERRORHANDLER;
}
hif_drv->usr_scan_req.rcvd_ch_cnt = 0;
wid_list[index].id = (u16)WID_SSID_PROBE_REQ;
wid_list[index].type = WID_STR;
for (i = 0; i < scan_info->hidden_network.n_ssids; i++)
valuesize += ((scan_info->hidden_network.net_info[i].ssid_len) + 1);
pu8HdnNtwrksWidVal = kmalloc(valuesize + 1, GFP_KERNEL);
wid_list[index].val = pu8HdnNtwrksWidVal;
if (wid_list[index].val) {
buffer = wid_list[index].val;
*buffer++ = scan_info->hidden_network.n_ssids;
for (i = 0; i < scan_info->hidden_network.n_ssids; i++) {
*buffer++ = scan_info->hidden_network.net_info[i].ssid_len;
memcpy(buffer, scan_info->hidden_network.net_info[i].ssid, scan_info->hidden_network.net_info[i].ssid_len);
buffer += scan_info->hidden_network.net_info[i].ssid_len;
}
wid_list[index].size = (s32)(valuesize + 1);
index++;
}
wid_list[index].id = WID_INFO_ELEMENT_PROBE;
wid_list[index].type = WID_BIN_DATA;
wid_list[index].val = scan_info->ies;
wid_list[index].size = scan_info->ies_len;
index++;
wid_list[index].id = WID_SCAN_TYPE;
wid_list[index].type = WID_CHAR;
wid_list[index].size = sizeof(char);
wid_list[index].val = (s8 *)&scan_info->type;
index++;
wid_list[index].id = WID_SCAN_CHANNEL_LIST;
wid_list[index].type = WID_BIN_DATA;
if (scan_info->ch_freq_list &&
scan_info->ch_list_len > 0) {
int i;
for (i = 0; i < scan_info->ch_list_len; i++) {
if (scan_info->ch_freq_list[i] > 0)
scan_info->ch_freq_list[i] = scan_info->ch_freq_list[i] - 1;
}
}
wid_list[index].val = scan_info->ch_freq_list;
wid_list[index].size = scan_info->ch_list_len;
index++;
wid_list[index].id = WID_START_SCAN_REQ;
wid_list[index].type = WID_CHAR;
wid_list[index].size = sizeof(char);
wid_list[index].val = (s8 *)&scan_info->src;
index++;
if (hif_drv->hif_state == HOST_IF_CONNECTED)
scan_while_connected = true;
else if (hif_drv->hif_state == HOST_IF_IDLE)
scan_while_connected = false;
result = wilc_send_config_pkt(vif, SET_CFG, wid_list,
index,
wilc_get_vif_idx(vif));
if (result)
netdev_err(vif->ndev, "Failed to send scan parameters\n");
ERRORHANDLER:
if (result) {
del_timer(&hif_drv->scan_timer);
Handle_ScanDone(vif, SCAN_EVENT_ABORTED);
}
kfree(scan_info->ch_freq_list);
scan_info->ch_freq_list = NULL;
kfree(scan_info->ies);
scan_info->ies = NULL;
kfree(scan_info->hidden_network.net_info);
scan_info->hidden_network.net_info = NULL;
kfree(pu8HdnNtwrksWidVal);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 457 | 63.03% | 2 | 3.64% |
Chaehyun Lim | 117 | 16.14% | 15 | 27.27% |
Leo Kim | 95 | 13.10% | 25 | 45.45% |
Glen Lee | 19 | 2.62% | 5 | 9.09% |
Chris Park | 16 | 2.21% | 1 | 1.82% |
Tony Cho | 10 | 1.38% | 2 | 3.64% |
Dean Lee | 4 | 0.55% | 2 | 3.64% |
Greg Kroah-Hartman | 4 | 0.55% | 2 | 3.64% |
Arnd Bergmann | 3 | 0.41% | 1 | 1.82% |
Total | 725 | 100.00% | 55 | 100.00% |
static s32 Handle_ScanDone(struct wilc_vif *vif,
enum scan_event enuEvent)
{
s32 result = 0;
u8 u8abort_running_scan;
struct wid wid;
struct host_if_drv *hif_drv = vif->hif_drv;
if (enuEvent == SCAN_EVENT_ABORTED) {
u8abort_running_scan = 1;
wid.id = (u16)WID_ABORT_RUNNING_SCAN;
wid.type = WID_CHAR;
wid.val = (s8 *)&u8abort_running_scan;
wid.size = sizeof(char);
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result) {
netdev_err(vif->ndev, "Failed to set abort running\n");
result = -EFAULT;
}
}
if (!hif_drv) {
netdev_err(vif->ndev, "Driver handler is NULL\n");
return result;
}
if (hif_drv->usr_scan_req.scan_result) {
hif_drv->usr_scan_req.scan_result(enuEvent, NULL,
hif_drv->usr_scan_req.arg, NULL);
hif_drv->usr_scan_req.scan_result = NULL;
}
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 102 | 56.35% | 2 | 6.67% |
Leo Kim | 33 | 18.23% | 14 | 46.67% |
Glen Lee | 21 | 11.60% | 5 | 16.67% |
Chris Park | 11 | 6.08% | 1 | 3.33% |
Tony Cho | 6 | 3.31% | 1 | 3.33% |
Chaehyun Lim | 4 | 2.21% | 3 | 10.00% |
Greg Kroah-Hartman | 2 | 1.10% | 2 | 6.67% |
Arnd Bergmann | 1 | 0.55% | 1 | 3.33% |
Dean Lee | 1 | 0.55% | 1 | 3.33% |
Total | 181 | 100.00% | 30 | 100.00% |
u8 wilc_connected_ssid[6] = {0};
static s32 Handle_Connect(struct wilc_vif *vif,
struct connect_attr *pstrHostIFconnectAttr)
{
s32 result = 0;
struct wid strWIDList[8];
u32 u32WidsCount = 0, dummyval = 0;
u8 *pu8CurrByte = NULL;
struct join_bss_param *ptstrJoinBssParam;
struct host_if_drv *hif_drv = vif->hif_drv;
if (memcmp(pstrHostIFconnectAttr->bssid, wilc_connected_ssid, ETH_ALEN) == 0) {
result = 0;
netdev_err(vif->ndev, "Discard connect request\n");
return result;
}
ptstrJoinBssParam = pstrHostIFconnectAttr->params;
if (!ptstrJoinBssParam) {
netdev_err(vif->ndev, "Required BSSID not found\n");
result = -ENOENT;
goto ERRORHANDLER;
}
if (pstrHostIFconnectAttr->bssid) {
hif_drv->usr_conn_req.bssid = kmalloc(6, GFP_KERNEL);
memcpy(hif_drv->usr_conn_req.bssid, pstrHostIFconnectAttr->bssid, 6);
}
hif_drv->usr_conn_req.ssid_len = pstrHostIFconnectAttr->ssid_len;
if (pstrHostIFconnectAttr->ssid) {
hif_drv->usr_conn_req.ssid = kmalloc(pstrHostIFconnectAttr->ssid_len + 1, GFP_KERNEL);
memcpy(hif_drv->usr_conn_req.ssid,
pstrHostIFconnectAttr->ssid,
pstrHostIFconnectAttr->ssid_len);
hif_drv->usr_conn_req.ssid[pstrHostIFconnectAttr->ssid_len] = '\0';
}
hif_drv->usr_conn_req.ies_len = pstrHostIFconnectAttr->ies_len;
if (pstrHostIFconnectAttr->ies) {
hif_drv->usr_conn_req.ies = kmalloc(pstrHostIFconnectAttr->ies_len, GFP_KERNEL);
memcpy(hif_drv->usr_conn_req.ies,
pstrHostIFconnectAttr->ies,
pstrHostIFconnectAttr->ies_len);
}
hif_drv->usr_conn_req.security = pstrHostIFconnectAttr->security;
hif_drv->usr_conn_req.auth_type = pstrHostIFconnectAttr->auth_type;
hif_drv->usr_conn_req.conn_result = pstrHostIFconnectAttr->result;
hif_drv->usr_conn_req.arg = pstrHostIFconnectAttr->arg;
strWIDList[u32WidsCount].id = WID_SUCCESS_FRAME_COUNT;
strWIDList[u32WidsCount].type = WID_INT;
strWIDList[u32WidsCount].size = sizeof(u32);
strWIDList[u32WidsCount].val = (s8 *)(&(dummyval));
u32WidsCount++;
strWIDList[u32WidsCount].id = WID_RECEIVED_FRAGMENT_COUNT;
strWIDList[u32WidsCount].type = WID_INT;
strWIDList[u32WidsCount].size = sizeof(u32);
strWIDList[u32WidsCount].val = (s8 *)(&(dummyval));
u32WidsCount++;
strWIDList[u32WidsCount].id = WID_FAILED_COUNT;
strWIDList[u32WidsCount].type = WID_INT;
strWIDList[u32WidsCount].size = sizeof(u32);
strWIDList[u32WidsCount].val = (s8 *)(&(dummyval));
u32WidsCount++;
{
strWIDList[u32WidsCount].id = WID_INFO_ELEMENT_ASSOCIATE;
strWIDList[u32WidsCount].type = WID_BIN_DATA;
strWIDList[u32WidsCount].val = hif_drv->usr_conn_req.ies;
strWIDList[u32WidsCount].size = hif_drv->usr_conn_req.ies_len;
u32WidsCount++;
if (memcmp("DIRECT-", pstrHostIFconnectAttr->ssid, 7)) {
info_element_size = hif_drv->usr_conn_req.ies_len;
info_element = kmalloc(info_element_size, GFP_KERNEL);
memcpy(info_element, hif_drv->usr_conn_req.ies,
info_element_size);
}
}
strWIDList[u32WidsCount].id = (u16)WID_11I_MODE;
strWIDList[u32WidsCount].type = WID_CHAR;
strWIDList[u32WidsCount].size = sizeof(char);
strWIDList[u32WidsCount].val = (s8 *)&hif_drv->usr_conn_req.security;
u32WidsCount++;
if (memcmp("DIRECT-", pstrHostIFconnectAttr->ssid, 7))
mode_11i = hif_drv->usr_conn_req.security;
strWIDList[u32WidsCount].id = (u16)WID_AUTH_TYPE;
strWIDList[u32WidsCount].type = WID_CHAR;
strWIDList[u32WidsCount].size = sizeof(char);
strWIDList[u32WidsCount].val = (s8 *)&hif_drv->usr_conn_req.auth_type;
u32WidsCount++;
if (memcmp("DIRECT-", pstrHostIFconnectAttr->ssid, 7))
auth_type = (u8)hif_drv->usr_conn_req.auth_type;
strWIDList[u32WidsCount].id = (u16)WID_JOIN_REQ_EXTENDED;
strWIDList[u32WidsCount].type = WID_STR;
strWIDList[u32WidsCount].size = 112;
strWIDList[u32WidsCount].val = kmalloc(strWIDList[u32WidsCount].size, GFP_KERNEL);
if (memcmp("DIRECT-", pstrHostIFconnectAttr->ssid, 7)) {
join_req_size = strWIDList[u32WidsCount].size;
join_req = kmalloc(join_req_size, GFP_KERNEL);
}
if (!strWIDList[u32WidsCount].val) {
result = -EFAULT;
goto ERRORHANDLER;
}
pu8CurrByte = strWIDList[u32WidsCount].val;
if (pstrHostIFconnectAttr->ssid) {
memcpy(pu8CurrByte, pstrHostIFconnectAttr->ssid, pstrHostIFconnectAttr->ssid_len);
pu8CurrByte[pstrHostIFconnectAttr->ssid_len] = '\0';
}
pu8CurrByte += MAX_SSID_LEN;
*(pu8CurrByte++) = INFRASTRUCTURE;
if ((pstrHostIFconnectAttr->ch >= 1) && (pstrHostIFconnectAttr->ch <= 14)) {
*(pu8CurrByte++) = pstrHostIFconnectAttr->ch;
} else {
netdev_err(vif->ndev, "Channel out of range\n");
*(pu8CurrByte++) = 0xFF;
}
*(pu8CurrByte++) = (ptstrJoinBssParam->cap_info) & 0xFF;
*(pu8CurrByte++) = ((ptstrJoinBssParam->cap_info) >> 8) & 0xFF;
if (pstrHostIFconnectAttr->bssid)
memcpy(pu8CurrByte, pstrHostIFconnectAttr->bssid, 6);
pu8CurrByte += 6;
if (pstrHostIFconnectAttr->bssid)
memcpy(pu8CurrByte, pstrHostIFconnectAttr->bssid, 6);
pu8CurrByte += 6;
*(pu8CurrByte++) = (ptstrJoinBssParam->beacon_period) & 0xFF;
*(pu8CurrByte++) = ((ptstrJoinBssParam->beacon_period) >> 8) & 0xFF;
*(pu8CurrByte++) = ptstrJoinBssParam->dtim_period;
memcpy(pu8CurrByte, ptstrJoinBssParam->supp_rates, MAX_RATES_SUPPORTED + 1);
pu8CurrByte += (MAX_RATES_SUPPORTED + 1);
*(pu8CurrByte++) = ptstrJoinBssParam->wmm_cap;
*(pu8CurrByte++) = ptstrJoinBssParam->uapsd_cap;
*(pu8CurrByte++) = ptstrJoinBssParam->ht_capable;
hif_drv->usr_conn_req.ht_capable = ptstrJoinBssParam->ht_capable;
*(pu8CurrByte++) = ptstrJoinBssParam->rsn_found;
*(pu8CurrByte++) = ptstrJoinBssParam->rsn_grp_policy;
*(pu8CurrByte++) = ptstrJoinBssParam->mode_802_11i;
memcpy(pu8CurrByte, ptstrJoinBssParam->rsn_pcip_policy, sizeof(ptstrJoinBssParam->rsn_pcip_policy));
pu8CurrByte += sizeof(ptstrJoinBssParam->rsn_pcip_policy);
memcpy(pu8CurrByte, ptstrJoinBssParam->rsn_auth_policy, sizeof(ptstrJoinBssParam->rsn_auth_policy));
pu8CurrByte += sizeof(ptstrJoinBssParam->rsn_auth_policy);
memcpy(pu8CurrByte, ptstrJoinBssParam->rsn_cap, sizeof(ptstrJoinBssParam->rsn_cap));
pu8CurrByte += sizeof(ptstrJoinBssParam->rsn_cap);
*(pu8CurrByte++) = REAL_JOIN_REQ;
*(pu8CurrByte++) = ptstrJoinBssParam->noa_enabled;
if (ptstrJoinBssParam->noa_enabled) {
*(pu8CurrByte++) = (ptstrJoinBssParam->tsf) & 0xFF;
*(pu8CurrByte++) = ((ptstrJoinBssParam->tsf) >> 8) & 0xFF;
*(pu8CurrByte++) = ((ptstrJoinBssParam->tsf) >> 16) & 0xFF;
*(pu8CurrByte++) = ((ptstrJoinBssParam->tsf) >> 24) & 0xFF;
*(pu8CurrByte++) = ptstrJoinBssParam->opp_enabled;
*(pu8CurrByte++) = ptstrJoinBssParam->idx;
if (ptstrJoinBssParam->opp_enabled)
*(pu8CurrByte++) = ptstrJoinBssParam->ct_window;
*(pu8CurrByte++) = ptstrJoinBssParam->cnt;
memcpy(pu8CurrByte, ptstrJoinBssParam->duration, sizeof(ptstrJoinBssParam->duration));
pu8CurrByte += sizeof(ptstrJoinBssParam->duration);
memcpy(pu8CurrByte, ptstrJoinBssParam->interval, sizeof(ptstrJoinBssParam->interval));
pu8CurrByte += sizeof(ptstrJoinBssParam->interval);
memcpy(pu8CurrByte, ptstrJoinBssParam->start_time, sizeof(ptstrJoinBssParam->start_time));
pu8CurrByte += sizeof(ptstrJoinBssParam->start_time);
}
pu8CurrByte = strWIDList[u32WidsCount].val;
u32WidsCount++;
if (memcmp("DIRECT-", pstrHostIFconnectAttr->ssid, 7)) {
memcpy(join_req, pu8CurrByte, join_req_size);
join_req_vif = vif;
}
if (pstrHostIFconnectAttr->bssid)
memcpy(wilc_connected_ssid,
pstrHostIFconnectAttr->bssid, ETH_ALEN);
result = wilc_send_config_pkt(vif, SET_CFG, strWIDList,
u32WidsCount,
wilc_get_vif_idx(vif));
if (result) {
netdev_err(vif->ndev, "failed to send config packet\n");
result = -EFAULT;
goto ERRORHANDLER;
} else {
hif_drv->hif_state = HOST_IF_WAITING_CONN_RESP;
}
ERRORHANDLER:
if (result) {
struct connect_info strConnectInfo;
del_timer(&hif_drv->connect_timer);
memset(&strConnectInfo, 0, sizeof(struct connect_info));
if (pstrHostIFconnectAttr->result) {
if (pstrHostIFconnectAttr->bssid)
memcpy(strConnectInfo.bssid, pstrHostIFconnectAttr->bssid, 6);
if (pstrHostIFconnectAttr->ies) {
strConnectInfo.req_ies_len = pstrHostIFconnectAttr->ies_len;
strConnectInfo.req_ies = kmalloc(pstrHostIFconnectAttr->ies_len, GFP_KERNEL);
memcpy(strConnectInfo.req_ies,
pstrHostIFconnectAttr->ies,
pstrHostIFconnectAttr->ies_len);
}
pstrHostIFconnectAttr->result(CONN_DISCONN_EVENT_CONN_RESP,
&strConnectInfo,
MAC_DISCONNECTED,
NULL,
pstrHostIFconnectAttr->arg);
hif_drv->hif_state = HOST_IF_IDLE;
kfree(strConnectInfo.req_ies);
strConnectInfo.req_ies = NULL;
} else {
netdev_err(vif->ndev, "Connect callback is NULL\n");
}
}
kfree(pstrHostIFconnectAttr->bssid);
pstrHostIFconnectAttr->bssid = NULL;
kfree(pstrHostIFconnectAttr->ssid);
pstrHostIFconnectAttr->ssid = NULL;
kfree(pstrHostIFconnectAttr->ies);
pstrHostIFconnectAttr->ies = NULL;
kfree(pu8CurrByte);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 1311 | 76.27% | 2 | 2.60% |
Leo Kim | 197 | 11.46% | 47 | 61.04% |
Glen Lee | 77 | 4.48% | 7 | 9.09% |
Chaehyun Lim | 56 | 3.26% | 14 | 18.18% |
Tony Cho | 46 | 2.68% | 2 | 2.60% |
Chris Park | 27 | 1.57% | 1 | 1.30% |
Greg Kroah-Hartman | 2 | 0.12% | 2 | 2.60% |
Dean Lee | 2 | 0.12% | 1 | 1.30% |
Arnd Bergmann | 1 | 0.06% | 1 | 1.30% |
Total | 1719 | 100.00% | 77 | 100.00% |
static s32 Handle_ConnectTimeout(struct wilc_vif *vif)
{
s32 result = 0;
struct connect_info strConnectInfo;
struct wid wid;
u16 u16DummyReasonCode = 0;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv) {
netdev_err(vif->ndev, "Driver handler is NULL\n");
return result;
}
hif_drv->hif_state = HOST_IF_IDLE;
scan_while_connected = false;
memset(&strConnectInfo, 0, sizeof(struct connect_info));
if (hif_drv->usr_conn_req.conn_result) {
if (hif_drv->usr_conn_req.bssid) {
memcpy(strConnectInfo.bssid,
hif_drv->usr_conn_req.bssid, 6);
}
if (hif_drv->usr_conn_req.ies) {
strConnectInfo.req_ies_len = hif_drv->usr_conn_req.ies_len;
strConnectInfo.req_ies = kmalloc(hif_drv->usr_conn_req.ies_len, GFP_KERNEL);
memcpy(strConnectInfo.req_ies,
hif_drv->usr_conn_req.ies,
hif_drv->usr_conn_req.ies_len);
}
hif_drv->usr_conn_req.conn_result(CONN_DISCONN_EVENT_CONN_RESP,
&strConnectInfo,
MAC_DISCONNECTED,
NULL,
hif_drv->usr_conn_req.arg);
kfree(strConnectInfo.req_ies);
strConnectInfo.req_ies = NULL;
} else {
netdev_err(vif->ndev, "Connect callback is NULL\n");
}
wid.id = (u16)WID_DISCONNECT;
wid.type = WID_CHAR;
wid.val = (s8 *)&u16DummyReasonCode;
wid.size = sizeof(char);
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result)
netdev_err(vif->ndev, "Failed to send dissconect\n");
hif_drv->usr_conn_req.ssid_len = 0;
kfree(hif_drv->usr_conn_req.ssid);
hif_drv->usr_conn_req.ssid = NULL;
kfree(hif_drv->usr_conn_req.bssid);
hif_drv->usr_conn_req.bssid = NULL;
hif_drv->usr_conn_req.ies_len = 0;
kfree(hif_drv->usr_conn_req.ies);
hif_drv->usr_conn_req.ies = NULL;
eth_zero_addr(wilc_connected_ssid);
if (join_req && join_req_vif == vif) {
kfree(join_req);
join_req = NULL;
}
if (info_element && join_req_vif == vif) {
kfree(info_element);
info_element = NULL;
}
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 230 | 57.93% | 2 | 4.26% |
Leo Kim | 54 | 13.60% | 20 | 42.55% |
Glen Lee | 44 | 11.08% | 7 | 14.89% |
Chaehyun Lim | 30 | 7.56% | 12 | 25.53% |
Tony Cho | 18 | 4.53% | 1 | 2.13% |
Chris Park | 17 | 4.28% | 1 | 2.13% |
Dean Lee | 2 | 0.50% | 2 | 4.26% |
Arnd Bergmann | 1 | 0.25% | 1 | 2.13% |
Shraddha Barke | 1 | 0.25% | 1 | 2.13% |
Total | 397 | 100.00% | 47 | 100.00% |
static s32 Handle_RcvdNtwrkInfo(struct wilc_vif *vif,
struct rcvd_net_info *pstrRcvdNetworkInfo)
{
u32 i;
bool bNewNtwrkFound;
s32 result = 0;
struct network_info *pstrNetworkInfo = NULL;
void *pJoinParams = NULL;
struct host_if_drv *hif_drv = vif->hif_drv;
bNewNtwrkFound = true;
if (hif_drv->usr_scan_req.scan_result) {
wilc_parse_network_info(pstrRcvdNetworkInfo->buffer, &pstrNetworkInfo);
if ((!pstrNetworkInfo) ||
(!hif_drv->usr_scan_req.scan_result)) {
netdev_err(vif->ndev, "driver is null\n");
result = -EINVAL;
goto done;
}
for (i = 0; i < hif_drv->usr_scan_req.rcvd_ch_cnt; i++) {
if (memcmp(hif_drv->usr_scan_req.net_info[i].bssid,
pstrNetworkInfo->bssid, 6) == 0) {
if (pstrNetworkInfo->rssi <= hif_drv->usr_scan_req.net_info[i].rssi) {
goto done;
} else {
hif_drv->usr_scan_req.net_info[i].rssi = pstrNetworkInfo->rssi;
bNewNtwrkFound = false;
break;
}
}
}
if (bNewNtwrkFound) {
if (hif_drv->usr_scan_req.rcvd_ch_cnt < MAX_NUM_SCANNED_NETWORKS) {
hif_drv->usr_scan_req.net_info[hif_drv->usr_scan_req.rcvd_ch_cnt].rssi = pstrNetworkInfo->rssi;
memcpy(hif_drv->usr_scan_req.net_info[hif_drv->usr_scan_req.rcvd_ch_cnt].bssid,
pstrNetworkInfo->bssid, 6);
hif_drv->usr_scan_req.rcvd_ch_cnt++;
pstrNetworkInfo->new_network = true;
pJoinParams = host_int_ParseJoinBssParam(pstrNetworkInfo);
hif_drv->usr_scan_req.scan_result(SCAN_EVENT_NETWORK_FOUND, pstrNetworkInfo,
hif_drv->usr_scan_req.arg,
pJoinParams);
}
} else {
pstrNetworkInfo->new_network = false;
hif_drv->usr_scan_req.scan_result(SCAN_EVENT_NETWORK_FOUND, pstrNetworkInfo,
hif_drv->usr_scan_req.arg, NULL);
}
}
done:
kfree(pstrRcvdNetworkInfo->buffer);
pstrRcvdNetworkInfo->buffer = NULL;
if (pstrNetworkInfo) {
kfree(pstrNetworkInfo->ies);
kfree(pstrNetworkInfo);
}
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 246 | 67.96% | 1 | 3.23% |
Leo Kim | 65 | 17.96% | 17 | 54.84% |
Tony Cho | 18 | 4.97% | 2 | 6.45% |
Glen Lee | 11 | 3.04% | 1 | 3.23% |
Chaehyun Lim | 11 | 3.04% | 7 | 22.58% |
Dean Lee | 5 | 1.38% | 1 | 3.23% |
Chris Park | 5 | 1.38% | 1 | 3.23% |
Arnd Bergmann | 1 | 0.28% | 1 | 3.23% |
Total | 362 | 100.00% | 31 | 100.00% |
static s32 host_int_get_assoc_res_info(struct wilc_vif *vif,
u8 *pu8AssocRespInfo,
u32 u32MaxAssocRespInfoLen,
u32 *pu32RcvdAssocRespInfoLen);
static s32 Handle_RcvdGnrlAsyncInfo(struct wilc_vif *vif,
struct rcvd_async_info *pstrRcvdGnrlAsyncInfo)
{
s32 result = 0;
u8 u8MsgType = 0;
u8 u8MsgID = 0;
u16 u16MsgLen = 0;
u16 u16WidID = (u16)WID_NIL;
u8 u8WidLen = 0;
u8 u8MacStatus;
u8 u8MacStatusReasonCode;
u8 u8MacStatusAdditionalInfo;
struct connect_info strConnectInfo;
struct disconnect_info strDisconnectNotifInfo;
s32 s32Err = 0;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv) {
netdev_err(vif->ndev, "Driver handler is NULL\n");
return -ENODEV;
}
if ((hif_drv->hif_state == HOST_IF_WAITING_CONN_RESP) ||
(hif_drv->hif_state == HOST_IF_CONNECTED) ||
hif_drv->usr_scan_req.scan_result) {
if (!pstrRcvdGnrlAsyncInfo->buffer ||
!hif_drv->usr_conn_req.conn_result) {
netdev_err(vif->ndev, "driver is null\n");
return -EINVAL;
}
u8MsgType = pstrRcvdGnrlAsyncInfo->buffer[0];
if ('I' != u8MsgType) {
netdev_err(vif->ndev, "Received Message incorrect.\n");
return -EFAULT;
}
u8MsgID = pstrRcvdGnrlAsyncInfo->buffer[1];
u16MsgLen = MAKE_WORD16(pstrRcvdGnrlAsyncInfo->buffer[2], pstrRcvdGnrlAsyncInfo->buffer[3]);
u16WidID = MAKE_WORD16(pstrRcvdGnrlAsyncInfo->buffer[4], pstrRcvdGnrlAsyncInfo->buffer[5]);
u8WidLen = pstrRcvdGnrlAsyncInfo->buffer[6];
u8MacStatus = pstrRcvdGnrlAsyncInfo->buffer[7];
u8MacStatusReasonCode = pstrRcvdGnrlAsyncInfo->buffer[8];
u8MacStatusAdditionalInfo = pstrRcvdGnrlAsyncInfo->buffer[9];
if (hif_drv->hif_state == HOST_IF_WAITING_CONN_RESP) {
u32 u32RcvdAssocRespInfoLen = 0;
struct connect_resp_info *pstrConnectRespInfo = NULL;
memset(&strConnectInfo, 0, sizeof(struct connect_info));
if (u8MacStatus == MAC_CONNECTED) {
memset(rcv_assoc_resp, 0, MAX_ASSOC_RESP_FRAME_SIZE);
host_int_get_assoc_res_info(vif,
rcv_assoc_resp,
MAX_ASSOC_RESP_FRAME_SIZE,
&u32RcvdAssocRespInfoLen);
if (u32RcvdAssocRespInfoLen != 0) {
s32Err = wilc_parse_assoc_resp_info(rcv_assoc_resp, u32RcvdAssocRespInfoLen,
&pstrConnectRespInfo);
if (s32Err) {
netdev_err(vif->ndev, "wilc_parse_assoc_resp_info() returned error %d\n", s32Err);
} else {
strConnectInfo.status = pstrConnectRespInfo->status;
if (strConnectInfo.status == SUCCESSFUL_STATUSCODE) {
if (pstrConnectRespInfo->ies) {
strConnectInfo.resp_ies_len = pstrConnectRespInfo->ies_len;
strConnectInfo.resp_ies = kmalloc(pstrConnectRespInfo->ies_len, GFP_KERNEL);
memcpy(strConnectInfo.resp_ies, pstrConnectRespInfo->ies,
pstrConnectRespInfo->ies_len);
}
}
if (pstrConnectRespInfo) {
kfree(pstrConnectRespInfo->ies);
kfree(pstrConnectRespInfo);
}
}
}
}
if ((u8MacStatus == MAC_CONNECTED) &&
(strConnectInfo.status != SUCCESSFUL_STATUSCODE)) {
netdev_err(vif->ndev, "Received MAC status is MAC_CONNECTED while the received status code in Asoc Resp is not SUCCESSFUL_STATUSCODE\n");
eth_zero_addr(wilc_connected_ssid);
} else if (u8MacStatus == MAC_DISCONNECTED) {
netdev_err(vif->ndev, "Received MAC status is MAC_DISCONNECTED\n");
eth_zero_addr(wilc_connected_ssid);
}
if (hif_drv->usr_conn_req.bssid) {
memcpy(strConnectInfo.bssid, hif_drv->usr_conn_req.bssid, 6);
if ((u8MacStatus == MAC_CONNECTED) &&
(strConnectInfo.status == SUCCESSFUL_STATUSCODE)) {
memcpy(hif_drv->assoc_bssid,
hif_drv->usr_conn_req.bssid, ETH_ALEN);
}
}
if (hif_drv->usr_conn_req.ies) {
strConnectInfo.req_ies_len = hif_drv->usr_conn_req.ies_len;
strConnectInfo.req_ies = kmalloc(hif_drv->usr_conn_req.ies_len, GFP_KERNEL);
memcpy(strConnectInfo.req_ies,
hif_drv->usr_conn_req.ies,
hif_drv->usr_conn_req.ies_len);
}
del_timer(&hif_drv->connect_timer);
hif_drv->usr_conn_req.conn_result(CONN_DISCONN_EVENT_CONN_RESP,
&strConnectInfo,
u8MacStatus,
NULL,
hif_drv->usr_conn_req.arg);
if ((u8MacStatus == MAC_CONNECTED) &&
(strConnectInfo.status == SUCCESSFUL_STATUSCODE)) {
wilc_set_power_mgmt(vif, 0, 0);
hif_drv->hif_state = HOST_IF_CONNECTED;
wilc_optaining_ip = true;
mod_timer(&wilc_during_ip_timer,
jiffies + msecs_to_jiffies(10000));
} else {
hif_drv->hif_state = HOST_IF_IDLE;
scan_while_connected = false;
}
kfree(strConnectInfo.resp_ies);
strConnectInfo.resp_ies = NULL;
kfree(strConnectInfo.req_ies);
strConnectInfo.req_ies = NULL;
hif_drv->usr_conn_req.ssid_len = 0;
kfree(hif_drv->usr_conn_req.ssid);
hif_drv->usr_conn_req.ssid = NULL;
kfree(hif_drv->usr_conn_req.bssid);
hif_drv->usr_conn_req.bssid = NULL;
hif_drv->usr_conn_req.ies_len = 0;
kfree(hif_drv->usr_conn_req.ies);
hif_drv->usr_conn_req.ies = NULL;
} else if ((u8MacStatus == MAC_DISCONNECTED) &&
(hif_drv->hif_state == HOST_IF_CONNECTED)) {
memset(&strDisconnectNotifInfo, 0, sizeof(struct disconnect_info));
if (hif_drv->usr_scan_req.scan_result) {
del_timer(&hif_drv->scan_timer);
Handle_ScanDone(vif, SCAN_EVENT_ABORTED);
}
strDisconnectNotifInfo.reason = 0;
strDisconnectNotifInfo.ie = NULL;
strDisconnectNotifInfo.ie_len = 0;
if (hif_drv->usr_conn_req.conn_result) {
wilc_optaining_ip = false;
wilc_set_power_mgmt(vif, 0, 0);
hif_drv->usr_conn_req.conn_result(CONN_DISCONN_EVENT_DISCONN_NOTIF,
NULL,
0,
&strDisconnectNotifInfo,
hif_drv->usr_conn_req.arg);
} else {
netdev_err(vif->ndev, "Connect result NULL\n");
}
eth_zero_addr(hif_drv->assoc_bssid);
hif_drv->usr_conn_req.ssid_len = 0;
kfree(hif_drv->usr_conn_req.ssid);
hif_drv->usr_conn_req.ssid = NULL;
kfree(hif_drv->usr_conn_req.bssid);
hif_drv->usr_conn_req.bssid = NULL;
hif_drv->usr_conn_req.ies_len = 0;
kfree(hif_drv->usr_conn_req.ies);
hif_drv->usr_conn_req.ies = NULL;
if (join_req && join_req_vif == vif) {
kfree(join_req);
join_req = NULL;
}
if (info_element && join_req_vif == vif) {
kfree(info_element);
info_element = NULL;
}
hif_drv->hif_state = HOST_IF_IDLE;
scan_while_connected = false;
} else if ((u8MacStatus == MAC_DISCONNECTED) &&
(hif_drv->usr_scan_req.scan_result)) {
del_timer(&hif_drv->scan_timer);
if (hif_drv->usr_scan_req.scan_result)
Handle_ScanDone(vif, SCAN_EVENT_ABORTED);
}
}
kfree(pstrRcvdGnrlAsyncInfo->buffer);
pstrRcvdGnrlAsyncInfo->buffer = NULL;
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 748 | 66.85% | 1 | 1.67% |
Leo Kim | 124 | 11.08% | 27 | 45.00% |
Glen Lee | 77 | 6.88% | 5 | 8.33% |
Chaehyun Lim | 61 | 5.45% | 17 | 28.33% |
Tony Cho | 42 | 3.75% | 2 | 3.33% |
Chris Park | 37 | 3.31% | 1 | 1.67% |
Greg Kroah-Hartman | 15 | 1.34% | 3 | 5.00% |
Arnd Bergmann | 7 | 0.63% | 1 | 1.67% |
Dean Lee | 4 | 0.36% | 1 | 1.67% |
Shraddha Barke | 3 | 0.27% | 1 | 1.67% |
Luis de Bethencourt | 1 | 0.09% | 1 | 1.67% |
Total | 1119 | 100.00% | 60 | 100.00% |
static int Handle_Key(struct wilc_vif *vif,
struct key_attr *pstrHostIFkeyAttr)
{
s32 result = 0;
struct wid wid;
struct wid strWIDList[5];
u8 i;
u8 *pu8keybuf;
s8 s8idxarray[1];
s8 ret = 0;
struct host_if_drv *hif_drv = vif->hif_drv;
switch (pstrHostIFkeyAttr->type) {
case WEP:
if (pstrHostIFkeyAttr->action & ADDKEY_AP) {
strWIDList[0].id = (u16)WID_11I_MODE;
strWIDList[0].type = WID_CHAR;
strWIDList[0].size = sizeof(char);
strWIDList[0].val = (s8 *)&pstrHostIFkeyAttr->attr.wep.mode;
strWIDList[1].id = WID_AUTH_TYPE;
strWIDList[1].type = WID_CHAR;
strWIDList[1].size = sizeof(char);
strWIDList[1].val = (s8 *)&pstrHostIFkeyAttr->attr.wep.auth_type;
pu8keybuf = kmalloc(pstrHostIFkeyAttr->attr.wep.key_len + 2,
GFP_KERNEL);
if (!pu8keybuf)
return -ENOMEM;
pu8keybuf[0] = pstrHostIFkeyAttr->attr.wep.index;
pu8keybuf[1] = pstrHostIFkeyAttr->attr.wep.key_len;
memcpy(&pu8keybuf[2], pstrHostIFkeyAttr->attr.wep.key,
pstrHostIFkeyAttr->attr.wep.key_len);
kfree(pstrHostIFkeyAttr->attr.wep.key);
strWIDList[2].id = (u16)WID_WEP_KEY_VALUE;
strWIDList[2].type = WID_STR;
strWIDList[2].size = pstrHostIFkeyAttr->attr.wep.key_len + 2;
strWIDList[2].val = (s8 *)pu8keybuf;
result = wilc_send_config_pkt(vif, SET_CFG,
strWIDList, 3,
wilc_get_vif_idx(vif));
kfree(pu8keybuf);
} else if (pstrHostIFkeyAttr->action & ADDKEY) {
pu8keybuf = kmalloc(pstrHostIFkeyAttr->attr.wep.key_len + 2, GFP_KERNEL);
if (!pu8keybuf)
return -ENOMEM;
pu8keybuf[0] = pstrHostIFkeyAttr->attr.wep.index;
memcpy(pu8keybuf + 1, &pstrHostIFkeyAttr->attr.wep.key_len, 1);
memcpy(pu8keybuf + 2, pstrHostIFkeyAttr->attr.wep.key,
pstrHostIFkeyAttr->attr.wep.key_len);
kfree(pstrHostIFkeyAttr->attr.wep.key);
wid.id = (u16)WID_ADD_WEP_KEY;
wid.type = WID_STR;
wid.val = (s8 *)pu8keybuf;
wid.size = pstrHostIFkeyAttr->attr.wep.key_len + 2;
result = wilc_send_config_pkt(vif, SET_CFG,
&wid, 1,
wilc_get_vif_idx(vif));
kfree(pu8keybuf);
} else if (pstrHostIFkeyAttr->action & REMOVEKEY) {
wid.id = (u16)WID_REMOVE_WEP_KEY;
wid.type = WID_STR;
s8idxarray[0] = (s8)pstrHostIFkeyAttr->attr.wep.index;
wid.val = s8idxarray;
wid.size = 1;
result = wilc_send_config_pkt(vif, SET_CFG,
&wid, 1,
wilc_get_vif_idx(vif));
} else if (pstrHostIFkeyAttr->action & DEFAULTKEY) {
wid.id = (u16)WID_KEY_ID;
wid.type = WID_CHAR;
wid.val = (s8 *)&pstrHostIFkeyAttr->attr.wep.index;
wid.size = sizeof(char);
result = wilc_send_config_pkt(vif, SET_CFG,
&wid, 1,
wilc_get_vif_idx(vif));
}
complete(&hif_drv->comp_test_key_block);
break;
case WPA_RX_GTK:
if (pstrHostIFkeyAttr->action & ADDKEY_AP) {
pu8keybuf = kzalloc(RX_MIC_KEY_MSG_LEN, GFP_KERNEL);
if (!pu8keybuf) {
ret = -ENOMEM;
goto _WPARxGtk_end_case_;
}
if (pstrHostIFkeyAttr->attr.wpa.seq)
memcpy(pu8keybuf + 6, pstrHostIFkeyAttr->attr.wpa.seq, 8);
memcpy(pu8keybuf + 14, &pstrHostIFkeyAttr->attr.wpa.index, 1);
memcpy(pu8keybuf + 15, &pstrHostIFkeyAttr->attr.wpa.key_len, 1);
memcpy(pu8keybuf + 16, pstrHostIFkeyAttr->attr.wpa.key,
pstrHostIFkeyAttr->attr.wpa.key_len);
strWIDList[0].id = (u16)WID_11I_MODE;
strWIDList[0].type = WID_CHAR;
strWIDList[0].size = sizeof(char);
strWIDList[0].val = (s8 *)&pstrHostIFkeyAttr->attr.wpa.mode;
strWIDList[1].id = (u16)WID_ADD_RX_GTK;
strWIDList[1].type = WID_STR;
strWIDList[1].val = (s8 *)pu8keybuf;
strWIDList[1].size = RX_MIC_KEY_MSG_LEN;
result = wilc_send_config_pkt(vif, SET_CFG,
strWIDList, 2,
wilc_get_vif_idx(vif));
kfree(pu8keybuf);
complete(&hif_drv->comp_test_key_block);
} else if (pstrHostIFkeyAttr->action & ADDKEY) {
pu8keybuf = kzalloc(RX_MIC_KEY_MSG_LEN, GFP_KERNEL);
if (!pu8keybuf) {
ret = -ENOMEM;
goto _WPARxGtk_end_case_;
}
if (hif_drv->hif_state == HOST_IF_CONNECTED)
memcpy(pu8keybuf, hif_drv->assoc_bssid, ETH_ALEN);
else
netdev_err(vif->ndev, "Couldn't handle\n");
memcpy(pu8keybuf + 6, pstrHostIFkeyAttr->attr.wpa.seq, 8);
memcpy(pu8keybuf + 14, &pstrHostIFkeyAttr->attr.wpa.index, 1);
memcpy(pu8keybuf + 15, &pstrHostIFkeyAttr->attr.wpa.key_len, 1);
memcpy(pu8keybuf + 16, pstrHostIFkeyAttr->attr.wpa.key,
pstrHostIFkeyAttr->attr.wpa.key_len);
wid.id = (u16)WID_ADD_RX_GTK;
wid.type = WID_STR;
wid.val = (s8 *)pu8keybuf;
wid.size = RX_MIC_KEY_MSG_LEN;
result = wilc_send_config_pkt(vif, SET_CFG,
&wid, 1,
wilc_get_vif_idx(vif));
kfree(pu8keybuf);
complete(&hif_drv->comp_test_key_block);
}
_WPARxGtk_end_case_:
kfree(pstrHostIFkeyAttr->attr.wpa.key);
kfree(pstrHostIFkeyAttr->attr.wpa.seq);
if (ret)
return ret;
break;
case WPA_PTK:
if (pstrHostIFkeyAttr->action & ADDKEY_AP) {
pu8keybuf = kmalloc(PTK_KEY_MSG_LEN + 1, GFP_KERNEL);
if (!pu8keybuf) {
ret = -ENOMEM;
goto _WPAPtk_end_case_;
}
memcpy(pu8keybuf, pstrHostIFkeyAttr->attr.wpa.mac_addr, 6);
memcpy(pu8keybuf + 6, &pstrHostIFkeyAttr->attr.wpa.index, 1);
memcpy(pu8keybuf + 7, &pstrHostIFkeyAttr->attr.wpa.key_len, 1);
memcpy(pu8keybuf + 8, pstrHostIFkeyAttr->attr.wpa.key,
pstrHostIFkeyAttr->attr.wpa.key_len);
strWIDList[0].id = (u16)WID_11I_MODE;
strWIDList[0].type = WID_CHAR;
strWIDList[0].size = sizeof(char);
strWIDList[0].val = (s8 *)&pstrHostIFkeyAttr->attr.wpa.mode;
strWIDList[1].id = (u16)WID_ADD_PTK;
strWIDList[1].type = WID_STR;
strWIDList[1].val = (s8 *)pu8keybuf;
strWIDList[1].size = PTK_KEY_MSG_LEN + 1;
result = wilc_send_config_pkt(vif, SET_CFG,
strWIDList, 2,
wilc_get_vif_idx(vif));
kfree(pu8keybuf);
complete(&hif_drv->comp_test_key_block);
} else if (pstrHostIFkeyAttr->action & ADDKEY) {
pu8keybuf = kmalloc(PTK_KEY_MSG_LEN, GFP_KERNEL);
if (!pu8keybuf) {
netdev_err(vif->ndev, "No buffer send PTK\n");
ret = -ENOMEM;
goto _WPAPtk_end_case_;
}
memcpy(pu8keybuf, pstrHostIFkeyAttr->attr.wpa.mac_addr, 6);
memcpy(pu8keybuf + 6, &pstrHostIFkeyAttr->attr.wpa.key_len, 1);
memcpy(pu8keybuf + 7, pstrHostIFkeyAttr->attr.wpa.key,
pstrHostIFkeyAttr->attr.wpa.key_len);
wid.id = (u16)WID_ADD_PTK;
wid.type = WID_STR;
wid.val = (s8 *)pu8keybuf;
wid.size = PTK_KEY_MSG_LEN;
result = wilc_send_config_pkt(vif, SET_CFG,
&wid, 1,
wilc_get_vif_idx(vif));
kfree(pu8keybuf);
complete(&hif_drv->comp_test_key_block);
}
_WPAPtk_end_case_:
kfree(pstrHostIFkeyAttr->attr.wpa.key);
if (ret)
return ret;
break;
case PMKSA:
pu8keybuf = kmalloc((pstrHostIFkeyAttr->attr.pmkid.numpmkid * PMKSA_KEY_LEN) + 1, GFP_KERNEL);
if (!pu8keybuf)
return -ENOMEM;
pu8keybuf[0] = pstrHostIFkeyAttr->attr.pmkid.numpmkid;
for (i = 0; i < pstrHostIFkeyAttr->attr.pmkid.numpmkid; i++) {
memcpy(pu8keybuf + ((PMKSA_KEY_LEN * i) + 1), pstrHostIFkeyAttr->attr.pmkid.pmkidlist[i].bssid, ETH_ALEN);
memcpy(pu8keybuf + ((PMKSA_KEY_LEN * i) + ETH_ALEN + 1), pstrHostIFkeyAttr->attr.pmkid.pmkidlist[i].pmkid, PMKID_LEN);
}
wid.id = (u16)WID_PMKID_INFO;
wid.type = WID_STR;
wid.val = (s8 *)pu8keybuf;
wid.size = (pstrHostIFkeyAttr->attr.pmkid.numpmkid * PMKSA_KEY_LEN) + 1;
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
kfree(pu8keybuf);
break;
}
if (result)
netdev_err(vif->ndev, "Failed to send key config packet\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 1285 | 71.91% | 2 | 3.51% |
Leo Kim | 192 | 10.74% | 24 | 42.11% |
Glen Lee | 119 | 6.66% | 6 | 10.53% |
Tony Cho | 70 | 3.92% | 10 | 17.54% |
Chaehyun Lim | 60 | 3.36% | 5 | 8.77% |
Chris Park | 18 | 1.01% | 2 | 3.51% |
Alison Schofield | 10 | 0.56% | 1 | 1.75% |
Shraddha Barke | 10 | 0.56% | 2 | 3.51% |
Arnd Bergmann | 9 | 0.50% | 1 | 1.75% |
Luis de Bethencourt | 6 | 0.34% | 1 | 1.75% |
Dean Lee | 5 | 0.28% | 1 | 1.75% |
Greg Kroah-Hartman | 2 | 0.11% | 1 | 1.75% |
Roger H. Newell | 1 | 0.06% | 1 | 1.75% |
Total | 1787 | 100.00% | 57 | 100.00% |
static void Handle_Disconnect(struct wilc_vif *vif)
{
struct wid wid;
struct host_if_drv *hif_drv = vif->hif_drv;
s32 result = 0;
u16 u16DummyReasonCode = 0;
wid.id = (u16)WID_DISCONNECT;
wid.type = WID_CHAR;
wid.val = (s8 *)&u16DummyReasonCode;
wid.size = sizeof(char);
wilc_optaining_ip = false;
wilc_set_power_mgmt(vif, 0, 0);
eth_zero_addr(wilc_connected_ssid);
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result) {
netdev_err(vif->ndev, "Failed to send dissconect\n");
} else {
struct disconnect_info strDisconnectNotifInfo;
memset(&strDisconnectNotifInfo, 0, sizeof(struct disconnect_info));
strDisconnectNotifInfo.reason = 0;
strDisconnectNotifInfo.ie = NULL;
strDisconnectNotifInfo.ie_len = 0;
if (hif_drv->usr_scan_req.scan_result) {
del_timer(&hif_drv->scan_timer);
hif_drv->usr_scan_req.scan_result(SCAN_EVENT_ABORTED,
NULL,
hif_drv->usr_scan_req.arg,
NULL);
hif_drv->usr_scan_req.scan_result = NULL;
}
if (hif_drv->usr_conn_req.conn_result) {
if (hif_drv->hif_state == HOST_IF_WAITING_CONN_RESP)
del_timer(&hif_drv->connect_timer);
hif_drv->usr_conn_req.conn_result(CONN_DISCONN_EVENT_DISCONN_NOTIF,
NULL,
0,
&strDisconnectNotifInfo,
hif_drv->usr_conn_req.arg);
} else {
netdev_err(vif->ndev, "conn_result = NULL\n");
}
scan_while_connected = false;
hif_drv->hif_state = HOST_IF_IDLE;
eth_zero_addr(hif_drv->assoc_bssid);
hif_drv->usr_conn_req.ssid_len = 0;
kfree(hif_drv->usr_conn_req.ssid);
hif_drv->usr_conn_req.ssid = NULL;
kfree(hif_drv->usr_conn_req.bssid);
hif_drv->usr_conn_req.bssid = NULL;
hif_drv->usr_conn_req.ies_len = 0;
kfree(hif_drv->usr_conn_req.ies);
hif_drv->usr_conn_req.ies = NULL;
if (join_req && join_req_vif == vif) {
kfree(join_req);
join_req = NULL;
}
if (info_element && join_req_vif == vif) {
kfree(info_element);
info_element = NULL;
}
}
complete(&hif_drv->comp_test_disconn_block);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 236 | 59.75% | 2 | 3.77% |
Leo Kim | 52 | 13.16% | 26 | 49.06% |
Glen Lee | 44 | 11.14% | 7 | 13.21% |
Chaehyun Lim | 19 | 4.81% | 9 | 16.98% |
Tony Cho | 18 | 4.56% | 1 | 1.89% |
Chris Park | 12 | 3.04% | 1 | 1.89% |
Greg Kroah-Hartman | 4 | 1.01% | 2 | 3.77% |
Arnd Bergmann | 3 | 0.76% | 1 | 1.89% |
Dean Lee | 3 | 0.76% | 2 | 3.77% |
Shraddha Barke | 2 | 0.51% | 1 | 1.89% |
Alison Schofield | 2 | 0.51% | 1 | 1.89% |
Total | 395 | 100.00% | 53 | 100.00% |
void wilc_resolve_disconnect_aberration(struct wilc_vif *vif)
{
if (!vif->hif_drv)
return;
if ((vif->hif_drv->hif_state == HOST_IF_WAITING_CONN_RESP) ||
(vif->hif_drv->hif_state == HOST_IF_CONNECTING))
wilc_disconnect(vif, 1);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 27 | 57.45% | 1 | 14.29% |
Glen Lee | 11 | 23.40% | 2 | 28.57% |
Tony Cho | 4 | 8.51% | 1 | 14.29% |
Leo Kim | 3 | 6.38% | 2 | 28.57% |
Arnd Bergmann | 2 | 4.26% | 1 | 14.29% |
Total | 47 | 100.00% | 7 | 100.00% |
static void Handle_GetRssi(struct wilc_vif *vif)
{
s32 result = 0;
struct wid wid;
wid.id = (u16)WID_RSSI;
wid.type = WID_CHAR;
wid.val = &rssi;
wid.size = sizeof(char);
result = wilc_send_config_pkt(vif, GET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result) {
netdev_err(vif->ndev, "Failed to get RSSI value\n");
result = -EFAULT;
}
complete(&vif->hif_drv->comp_get_rssi);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 58 | 58.00% | 2 | 8.70% |
Leo Kim | 22 | 22.00% | 11 | 47.83% |
Glen Lee | 8 | 8.00% | 3 | 13.04% |
Chris Park | 5 | 5.00% | 1 | 4.35% |
Alison Schofield | 2 | 2.00% | 1 | 4.35% |
Chaehyun Lim | 2 | 2.00% | 2 | 8.70% |
Arnd Bergmann | 1 | 1.00% | 1 | 4.35% |
Tony Cho | 1 | 1.00% | 1 | 4.35% |
Dean Lee | 1 | 1.00% | 1 | 4.35% |
Total | 100 | 100.00% | 23 | 100.00% |
static s32 Handle_GetStatistics(struct wilc_vif *vif,
struct rf_info *pstrStatistics)
{
struct wid strWIDList[5];
u32 u32WidsCount = 0, result = 0;
strWIDList[u32WidsCount].id = WID_LINKSPEED;
strWIDList[u32WidsCount].type = WID_CHAR;
strWIDList[u32WidsCount].size = sizeof(char);
strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->link_speed;
u32WidsCount++;
strWIDList[u32WidsCount].id = WID_RSSI;
strWIDList[u32WidsCount].type = WID_CHAR;
strWIDList[u32WidsCount].size = sizeof(char);
strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->rssi;
u32WidsCount++;
strWIDList[u32WidsCount].id = WID_SUCCESS_FRAME_COUNT;
strWIDList[u32WidsCount].type = WID_INT;
strWIDList[u32WidsCount].size = sizeof(u32);
strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->tx_cnt;
u32WidsCount++;
strWIDList[u32WidsCount].id = WID_RECEIVED_FRAGMENT_COUNT;
strWIDList[u32WidsCount].type = WID_INT;
strWIDList[u32WidsCount].size = sizeof(u32);
strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->rx_cnt;
u32WidsCount++;
strWIDList[u32WidsCount].id = WID_FAILED_COUNT;
strWIDList[u32WidsCount].type = WID_INT;
strWIDList[u32WidsCount].size = sizeof(u32);
strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->tx_fail_cnt;
u32WidsCount++;
result = wilc_send_config_pkt(vif, GET_CFG, strWIDList,
u32WidsCount,
wilc_get_vif_idx(vif));
if (result)
netdev_err(vif->ndev, "Failed to send scan parameters\n");
if (pstrStatistics->link_speed > TCP_ACK_FILTER_LINK_SPEED_THRESH &&
pstrStatistics->link_speed != DEFAULT_LINK_SPEED)
wilc_enable_tcp_ack_filter(true);
else if (pstrStatistics->link_speed != DEFAULT_LINK_SPEED)
wilc_enable_tcp_ack_filter(false);
if (pstrStatistics != &vif->wilc->dummy_statistics)
complete(&hif_wait_response);
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 256 | 70.91% | 2 | 6.90% |
Glen Lee | 50 | 13.85% | 5 | 17.24% |
Leo Kim | 33 | 9.14% | 13 | 44.83% |
Chaehyun Lim | 12 | 3.32% | 5 | 17.24% |
Chris Park | 6 | 1.66% | 1 | 3.45% |
Dean Lee | 2 | 0.55% | 1 | 3.45% |
Arnd Bergmann | 2 | 0.55% | 2 | 6.90% |
Total | 361 | 100.00% | 29 | 100.00% |
static s32 Handle_Get_InActiveTime(struct wilc_vif *vif,
struct sta_inactive_t *strHostIfStaInactiveT)
{
s32 result = 0;
u8 *stamac;
struct wid wid;
struct host_if_drv *hif_drv = vif->hif_drv;
wid.id = (u16)WID_SET_STA_MAC_INACTIVE_TIME;
wid.type = WID_STR;
wid.size = ETH_ALEN;
wid.val = kmalloc(wid.size, GFP_KERNEL);
stamac = wid.val;
ether_addr_copy(stamac, strHostIfStaInactiveT->mac);
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result) {
netdev_err(vif->ndev, "Failed to SET incative time\n");
return -EFAULT;
}
wid.id = (u16)WID_GET_INACTIVE_TIME;
wid.type = WID_INT;
wid.val = (s8 *)&inactive_time;
wid.size = sizeof(u32);
result = wilc_send_config_pkt(vif, GET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result) {
netdev_err(vif->ndev, "Failed to get incative time\n");
return -EFAULT;
}
complete(&hif_drv->comp_inactive_time);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 120 | 57.42% | 2 | 6.90% |
Leo Kim | 42 | 20.10% | 11 | 37.93% |
Glen Lee | 22 | 10.53% | 5 | 17.24% |
Chris Park | 10 | 4.78% | 1 | 3.45% |
Chaehyun Lim | 6 | 2.87% | 4 | 13.79% |
Tony Cho | 3 | 1.44% | 2 | 6.90% |
Alison Schofield | 2 | 0.96% | 1 | 3.45% |
Arnd Bergmann | 2 | 0.96% | 1 | 3.45% |
Mihaela Muraru | 1 | 0.48% | 1 | 3.45% |
Greg Kroah-Hartman | 1 | 0.48% | 1 | 3.45% |
Total | 209 | 100.00% | 29 | 100.00% |
static void Handle_AddBeacon(struct wilc_vif *vif,
struct beacon_attr *pstrSetBeaconParam)
{
s32 result = 0;
struct wid wid;
u8 *pu8CurrByte;
wid.id = (u16)WID_ADD_BEACON;
wid.type = WID_BIN;
wid.size = pstrSetBeaconParam->head_len + pstrSetBeaconParam->tail_len + 16;
wid.val = kmalloc(wid.size, GFP_KERNEL);
if (!wid.val)
goto ERRORHANDLER;
pu8CurrByte = wid.val;
*pu8CurrByte++ = (pstrSetBeaconParam->interval & 0xFF);
*pu8CurrByte++ = ((pstrSetBeaconParam->interval >> 8) & 0xFF);
*pu8CurrByte++ = ((pstrSetBeaconParam->interval >> 16) & 0xFF);
*pu8CurrByte++ = ((pstrSetBeaconParam->interval >> 24) & 0xFF);
*pu8CurrByte++ = (pstrSetBeaconParam->dtim_period & 0xFF);
*pu8CurrByte++ = ((pstrSetBeaconParam->dtim_period >> 8) & 0xFF);
*pu8CurrByte++ = ((pstrSetBeaconParam->dtim_period >> 16) & 0xFF);
*pu8CurrByte++ = ((pstrSetBeaconParam->dtim_period >> 24) & 0xFF);
*pu8CurrByte++ = (pstrSetBeaconParam->head_len & 0xFF);
*pu8CurrByte++ = ((pstrSetBeaconParam->head_len >> 8) & 0xFF);
*pu8CurrByte++ = ((pstrSetBeaconParam->head_len >> 16) & 0xFF);
*pu8CurrByte++ = ((pstrSetBeaconParam->head_len >> 24) & 0xFF);
memcpy(pu8CurrByte, pstrSetBeaconParam->head, pstrSetBeaconParam->head_len);
pu8CurrByte += pstrSetBeaconParam->head_len;
*pu8CurrByte++ = (pstrSetBeaconParam->tail_len & 0xFF);
*pu8CurrByte++ = ((pstrSetBeaconParam->tail_len >> 8) & 0xFF);
*pu8CurrByte++ = ((pstrSetBeaconParam->tail_len >> 16) & 0xFF);
*pu8CurrByte++ = ((pstrSetBeaconParam->tail_len >> 24) & 0xFF);
if (pstrSetBeaconParam->tail)
memcpy(pu8CurrByte, pstrSetBeaconParam->tail, pstrSetBeaconParam->tail_len);
pu8CurrByte += pstrSetBeaconParam->tail_len;
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result)
netdev_err(vif->ndev, "Failed to send add beacon\n");
ERRORHANDLER:
kfree(wid.val);
kfree(pstrSetBeaconParam->head);
kfree(pstrSetBeaconParam->tail);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 344 | 80.75% | 2 | 6.25% |
Leo Kim | 58 | 13.62% | 17 | 53.12% |
Glen Lee | 9 | 2.11% | 5 | 15.62% |
Chris Park | 6 | 1.41% | 1 | 3.12% |
Greg Kroah-Hartman | 4 | 0.94% | 2 | 6.25% |
Chaehyun Lim | 2 | 0.47% | 2 | 6.25% |
Tony Cho | 2 | 0.47% | 2 | 6.25% |
Arnd Bergmann | 1 | 0.23% | 1 | 3.12% |
Total | 426 | 100.00% | 32 | 100.00% |
static void Handle_DelBeacon(struct wilc_vif *vif)
{
s32 result = 0;
struct wid wid;
u8 *pu8CurrByte;
wid.id = (u16)WID_DEL_BEACON;
wid.type = WID_CHAR;
wid.size = sizeof(char);
wid.val = &del_beacon;
if (!wid.val)
return;
pu8CurrByte = wid.val;
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result)
netdev_err(vif->ndev, "Failed to send delete beacon\n");
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 60 | 59.41% | 2 | 8.33% |
Leo Kim | 24 | 23.76% | 12 | 50.00% |
Chris Park | 6 | 5.94% | 1 | 4.17% |
Glen Lee | 6 | 5.94% | 4 | 16.67% |
Chaehyun Lim | 2 | 1.98% | 2 | 8.33% |
Greg Kroah-Hartman | 1 | 0.99% | 1 | 4.17% |
Dean Lee | 1 | 0.99% | 1 | 4.17% |
Arnd Bergmann | 1 | 0.99% | 1 | 4.17% |
Total | 101 | 100.00% | 24 | 100.00% |
static u32 WILC_HostIf_PackStaParam(u8 *pu8Buffer,
struct add_sta_param *pstrStationParam)
{
u8 *pu8CurrByte;
pu8CurrByte = pu8Buffer;
memcpy(pu8CurrByte, pstrStationParam->bssid, ETH_ALEN);
pu8CurrByte += ETH_ALEN;
*pu8CurrByte++ = pstrStationParam->aid & 0xFF;
*pu8CurrByte++ = (pstrStationParam->aid >> 8) & 0xFF;
*pu8CurrByte++ = pstrStationParam->rates_len;
if (pstrStationParam->rates_len > 0)
memcpy(pu8CurrByte, pstrStationParam->rates,
pstrStationParam->rates_len);
pu8CurrByte += pstrStationParam->rates_len;
*pu8CurrByte++ = pstrStationParam->ht_supported;
*pu8CurrByte++ = pstrStationParam->ht_capa_info & 0xFF;
*pu8CurrByte++ = (pstrStationParam->ht_capa_info >> 8) & 0xFF;
*pu8CurrByte++ = pstrStationParam->ht_ampdu_params;
memcpy(pu8CurrByte, pstrStationParam->ht_supp_mcs_set,
WILC_SUPP_MCS_SET_SIZE);
pu8CurrByte += WILC_SUPP_MCS_SET_SIZE;
*pu8CurrByte++ = pstrStationParam->ht_ext_params & 0xFF;
*pu8CurrByte++ = (pstrStationParam->ht_ext_params >> 8) & 0xFF;
*pu8CurrByte++ = pstrStationParam->ht_tx_bf_cap & 0xFF;
*pu8CurrByte++ = (pstrStationParam->ht_tx_bf_cap >> 8) & 0xFF;
*pu8CurrByte++ = (pstrStationParam->ht_tx_bf_cap >> 16) & 0xFF;
*pu8CurrByte++ = (pstrStationParam->ht_tx_bf_cap >> 24) & 0xFF;
*pu8CurrByte++ = pstrStationParam->ht_ante_sel;
*pu8CurrByte++ = pstrStationParam->flags_mask & 0xFF;
*pu8CurrByte++ = (pstrStationParam->flags_mask >> 8) & 0xFF;
*pu8CurrByte++ = pstrStationParam->flags_set & 0xFF;
*pu8CurrByte++ = (pstrStationParam->flags_set >> 8) & 0xFF;
return pu8CurrByte - pu8Buffer;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 257 | 88.93% | 1 | 5.56% |
Leo Kim | 24 | 8.30% | 13 | 72.22% |
Chaehyun Lim | 4 | 1.38% | 2 | 11.11% |
Tony Cho | 2 | 0.69% | 1 | 5.56% |
Greg Kroah-Hartman | 2 | 0.69% | 1 | 5.56% |
Total | 289 | 100.00% | 18 | 100.00% |
static void Handle_AddStation(struct wilc_vif *vif,
struct add_sta_param *pstrStationParam)
{
s32 result = 0;
struct wid wid;
u8 *pu8CurrByte;
wid.id = (u16)WID_ADD_STA;
wid.type = WID_BIN;
wid.size = WILC_ADD_STA_LENGTH + pstrStationParam->rates_len;
wid.val = kmalloc(wid.size, GFP_KERNEL);
if (!wid.val)
goto ERRORHANDLER;
pu8CurrByte = wid.val;
pu8CurrByte += WILC_HostIf_PackStaParam(pu8CurrByte, pstrStationParam);
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result != 0)
netdev_err(vif->ndev, "Failed to send add station\n");
ERRORHANDLER:
kfree(pstrStationParam->rates);
kfree(wid.val);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 85 | 59.86% | 2 | 7.41% |
Leo Kim | 34 | 23.94% | 13 | 48.15% |
Glen Lee | 9 | 6.34% | 5 | 18.52% |
Chris Park | 6 | 4.23% | 1 | 3.70% |
Greg Kroah-Hartman | 3 | 2.11% | 2 | 7.41% |
Chaehyun Lim | 2 | 1.41% | 2 | 7.41% |
Tony Cho | 2 | 1.41% | 1 | 3.70% |
Arnd Bergmann | 1 | 0.70% | 1 | 3.70% |
Total | 142 | 100.00% | 27 | 100.00% |
static void Handle_DelAllSta(struct wilc_vif *vif,
struct del_all_sta *pstrDelAllStaParam)
{
s32 result = 0;
struct wid wid;
u8 *pu8CurrByte;
u8 i;
u8 au8Zero_Buff[6] = {0};
wid.id = (u16)WID_DEL_ALL_STA;
wid.type = WID_STR;
wid.size = (pstrDelAllStaParam->assoc_sta * ETH_ALEN) + 1;
wid.val = kmalloc((pstrDelAllStaParam->assoc_sta * ETH_ALEN) + 1, GFP_KERNEL);
if (!wid.val)
goto ERRORHANDLER;
pu8CurrByte = wid.val;
*(pu8CurrByte++) = pstrDelAllStaParam->assoc_sta;
for (i = 0; i < MAX_NUM_STA; i++) {
if (memcmp(pstrDelAllStaParam->del_all_sta[i], au8Zero_Buff, ETH_ALEN))
memcpy(pu8CurrByte, pstrDelAllStaParam->del_all_sta[i], ETH_ALEN);
else
continue;
pu8CurrByte += ETH_ALEN;
}
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result)
netdev_err(vif->ndev, "Failed to send add station\n");
ERRORHANDLER:
kfree(wid.val);
complete(&hif_wait_response);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 153 | 71.50% | 2 | 6.67% |
Leo Kim | 34 | 15.89% | 13 | 43.33% |
Glen Lee | 9 | 4.21% | 5 | 16.67% |
Chris Park | 6 | 2.80% | 1 | 3.33% |
Chaehyun Lim | 6 | 2.80% | 5 | 16.67% |
Greg Kroah-Hartman | 3 | 1.40% | 2 | 6.67% |
Tony Cho | 2 | 0.93% | 1 | 3.33% |
Arnd Bergmann | 1 | 0.47% | 1 | 3.33% |
Total | 214 | 100.00% | 30 | 100.00% |
static void Handle_DelStation(struct wilc_vif *vif,
struct del_sta *pstrDelStaParam)
{
s32 result = 0;
struct wid wid;
u8 *pu8CurrByte;
wid.id = (u16)WID_REMOVE_STA;
wid.type = WID_BIN;
wid.size = ETH_ALEN;
wid.val = kmalloc(wid.size, GFP_KERNEL);
if (!wid.val)
goto ERRORHANDLER;
pu8CurrByte = wid.val;
ether_addr_copy(pu8CurrByte, pstrDelStaParam->mac_addr);
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result)
netdev_err(vif->ndev, "Failed to send add station\n");
ERRORHANDLER:
kfree(wid.val);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 72 | 55.81% | 2 | 7.41% |
Leo Kim | 34 | 26.36% | 12 | 44.44% |
Glen Lee | 9 | 6.98% | 5 | 18.52% |
Chris Park | 6 | 4.65% | 1 | 3.70% |
Tony Cho | 2 | 1.55% | 1 | 3.70% |
Greg Kroah-Hartman | 2 | 1.55% | 2 | 7.41% |
Chaehyun Lim | 2 | 1.55% | 2 | 7.41% |
Arnd Bergmann | 1 | 0.78% | 1 | 3.70% |
Mihaela Muraru | 1 | 0.78% | 1 | 3.70% |
Total | 129 | 100.00% | 27 | 100.00% |
static void Handle_EditStation(struct wilc_vif *vif,
struct add_sta_param *pstrStationParam)
{
s32 result = 0;
struct wid wid;
u8 *pu8CurrByte;
wid.id = (u16)WID_EDIT_STA;
wid.type = WID_BIN;
wid.size = WILC_ADD_STA_LENGTH + pstrStationParam->rates_len;
wid.val = kmalloc(wid.size, GFP_KERNEL);
if (!wid.val)
goto ERRORHANDLER;
pu8CurrByte = wid.val;
pu8CurrByte += WILC_HostIf_PackStaParam(pu8CurrByte, pstrStationParam);
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result)
netdev_err(vif->ndev, "Failed to send edit station\n");
ERRORHANDLER:
kfree(pstrStationParam->rates);
kfree(wid.val);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 84 | 60.00% | 2 | 7.41% |
Leo Kim | 33 | 23.57% | 13 | 48.15% |
Glen Lee | 9 | 6.43% | 5 | 18.52% |
Chris Park | 6 | 4.29% | 1 | 3.70% |
Greg Kroah-Hartman | 3 | 2.14% | 2 | 7.41% |
Tony Cho | 2 | 1.43% | 1 | 3.70% |
Chaehyun Lim | 2 | 1.43% | 2 | 7.41% |
Arnd Bergmann | 1 | 0.71% | 1 | 3.70% |
Total | 140 | 100.00% | 27 | 100.00% |
static int Handle_RemainOnChan(struct wilc_vif *vif,
struct remain_ch *pstrHostIfRemainOnChan)
{
s32 result = 0;
u8 u8remain_on_chan_flag;
struct wid wid;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv->remain_on_ch_pending) {
hif_drv->remain_on_ch.arg = pstrHostIfRemainOnChan->arg;
hif_drv->remain_on_ch.expired = pstrHostIfRemainOnChan->expired;
hif_drv->remain_on_ch.ready = pstrHostIfRemainOnChan->ready;
hif_drv->remain_on_ch.ch = pstrHostIfRemainOnChan->ch;
hif_drv->remain_on_ch.id = pstrHostIfRemainOnChan->id;
} else {
pstrHostIfRemainOnChan->ch = hif_drv->remain_on_ch.ch;
}
if (hif_drv->usr_scan_req.scan_result) {
hif_drv->remain_on_ch_pending = 1;
result = -EBUSY;
goto ERRORHANDLER;
}
if (hif_drv->hif_state == HOST_IF_WAITING_CONN_RESP) {
result = -EBUSY;
goto ERRORHANDLER;
}
if (wilc_optaining_ip || wilc_connecting) {
result = -EBUSY;
goto ERRORHANDLER;
}
u8remain_on_chan_flag = true;
wid.id = (u16)WID_REMAIN_ON_CHAN;
wid.type = WID_STR;
wid.size = 2;
wid.val = kmalloc(wid.size, GFP_KERNEL);
if (!wid.val) {
result = -ENOMEM;
goto ERRORHANDLER;
}
wid.val[0] = u8remain_on_chan_flag;
wid.val[1] = (s8)pstrHostIfRemainOnChan->ch;
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result != 0)
netdev_err(vif->ndev, "Failed to set remain on channel\n");
ERRORHANDLER:
{
P2P_LISTEN_STATE = 1;
hif_drv->remain_on_ch_timer.data = (unsigned long)vif;
mod_timer(&hif_drv->remain_on_ch_timer,
jiffies +
msecs_to_jiffies(pstrHostIfRemainOnChan->duration));
if (hif_drv->remain_on_ch.ready)
hif_drv->remain_on_ch.ready(hif_drv->remain_on_ch.arg);
if (hif_drv->remain_on_ch_pending)
hif_drv->remain_on_ch_pending = 0;
}
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 191 | 54.26% | 2 | 5.00% |
Leo Kim | 94 | 26.70% | 22 | 55.00% |
Glen Lee | 19 | 5.40% | 5 | 12.50% |
Tony Cho | 19 | 5.40% | 2 | 5.00% |
Greg Kroah-Hartman | 16 | 4.55% | 2 | 5.00% |
Chris Park | 5 | 1.42% | 1 | 2.50% |
Chaehyun Lim | 4 | 1.14% | 4 | 10.00% |
Arnd Bergmann | 3 | 0.85% | 1 | 2.50% |
Dean Lee | 1 | 0.28% | 1 | 2.50% |
Total | 352 | 100.00% | 40 | 100.00% |
static int Handle_RegisterFrame(struct wilc_vif *vif,
struct reg_frame *pstrHostIfRegisterFrame)
{
s32 result = 0;
struct wid wid;
u8 *pu8CurrByte;
wid.id = (u16)WID_REGISTER_FRAME;
wid.type = WID_STR;
wid.val = kmalloc(sizeof(u16) + 2, GFP_KERNEL);
if (!wid.val)
return -ENOMEM;
pu8CurrByte = wid.val;
*pu8CurrByte++ = pstrHostIfRegisterFrame->reg;
*pu8CurrByte++ = pstrHostIfRegisterFrame->reg_id;
memcpy(pu8CurrByte, &pstrHostIfRegisterFrame->frame_type, sizeof(u16));
wid.size = sizeof(u16) + 2;
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result) {
netdev_err(vif->ndev, "Failed to frame register\n");
result = -EINVAL;
}
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 102 | 63.35% | 2 | 7.14% |
Leo Kim | 34 | 21.12% | 14 | 50.00% |
Glen Lee | 9 | 5.59% | 5 | 17.86% |
Chaehyun Lim | 6 | 3.73% | 3 | 10.71% |
Chris Park | 6 | 3.73% | 1 | 3.57% |
Tony Cho | 2 | 1.24% | 1 | 3.57% |
Greg Kroah-Hartman | 1 | 0.62% | 1 | 3.57% |
Arnd Bergmann | 1 | 0.62% | 1 | 3.57% |
Total | 161 | 100.00% | 28 | 100.00% |
static u32 Handle_ListenStateExpired(struct wilc_vif *vif,
struct remain_ch *pstrHostIfRemainOnChan)
{
u8 u8remain_on_chan_flag;
struct wid wid;
s32 result = 0;
struct host_if_drv *hif_drv = vif->hif_drv;
if (P2P_LISTEN_STATE) {
u8remain_on_chan_flag = false;
wid.id = (u16)WID_REMAIN_ON_CHAN;
wid.type = WID_STR;
wid.size = 2;
wid.val = kmalloc(wid.size, GFP_KERNEL);
if (!wid.val)
return -ENOMEM;
wid.val[0] = u8remain_on_chan_flag;
wid.val[1] = FALSE_FRMWR_CHANNEL;
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result != 0) {
netdev_err(vif->ndev, "Failed to set remain channel\n");
goto _done_;
}
if (hif_drv->remain_on_ch.expired) {
hif_drv->remain_on_ch.expired(hif_drv->remain_on_ch.arg,
pstrHostIfRemainOnChan->id);
}
P2P_LISTEN_STATE = 0;
} else {
netdev_dbg(vif->ndev, "Not in listen state\n");
result = -EFAULT;
}
_done_:
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 119 | 58.91% | 2 | 6.25% |
Leo Kim | 41 | 20.30% | 15 | 46.88% |
Glen Lee | 14 | 6.93% | 5 | 15.62% |
Chris Park | 14 | 6.93% | 3 | 9.38% |
Tony Cho | 9 | 4.46% | 2 | 6.25% |
Chaehyun Lim | 2 | 0.99% | 2 | 6.25% |
Dean Lee | 1 | 0.50% | 1 | 3.12% |
Arnd Bergmann | 1 | 0.50% | 1 | 3.12% |
Greg Kroah-Hartman | 1 | 0.50% | 1 | 3.12% |
Total | 202 | 100.00% | 32 | 100.00% |
static void ListenTimerCB(unsigned long arg)
{
s32 result = 0;
struct host_if_msg msg;
struct wilc_vif *vif = (struct wilc_vif *)arg;
del_timer(&vif->hif_drv->remain_on_ch_timer);
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_LISTEN_TIMER_FIRED;
msg.vif = vif;
msg.body.remain_on_ch.id = vif->hif_drv->remain_on_ch.id;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc_mq_send fail\n");
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 56 | 53.85% | 1 | 4.55% |
Tony Cho | 15 | 14.42% | 7 | 31.82% |
Leo Kim | 11 | 10.58% | 7 | 31.82% |
Glen Lee | 9 | 8.65% | 1 | 4.55% |
Chris Park | 5 | 4.81% | 1 | 4.55% |
Greg Kroah-Hartman | 5 | 4.81% | 2 | 9.09% |
Chaehyun Lim | 2 | 1.92% | 2 | 9.09% |
Binoy Jayan | 1 | 0.96% | 1 | 4.55% |
Total | 104 | 100.00% | 22 | 100.00% |
static void Handle_PowerManagement(struct wilc_vif *vif,
struct power_mgmt_param *strPowerMgmtParam)
{
s32 result = 0;
struct wid wid;
s8 s8PowerMode;
wid.id = (u16)WID_POWER_MANAGEMENT;
if (strPowerMgmtParam->enabled)
s8PowerMode = MIN_FAST_PS;
else
s8PowerMode = NO_POWERSAVE;
wid.val = &s8PowerMode;
wid.size = sizeof(char);
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result)
netdev_err(vif->ndev, "Failed to send power management\n");
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 65 | 65.00% | 2 | 9.09% |
Leo Kim | 16 | 16.00% | 9 | 40.91% |
Glen Lee | 6 | 6.00% | 4 | 18.18% |
Chris Park | 6 | 6.00% | 1 | 4.55% |
Chaehyun Lim | 3 | 3.00% | 3 | 13.64% |
Tony Cho | 2 | 2.00% | 1 | 4.55% |
Arnd Bergmann | 1 | 1.00% | 1 | 4.55% |
Dean Lee | 1 | 1.00% | 1 | 4.55% |
Total | 100 | 100.00% | 22 | 100.00% |
static void Handle_SetMulticastFilter(struct wilc_vif *vif,
struct set_multicast *strHostIfSetMulti)
{
s32 result = 0;
struct wid wid;
u8 *pu8CurrByte;
wid.id = (u16)WID_SETUP_MULTICAST_FILTER;
wid.type = WID_BIN;
wid.size = sizeof(struct set_multicast) + ((strHostIfSetMulti->cnt) * ETH_ALEN);
wid.val = kmalloc(wid.size, GFP_KERNEL);
if (!wid.val)
goto ERRORHANDLER;
pu8CurrByte = wid.val;
*pu8CurrByte++ = (strHostIfSetMulti->enabled & 0xFF);
*pu8CurrByte++ = 0;
*pu8CurrByte++ = 0;
*pu8CurrByte++ = 0;
*pu8CurrByte++ = (strHostIfSetMulti->cnt & 0xFF);
*pu8CurrByte++ = ((strHostIfSetMulti->cnt >> 8) & 0xFF);
*pu8CurrByte++ = ((strHostIfSetMulti->cnt >> 16) & 0xFF);
*pu8CurrByte++ = ((strHostIfSetMulti->cnt >> 24) & 0xFF);
if ((strHostIfSetMulti->cnt) > 0)
memcpy(pu8CurrByte, wilc_multicast_mac_addr_list,
((strHostIfSetMulti->cnt) * ETH_ALEN));
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result)
netdev_err(vif->ndev, "Failed to send setup multicast\n");
ERRORHANDLER:
kfree(wid.val);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 184 | 73.31% | 2 | 7.14% |
Leo Kim | 42 | 16.73% | 14 | 50.00% |
Glen Lee | 9 | 3.59% | 5 | 17.86% |
Chris Park | 6 | 2.39% | 1 | 3.57% |
Tony Cho | 4 | 1.59% | 1 | 3.57% |
Chaehyun Lim | 2 | 0.80% | 2 | 7.14% |
Greg Kroah-Hartman | 2 | 0.80% | 2 | 7.14% |
Arnd Bergmann | 2 | 0.80% | 1 | 3.57% |
Total | 251 | 100.00% | 28 | 100.00% |
static void handle_set_tx_pwr(struct wilc_vif *vif, u8 tx_pwr)
{
int ret;
struct wid wid;
wid.id = (u16)WID_TX_POWER;
wid.type = WID_CHAR;
wid.val = &tx_pwr;
wid.size = sizeof(char);
ret = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (ret)
netdev_err(vif->ndev, "Failed to set TX PWR\n");
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Glen Lee | 84 | 100.00% | 1 | 100.00% |
Total | 84 | 100.00% | 1 | 100.00% |
static void handle_get_tx_pwr(struct wilc_vif *vif, u8 *tx_pwr)
{
int ret = 0;
struct wid wid;
wid.id = (u16)WID_TX_POWER;
wid.type = WID_CHAR;
wid.val = (s8 *)tx_pwr;
wid.size = sizeof(char);
ret = wilc_send_config_pkt(vif, GET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (ret)
netdev_err(vif->ndev, "Failed to get TX PWR\n");
complete(&hif_wait_response);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Glen Lee | 93 | 96.88% | 1 | 33.33% |
Chaehyun Lim | 3 | 3.12% | 2 | 66.67% |
Total | 96 | 100.00% | 3 | 100.00% |
static void host_if_work(struct work_struct *work)
{
struct host_if_msg *msg;
struct wilc *wilc;
msg = container_of(work, struct host_if_msg, work);
wilc = msg->vif->wilc;
if (msg->id == HOST_IF_MSG_CONNECT &&
msg->vif->hif_drv->usr_scan_req.scan_result) {
wilc_enqueue_cmd(msg);
usleep_range(2 * 1000, 2 * 1000);
goto free_msg;
}
switch (msg->id) {
case HOST_IF_MSG_SCAN:
handle_scan(msg->vif, &msg->body.scan_info);
break;
case HOST_IF_MSG_CONNECT:
Handle_Connect(msg->vif, &msg->body.con_info);
break;
case HOST_IF_MSG_RCVD_NTWRK_INFO:
Handle_RcvdNtwrkInfo(msg->vif, &msg->body.net_info);
break;
case HOST_IF_MSG_RCVD_GNRL_ASYNC_INFO:
Handle_RcvdGnrlAsyncInfo(msg->vif,
&msg->body.async_info);
break;
case HOST_IF_MSG_KEY:
Handle_Key(msg->vif, &msg->body.key_info);
break;
case HOST_IF_MSG_CFG_PARAMS:
handle_cfg_param(msg->vif, &msg->body.cfg_info);
break;
case HOST_IF_MSG_SET_CHANNEL:
handle_set_channel(msg->vif, &msg->body.channel_info);
break;
case HOST_IF_MSG_DISCONNECT:
Handle_Disconnect(msg->vif);
break;
case HOST_IF_MSG_RCVD_SCAN_COMPLETE:
del_timer(&msg->vif->hif_drv->scan_timer);
if (!wilc_wlan_get_num_conn_ifcs(wilc))
wilc_chip_sleep_manually(wilc);
Handle_ScanDone(msg->vif, SCAN_EVENT_DONE);
if (msg->vif->hif_drv->remain_on_ch_pending)
Handle_RemainOnChan(msg->vif,
&msg->body.remain_on_ch);
break;
case HOST_IF_MSG_GET_RSSI:
Handle_GetRssi(msg->vif);
break;
case HOST_IF_MSG_GET_STATISTICS:
Handle_GetStatistics(msg->vif,
(struct rf_info *)msg->body.data);
break;
case HOST_IF_MSG_ADD_BEACON:
Handle_AddBeacon(msg->vif, &msg->body.beacon_info);
break;
case HOST_IF_MSG_DEL_BEACON:
Handle_DelBeacon(msg->vif);
break;
case HOST_IF_MSG_ADD_STATION:
Handle_AddStation(msg->vif, &msg->body.add_sta_info);
break;
case HOST_IF_MSG_DEL_STATION:
Handle_DelStation(msg->vif, &msg->body.del_sta_info);
break;
case HOST_IF_MSG_EDIT_STATION:
Handle_EditStation(msg->vif, &msg->body.edit_sta_info);
break;
case HOST_IF_MSG_GET_INACTIVETIME:
Handle_Get_InActiveTime(msg->vif, &msg->body.mac_info);
break;
case HOST_IF_MSG_SCAN_TIMER_FIRED:
Handle_ScanDone(msg->vif, SCAN_EVENT_ABORTED);
break;
case HOST_IF_MSG_CONNECT_TIMER_FIRED:
Handle_ConnectTimeout(msg->vif);
break;
case HOST_IF_MSG_POWER_MGMT:
Handle_PowerManagement(msg->vif,
&msg->body.pwr_mgmt_info);
break;
case HOST_IF_MSG_SET_WFIDRV_HANDLER:
handle_set_wfi_drv_handler(msg->vif, &msg->body.drv);
break;
case HOST_IF_MSG_SET_OPERATION_MODE:
handle_set_operation_mode(msg->vif, &msg->body.mode);
break;
case HOST_IF_MSG_SET_IPADDRESS:
handle_set_ip_address(msg->vif,
msg->body.ip_info.ip_addr,
msg->body.ip_info.idx);
break;
case HOST_IF_MSG_GET_IPADDRESS:
handle_get_ip_address(msg->vif, msg->body.ip_info.idx);
break;
case HOST_IF_MSG_GET_MAC_ADDRESS:
handle_get_mac_address(msg->vif,
&msg->body.get_mac_info);
break;
case HOST_IF_MSG_REMAIN_ON_CHAN:
Handle_RemainOnChan(msg->vif, &msg->body.remain_on_ch);
break;
case HOST_IF_MSG_REGISTER_FRAME:
Handle_RegisterFrame(msg->vif, &msg->body.reg_frame);
break;
case HOST_IF_MSG_LISTEN_TIMER_FIRED:
Handle_ListenStateExpired(msg->vif, &msg->body.remain_on_ch);
break;
case HOST_IF_MSG_SET_MULTICAST_FILTER:
Handle_SetMulticastFilter(msg->vif, &msg->body.multicast_info);
break;
case HOST_IF_MSG_DEL_ALL_STA:
Handle_DelAllSta(msg->vif, &msg->body.del_all_sta_info);
break;
case HOST_IF_MSG_SET_TX_POWER:
handle_set_tx_pwr(msg->vif, msg->body.tx_power.tx_pwr);
break;
case HOST_IF_MSG_GET_TX_POWER:
handle_get_tx_pwr(msg->vif, &msg->body.tx_power.tx_pwr);
break;
default:
netdev_err(msg->vif->ndev, "[Host Interface] undefined\n");
break;
}
free_msg:
kfree(msg);
complete(&hif_thread_comp);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 376 | 52.37% | 2 | 3.39% |
Tony Cho | 120 | 16.71% | 28 | 47.46% |
Binoy Jayan | 99 | 13.79% | 2 | 3.39% |
Glen Lee | 87 | 12.12% | 6 | 10.17% |
Leo Kim | 15 | 2.09% | 14 | 23.73% |
Greg Kroah-Hartman | 8 | 1.11% | 2 | 3.39% |
Chris Park | 6 | 0.84% | 1 | 1.69% |
Arnd Bergmann | 4 | 0.56% | 2 | 3.39% |
Chaehyun Lim | 3 | 0.42% | 2 | 3.39% |
Total | 718 | 100.00% | 59 | 100.00% |
static void TimerCB_Scan(unsigned long arg)
{
struct wilc_vif *vif = (struct wilc_vif *)arg;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.vif = vif;
msg.id = HOST_IF_MSG_SCAN_TIMER_FIRED;
wilc_enqueue_cmd(&msg);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 28 | 48.28% | 1 | 11.11% |
Greg Kroah-Hartman | 11 | 18.97% | 1 | 11.11% |
Tony Cho | 10 | 17.24% | 4 | 44.44% |
Glen Lee | 7 | 12.07% | 1 | 11.11% |
Chaehyun Lim | 1 | 1.72% | 1 | 11.11% |
Binoy Jayan | 1 | 1.72% | 1 | 11.11% |
Total | 58 | 100.00% | 9 | 100.00% |
static void TimerCB_Connect(unsigned long arg)
{
struct wilc_vif *vif = (struct wilc_vif *)arg;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.vif = vif;
msg.id = HOST_IF_MSG_CONNECT_TIMER_FIRED;
wilc_enqueue_cmd(&msg);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 28 | 48.28% | 1 | 11.11% |
Greg Kroah-Hartman | 11 | 18.97% | 1 | 11.11% |
Tony Cho | 10 | 17.24% | 4 | 44.44% |
Glen Lee | 7 | 12.07% | 1 | 11.11% |
Chaehyun Lim | 1 | 1.72% | 1 | 11.11% |
Binoy Jayan | 1 | 1.72% | 1 | 11.11% |
Total | 58 | 100.00% | 9 | 100.00% |
s32 wilc_remove_key(struct host_if_drv *hif_drv, const u8 *pu8StaAddress)
{
struct wid wid;
wid.id = (u16)WID_REMOVE_KEY;
wid.type = WID_STR;
wid.val = (s8 *)pu8StaAddress;
wid.size = 6;
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 33 | 62.26% | 2 | 12.50% |
Leo Kim | 14 | 26.42% | 8 | 50.00% |
Chaehyun Lim | 3 | 5.66% | 3 | 18.75% |
Greg Kroah-Hartman | 1 | 1.89% | 1 | 6.25% |
Tony Cho | 1 | 1.89% | 1 | 6.25% |
Arnd Bergmann | 1 | 1.89% | 1 | 6.25% |
Total | 53 | 100.00% | 16 | 100.00% |
int wilc_remove_wep_key(struct wilc_vif *vif, u8 index)
{
int result = 0;
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv) {
result = -EFAULT;
netdev_err(vif->ndev, "Failed to send setup multicast\n");
return result;
}
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_KEY;
msg.body.key_info.type = WEP;
msg.body.key_info.action = REMOVEKEY;
msg.vif = vif;
msg.body.key_info.attr.wep.index = index;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "Request to remove WEP key\n");
else
wait_for_completion(&hif_drv->comp_test_key_block);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 63 | 42.57% | 1 | 3.57% |
Tony Cho | 22 | 14.86% | 8 | 28.57% |
Glen Lee | 19 | 12.84% | 2 | 7.14% |
Leo Kim | 15 | 10.14% | 7 | 25.00% |
Chaehyun Lim | 12 | 8.11% | 5 | 17.86% |
Chris Park | 12 | 8.11% | 1 | 3.57% |
Alison Schofield | 2 | 1.35% | 1 | 3.57% |
Greg Kroah-Hartman | 1 | 0.68% | 1 | 3.57% |
Binoy Jayan | 1 | 0.68% | 1 | 3.57% |
Arnd Bergmann | 1 | 0.68% | 1 | 3.57% |
Total | 148 | 100.00% | 28 | 100.00% |
int wilc_set_wep_default_keyid(struct wilc_vif *vif, u8 index)
{
int result = 0;
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv) {
result = -EFAULT;
netdev_err(vif->ndev, "driver is null\n");
return result;
}
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_KEY;
msg.body.key_info.type = WEP;
msg.body.key_info.action = DEFAULTKEY;
msg.vif = vif;
msg.body.key_info.attr.wep.index = index;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "Default key index\n");
else
wait_for_completion(&hif_drv->comp_test_key_block);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 63 | 42.57% | 1 | 3.57% |
Leo Kim | 23 | 15.54% | 8 | 28.57% |
Tony Cho | 22 | 14.86% | 9 | 32.14% |
Glen Lee | 19 | 12.84% | 2 | 7.14% |
Chris Park | 11 | 7.43% | 1 | 3.57% |
Chaehyun Lim | 5 | 3.38% | 3 | 10.71% |
Alison Schofield | 2 | 1.35% | 1 | 3.57% |
Greg Kroah-Hartman | 1 | 0.68% | 1 | 3.57% |
Binoy Jayan | 1 | 0.68% | 1 | 3.57% |
Arnd Bergmann | 1 | 0.68% | 1 | 3.57% |
Total | 148 | 100.00% | 28 | 100.00% |
int wilc_add_wep_key_bss_sta(struct wilc_vif *vif, const u8 *key, u8 len,
u8 index)
{
int result = 0;
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv) {
netdev_err(vif->ndev, "driver is null\n");
return -EFAULT;
}
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_KEY;
msg.body.key_info.type = WEP;
msg.body.key_info.action = ADDKEY;
msg.vif = vif;
msg.body.key_info.attr.wep.key = kmemdup(key, len, GFP_KERNEL);
if (!msg.body.key_info.attr.wep.key)
return -ENOMEM;
msg.body.key_info.attr.wep.key_len = len;
msg.body.key_info.attr.wep.index = index;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "STA - WEP Key\n");
wait_for_completion(&hif_drv->comp_test_key_block);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 88 | 42.93% | 1 | 2.94% |
Tony Cho | 37 | 18.05% | 11 | 32.35% |
Leo Kim | 21 | 10.24% | 8 | 23.53% |
Glen Lee | 21 | 10.24% | 3 | 8.82% |
Chaehyun Lim | 20 | 9.76% | 6 | 17.65% |
Chris Park | 11 | 5.37% | 1 | 2.94% |
Greg Kroah-Hartman | 3 | 1.46% | 1 | 2.94% |
Alison Schofield | 2 | 0.98% | 1 | 2.94% |
Arnd Bergmann | 1 | 0.49% | 1 | 2.94% |
Binoy Jayan | 1 | 0.49% | 1 | 2.94% |
Total | 205 | 100.00% | 34 | 100.00% |
int wilc_add_wep_key_bss_ap(struct wilc_vif *vif, const u8 *key, u8 len,
u8 index, u8 mode, enum AUTHTYPE auth_type)
{
int result = 0;
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv) {
netdev_err(vif->ndev, "driver is null\n");
return -EFAULT;
}
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_KEY;
msg.body.key_info.type = WEP;
msg.body.key_info.action = ADDKEY_AP;
msg.vif = vif;
msg.body.key_info.attr.wep.key = kmemdup(key, len, GFP_KERNEL);
if (!msg.body.key_info.attr.wep.key)
return -ENOMEM;
msg.body.key_info.attr.wep.key_len = len;
msg.body.key_info.attr.wep.index = index;
msg.body.key_info.attr.wep.mode = mode;
msg.body.key_info.attr.wep.auth_type = auth_type;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "AP - WEP Key\n");
else
wait_for_completion(&hif_drv->comp_test_key_block);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 104 | 43.15% | 1 | 2.50% |
Tony Cho | 47 | 19.50% | 13 | 32.50% |
Leo Kim | 26 | 10.79% | 10 | 25.00% |
Chaehyun Lim | 24 | 9.96% | 8 | 20.00% |
Glen Lee | 21 | 8.71% | 3 | 7.50% |
Chris Park | 11 | 4.56% | 1 | 2.50% |
Greg Kroah-Hartman | 4 | 1.66% | 1 | 2.50% |
Alison Schofield | 2 | 0.83% | 1 | 2.50% |
Arnd Bergmann | 1 | 0.41% | 1 | 2.50% |
Binoy Jayan | 1 | 0.41% | 1 | 2.50% |
Total | 241 | 100.00% | 40 | 100.00% |
int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
const u8 *mac_addr, const u8 *rx_mic, const u8 *tx_mic,
u8 mode, u8 cipher_mode, u8 index)
{
int result = 0;
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
u8 key_len = ptk_key_len;
if (!hif_drv) {
netdev_err(vif->ndev, "driver is null\n");
return -EFAULT;
}
if (rx_mic)
key_len += RX_MIC_KEY_LEN;
if (tx_mic)
key_len += TX_MIC_KEY_LEN;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_KEY;
msg.body.key_info.type = WPA_PTK;
if (mode == AP_MODE) {
msg.body.key_info.action = ADDKEY_AP;
msg.body.key_info.attr.wpa.index = index;
}
if (mode == STATION_MODE)
msg.body.key_info.action = ADDKEY;
msg.body.key_info.attr.wpa.key = kmemdup(ptk, ptk_key_len, GFP_KERNEL);
if (!msg.body.key_info.attr.wpa.key)
return -ENOMEM;
if (rx_mic)
memcpy(msg.body.key_info.attr.wpa.key + 16, rx_mic, RX_MIC_KEY_LEN);
if (tx_mic)
memcpy(msg.body.key_info.attr.wpa.key + 24, tx_mic, TX_MIC_KEY_LEN);
msg.body.key_info.attr.wpa.key_len = key_len;
msg.body.key_info.attr.wpa.mac_addr = mac_addr;
msg.body.key_info.attr.wpa.mode = cipher_mode;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "PTK Key\n");
else
wait_for_completion(&hif_drv->comp_test_key_block);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 178 | 50.86% | 1 | 2.33% |
Tony Cho | 53 | 15.14% | 8 | 18.60% |
Leo Kim | 37 | 10.57% | 14 | 32.56% |
Chaehyun Lim | 36 | 10.29% | 11 | 25.58% |
Glen Lee | 19 | 5.43% | 3 | 6.98% |
Chris Park | 11 | 3.14% | 1 | 2.33% |
Arnd Bergmann | 8 | 2.29% | 2 | 4.65% |
Greg Kroah-Hartman | 5 | 1.43% | 1 | 2.33% |
Alison Schofield | 2 | 0.57% | 1 | 2.33% |
Binoy Jayan | 1 | 0.29% | 1 | 2.33% |
Total | 350 | 100.00% | 43 | 100.00% |
int wilc_add_rx_gtk(struct wilc_vif *vif, const u8 *rx_gtk, u8 gtk_key_len,
u8 index, u32 key_rsc_len, const u8 *key_rsc,
const u8 *rx_mic, const u8 *tx_mic, u8 mode,
u8 cipher_mode)
{
int result = 0;
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
u8 key_len = gtk_key_len;
if (!hif_drv) {
netdev_err(vif->ndev, "driver is null\n");
return -EFAULT;
}
memset(&msg, 0, sizeof(struct host_if_msg));
if (rx_mic)
key_len += RX_MIC_KEY_LEN;
if (tx_mic)
key_len += TX_MIC_KEY_LEN;
if (key_rsc) {
msg.body.key_info.attr.wpa.seq = kmemdup(key_rsc,
key_rsc_len,
GFP_KERNEL);
if (!msg.body.key_info.attr.wpa.seq)
return -ENOMEM;
}
msg.id = HOST_IF_MSG_KEY;
msg.body.key_info.type = WPA_RX_GTK;
msg.vif = vif;
if (mode == AP_MODE) {
msg.body.key_info.action = ADDKEY_AP;
msg.body.key_info.attr.wpa.mode = cipher_mode;
}
if (mode == STATION_MODE)
msg.body.key_info.action = ADDKEY;
msg.body.key_info.attr.wpa.key = kmemdup(rx_gtk,
key_len,
GFP_KERNEL);
if (!msg.body.key_info.attr.wpa.key)
return -ENOMEM;
if (rx_mic)
memcpy(msg.body.key_info.attr.wpa.key + 16, rx_mic,
RX_MIC_KEY_LEN);
if (tx_mic)
memcpy(msg.body.key_info.attr.wpa.key + 24, tx_mic,
TX_MIC_KEY_LEN);
msg.body.key_info.attr.wpa.index = index;
msg.body.key_info.attr.wpa.key_len = key_len;
msg.body.key_info.attr.wpa.seq_len = key_rsc_len;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "RX GTK\n");
else
wait_for_completion(&hif_drv->comp_test_key_block);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 196 | 49.12% | 1 | 2.08% |
Tony Cho | 61 | 15.29% | 8 | 16.67% |
Chaehyun Lim | 53 | 13.28% | 14 | 29.17% |
Leo Kim | 40 | 10.03% | 16 | 33.33% |
Glen Lee | 21 | 5.26% | 3 | 6.25% |
Chris Park | 11 | 2.76% | 1 | 2.08% |
Arnd Bergmann | 9 | 2.26% | 2 | 4.17% |
Greg Kroah-Hartman | 5 | 1.25% | 1 | 2.08% |
Alison Schofield | 2 | 0.50% | 1 | 2.08% |
Binoy Jayan | 1 | 0.25% | 1 | 2.08% |
Total | 399 | 100.00% | 48 | 100.00% |
int wilc_set_pmkid_info(struct wilc_vif *vif,
struct host_if_pmkid_attr *pmkid)
{
int result = 0;
struct host_if_msg msg;
int i;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_KEY;
msg.body.key_info.type = PMKSA;
msg.body.key_info.action = ADDKEY;
msg.vif = vif;
for (i = 0; i < pmkid->numpmkid; i++) {
memcpy(msg.body.key_info.attr.pmkid.pmkidlist[i].bssid,
&pmkid->pmkidlist[i].bssid, ETH_ALEN);
memcpy(msg.body.key_info.attr.pmkid.pmkidlist[i].pmkid,
&pmkid->pmkidlist[i].pmkid, PMKID_LEN);
}
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "PMKID Info\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 116 | 65.17% | 1 | 4.17% |
Tony Cho | 23 | 12.92% | 7 | 29.17% |
Leo Kim | 12 | 6.74% | 7 | 29.17% |
Chaehyun Lim | 10 | 5.62% | 5 | 20.83% |
Glen Lee | 9 | 5.06% | 1 | 4.17% |
Chris Park | 6 | 3.37% | 1 | 4.17% |
Binoy Jayan | 1 | 0.56% | 1 | 4.17% |
Arnd Bergmann | 1 | 0.56% | 1 | 4.17% |
Total | 178 | 100.00% | 24 | 100.00% |
int wilc_get_mac_address(struct wilc_vif *vif, u8 *mac_addr)
{
int result = 0;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_GET_MAC_ADDRESS;
msg.body.get_mac_info.mac_addr = mac_addr;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result) {
netdev_err(vif->ndev, "Failed to send get mac address\n");
return -EFAULT;
}
wait_for_completion(&hif_wait_response);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 50 | 52.63% | 1 | 5.00% |
Tony Cho | 13 | 13.68% | 6 | 30.00% |
Leo Kim | 9 | 9.47% | 4 | 20.00% |
Glen Lee | 8 | 8.42% | 1 | 5.00% |
Chaehyun Lim | 7 | 7.37% | 4 | 20.00% |
Chris Park | 5 | 5.26% | 1 | 5.00% |
Arnd Bergmann | 1 | 1.05% | 1 | 5.00% |
Binoy Jayan | 1 | 1.05% | 1 | 5.00% |
Greg Kroah-Hartman | 1 | 1.05% | 1 | 5.00% |
Total | 95 | 100.00% | 20 | 100.00% |
int wilc_set_join_req(struct wilc_vif *vif, u8 *bssid, const u8 *ssid,
size_t ssid_len, const u8 *ies, size_t ies_len,
wilc_connect_result connect_result, void *user_arg,
u8 security, enum AUTHTYPE auth_type,
u8 channel, void *join_params)
{
int result = 0;
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv || !connect_result) {
netdev_err(vif->ndev, "Driver is null\n");
return -EFAULT;
}
if (!join_params) {
netdev_err(vif->ndev, "Unable to Join - JoinParams is NULL\n");
return -EFAULT;
}
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_CONNECT;
msg.body.con_info.security = security;
msg.body.con_info.auth_type = auth_type;
msg.body.con_info.ch = channel;
msg.body.con_info.result = connect_result;
msg.body.con_info.arg = user_arg;
msg.body.con_info.params = join_params;
msg.vif = vif;
if (bssid) {
msg.body.con_info.bssid = kmemdup(bssid, 6, GFP_KERNEL);
if (!msg.body.con_info.bssid)
return -ENOMEM;
}
if (ssid) {
msg.body.con_info.ssid_len = ssid_len;
msg.body.con_info.ssid = kmemdup(ssid, ssid_len, GFP_KERNEL);
if (!msg.body.con_info.ssid)
return -ENOMEM;
}
if (ies) {
msg.body.con_info.ies_len = ies_len;
msg.body.con_info.ies = kmemdup(ies, ies_len, GFP_KERNEL);
if (!msg.body.con_info.ies)
return -ENOMEM;
}
if (hif_drv->hif_state < HOST_IF_CONNECTING)
hif_drv->hif_state = HOST_IF_CONNECTING;
result = wilc_enqueue_cmd(&msg);
if (result) {
netdev_err(vif->ndev, "send message: Set join request\n");
return -EFAULT;
}
hif_drv->connect_timer.data = (unsigned long)vif;
mod_timer(&hif_drv->connect_timer,
jiffies + msecs_to_jiffies(HOST_IF_CONNECT_TIMEOUT));
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 174 | 43.18% | 1 | 1.89% |
Chaehyun Lim | 62 | 15.38% | 14 | 26.42% |
Tony Cho | 57 | 14.14% | 7 | 13.21% |
Leo Kim | 47 | 11.66% | 21 | 39.62% |
Glen Lee | 24 | 5.96% | 4 | 7.55% |
Greg Kroah-Hartman | 19 | 4.71% | 2 | 3.77% |
Chris Park | 16 | 3.97% | 1 | 1.89% |
Arnd Bergmann | 3 | 0.74% | 2 | 3.77% |
Binoy Jayan | 1 | 0.25% | 1 | 1.89% |
Total | 403 | 100.00% | 53 | 100.00% |
int wilc_disconnect(struct wilc_vif *vif, u16 reason_code)
{
int result = 0;
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv) {
netdev_err(vif->ndev, "Driver is null\n");
return -EFAULT;
}
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_DISCONNECT;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "Failed to send message: disconnect\n");
else
wait_for_completion(&hif_drv->comp_test_disconn_block);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 48 | 43.64% | 1 | 4.76% |
Glen Lee | 17 | 15.45% | 2 | 9.52% |
Tony Cho | 13 | 11.82% | 5 | 23.81% |
Leo Kim | 12 | 10.91% | 5 | 23.81% |
Chris Park | 11 | 10.00% | 1 | 4.76% |
Chaehyun Lim | 5 | 4.55% | 4 | 19.05% |
Alison Schofield | 2 | 1.82% | 1 | 4.76% |
Binoy Jayan | 1 | 0.91% | 1 | 4.76% |
Arnd Bergmann | 1 | 0.91% | 1 | 4.76% |
Total | 110 | 100.00% | 21 | 100.00% |
static s32 host_int_get_assoc_res_info(struct wilc_vif *vif,
u8 *pu8AssocRespInfo,
u32 u32MaxAssocRespInfoLen,
u32 *pu32RcvdAssocRespInfoLen)
{
s32 result = 0;
struct wid wid;
wid.id = (u16)WID_ASSOC_RES_INFO;
wid.type = WID_STR;
wid.val = pu8AssocRespInfo;
wid.size = u32MaxAssocRespInfoLen;
result = wilc_send_config_pkt(vif, GET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result) {
*pu32RcvdAssocRespInfoLen = 0;
netdev_err(vif->ndev, "Failed to send association response\n");
return -EINVAL;
}
*pu32RcvdAssocRespInfoLen = wid.size;
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 54 | 48.65% | 3 | 13.04% |
Leo Kim | 22 | 19.82% | 9 | 39.13% |
Arnd Bergmann | 20 | 18.02% | 3 | 13.04% |
Glen Lee | 6 | 5.41% | 4 | 17.39% |
Chris Park | 6 | 5.41% | 1 | 4.35% |
Chaehyun Lim | 2 | 1.80% | 2 | 8.70% |
Greg Kroah-Hartman | 1 | 0.90% | 1 | 4.35% |
Total | 111 | 100.00% | 23 | 100.00% |
int wilc_set_mac_chnl_num(struct wilc_vif *vif, u8 channel)
{
int result;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_SET_CHANNEL;
msg.body.channel_info.set_ch = channel;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result) {
netdev_err(vif->ndev, "wilc mq send fail\n");
return -EINVAL;
}
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 39 | 45.35% | 1 | 5.00% |
Tony Cho | 13 | 15.12% | 6 | 30.00% |
Chaehyun Lim | 11 | 12.79% | 5 | 25.00% |
Glen Lee | 8 | 9.30% | 1 | 5.00% |
Leo Kim | 7 | 8.14% | 3 | 15.00% |
Chris Park | 5 | 5.81% | 1 | 5.00% |
Greg Kroah-Hartman | 1 | 1.16% | 1 | 5.00% |
Binoy Jayan | 1 | 1.16% | 1 | 5.00% |
Arnd Bergmann | 1 | 1.16% | 1 | 5.00% |
Total | 86 | 100.00% | 20 | 100.00% |
int wilc_set_wfi_drv_handler(struct wilc_vif *vif, int index, u8 mac_idx)
{
int result = 0;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_SET_WFIDRV_HANDLER;
msg.body.drv.handler = index;
msg.body.drv.mac_idx = mac_idx;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result) {
netdev_err(vif->ndev, "wilc mq send fail\n");
result = -EINVAL;
}
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 39 | 38.24% | 2 | 9.52% |
Glen Lee | 26 | 25.49% | 3 | 14.29% |
Tony Cho | 12 | 11.76% | 6 | 28.57% |
Leo Kim | 10 | 9.80% | 4 | 19.05% |
Chaehyun Lim | 8 | 7.84% | 3 | 14.29% |
Chris Park | 5 | 4.90% | 1 | 4.76% |
Arnd Bergmann | 1 | 0.98% | 1 | 4.76% |
Binoy Jayan | 1 | 0.98% | 1 | 4.76% |
Total | 102 | 100.00% | 21 | 100.00% |
int wilc_set_operation_mode(struct wilc_vif *vif, u32 mode)
{
int result = 0;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_SET_OPERATION_MODE;
msg.body.mode.mode = mode;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result) {
netdev_err(vif->ndev, "wilc mq send fail\n");
result = -EINVAL;
}
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 40 | 44.94% | 1 | 5.00% |
Tony Cho | 13 | 14.61% | 6 | 30.00% |
Chaehyun Lim | 11 | 12.36% | 5 | 25.00% |
Leo Kim | 10 | 11.24% | 4 | 20.00% |
Glen Lee | 8 | 8.99% | 1 | 5.00% |
Chris Park | 5 | 5.62% | 1 | 5.00% |
Binoy Jayan | 1 | 1.12% | 1 | 5.00% |
Arnd Bergmann | 1 | 1.12% | 1 | 5.00% |
Total | 89 | 100.00% | 20 | 100.00% |
s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac,
u32 *pu32InactiveTime)
{
s32 result = 0;
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv) {
netdev_err(vif->ndev, "driver is null\n");
return -EFAULT;
}
memset(&msg, 0, sizeof(struct host_if_msg));
memcpy(msg.body.mac_info.mac, mac, ETH_ALEN);
msg.id = HOST_IF_MSG_GET_INACTIVETIME;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "Failed to send get host ch param\n");
else
wait_for_completion(&hif_drv->comp_inactive_time);
*pu32InactiveTime = inactive_time;
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 51 | 37.50% | 1 | 4.76% |
Arnd Bergmann | 25 | 18.38% | 2 | 9.52% |
Glen Lee | 17 | 12.50% | 2 | 9.52% |
Leo Kim | 13 | 9.56% | 5 | 23.81% |
Tony Cho | 12 | 8.82% | 5 | 23.81% |
Chris Park | 11 | 8.09% | 1 | 4.76% |
Chaehyun Lim | 3 | 2.21% | 2 | 9.52% |
Alison Schofield | 2 | 1.47% | 1 | 4.76% |
Greg Kroah-Hartman | 1 | 0.74% | 1 | 4.76% |
Binoy Jayan | 1 | 0.74% | 1 | 4.76% |
Total | 136 | 100.00% | 21 | 100.00% |
int wilc_get_rssi(struct wilc_vif *vif, s8 *rssi_level)
{
int result = 0;
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_GET_RSSI;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result) {
netdev_err(vif->ndev, "Failed to send get host ch param\n");
return -EFAULT;
}
wait_for_completion(&hif_drv->comp_get_rssi);
if (!rssi_level) {
netdev_err(vif->ndev, "RSS pointer value is null\n");
return -EFAULT;
}
*rssi_level = rssi;
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 49 | 40.50% | 2 | 9.52% |
Glen Lee | 17 | 14.05% | 2 | 9.52% |
Leo Kim | 14 | 11.57% | 4 | 19.05% |
Chris Park | 12 | 9.92% | 1 | 4.76% |
Arnd Bergmann | 10 | 8.26% | 2 | 9.52% |
Tony Cho | 10 | 8.26% | 5 | 23.81% |
Chaehyun Lim | 6 | 4.96% | 3 | 14.29% |
Alison Schofield | 2 | 1.65% | 1 | 4.76% |
Binoy Jayan | 1 | 0.83% | 1 | 4.76% |
Total | 121 | 100.00% | 21 | 100.00% |
int wilc_get_statistics(struct wilc_vif *vif, struct rf_info *stats)
{
int result = 0;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_GET_STATISTICS;
msg.body.data = (char *)stats;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result) {
netdev_err(vif->ndev, "Failed to send get host channel\n");
return -EFAULT;
}
if (stats != &vif->wilc->dummy_statistics)
wait_for_completion(&hif_wait_response);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 43 | 39.45% | 1 | 5.56% |
Glen Lee | 20 | 18.35% | 2 | 11.11% |
Arnd Bergmann | 14 | 12.84% | 2 | 11.11% |
Tony Cho | 10 | 9.17% | 4 | 22.22% |
Leo Kim | 8 | 7.34% | 3 | 16.67% |
Chaehyun Lim | 7 | 6.42% | 4 | 22.22% |
Chris Park | 6 | 5.50% | 1 | 5.56% |
Binoy Jayan | 1 | 0.92% | 1 | 5.56% |
Total | 109 | 100.00% | 18 | 100.00% |
int wilc_scan(struct wilc_vif *vif, u8 scan_source, u8 scan_type,
u8 *ch_freq_list, u8 ch_list_len, const u8 *ies,
size_t ies_len, wilc_scan_result scan_result, void *user_arg,
struct hidden_network *hidden_network)
{
int result = 0;
struct host_if_msg msg;
struct scan_attr *scan_info = &msg.body.scan_info;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv || !scan_result) {
netdev_err(vif->ndev, "hif_drv or scan_result = NULL\n");
return -EFAULT;
}
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_SCAN;
if (hidden_network) {
scan_info->hidden_network.net_info = hidden_network->net_info;
scan_info->hidden_network.n_ssids = hidden_network->n_ssids;
}
msg.vif = vif;
scan_info->src = scan_source;
scan_info->type = scan_type;
scan_info->result = scan_result;
scan_info->arg = user_arg;
scan_info->ch_list_len = ch_list_len;
scan_info->ch_freq_list = kmemdup(ch_freq_list,
ch_list_len,
GFP_KERNEL);
if (!scan_info->ch_freq_list)
return -ENOMEM;
scan_info->ies_len = ies_len;
scan_info->ies = kmemdup(ies, ies_len, GFP_KERNEL);
if (!scan_info->ies)
return -ENOMEM;
result = wilc_enqueue_cmd(&msg);
if (result) {
netdev_err(vif->ndev, "Error in sending message queue\n");
return -EINVAL;
}
hif_drv->scan_timer.data = (unsigned long)vif;
mod_timer(&hif_drv->scan_timer,
jiffies + msecs_to_jiffies(HOST_IF_SCAN_TIMEOUT));
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Arnd Bergmann | 120 | 41.52% | 2 | 6.67% |
Chaehyun Lim | 75 | 25.95% | 15 | 50.00% |
Johnny Kim | 51 | 17.65% | 1 | 3.33% |
Glen Lee | 18 | 6.23% | 3 | 10.00% |
Chris Park | 10 | 3.46% | 1 | 3.33% |
Leo Kim | 8 | 2.77% | 3 | 10.00% |
Tony Cho | 6 | 2.08% | 4 | 13.33% |
Binoy Jayan | 1 | 0.35% | 1 | 3.33% |
Total | 289 | 100.00% | 30 | 100.00% |
int wilc_hif_set_cfg(struct wilc_vif *vif,
struct cfg_param_attr *cfg_param)
{
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv) {
netdev_err(vif->ndev, "hif_drv NULL\n");
return -EFAULT;
}
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_CFG_PARAMS;
msg.body.cfg_info = *cfg_param;
msg.vif = vif;
return wilc_enqueue_cmd(&msg);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 25 | 27.78% | 1 | 5.88% |
Arnd Bergmann | 23 | 25.56% | 2 | 11.76% |
Glen Lee | 18 | 20.00% | 2 | 11.76% |
Leo Kim | 8 | 8.89% | 2 | 11.76% |
Chris Park | 5 | 5.56% | 1 | 5.88% |
Chaehyun Lim | 5 | 5.56% | 4 | 23.53% |
Tony Cho | 4 | 4.44% | 3 | 17.65% |
Rehas Sachdeva | 1 | 1.11% | 1 | 5.88% |
Binoy Jayan | 1 | 1.11% | 1 | 5.88% |
Total | 90 | 100.00% | 17 | 100.00% |
static void GetPeriodicRSSI(unsigned long arg)
{
struct wilc_vif *vif = (struct wilc_vif *)arg;
if (!vif->hif_drv) {
netdev_err(vif->ndev, "Driver handler is NULL\n");
return;
}
if (vif->hif_drv->hif_state == HOST_IF_CONNECTED)
wilc_get_statistics(vif, &vif->wilc->dummy_statistics);
periodic_rssi.data = (unsigned long)vif;
mod_timer(&periodic_rssi, jiffies + msecs_to_jiffies(5000));
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 39 | 45.35% | 1 | 10.00% |
Greg Kroah-Hartman | 19 | 22.09% | 2 | 20.00% |
Glen Lee | 15 | 17.44% | 2 | 20.00% |
Leo Kim | 5 | 5.81% | 3 | 30.00% |
Chris Park | 5 | 5.81% | 1 | 10.00% |
Tony Cho | 3 | 3.49% | 1 | 10.00% |
Total | 86 | 100.00% | 10 | 100.00% |
int wilc_init(struct net_device *dev, struct host_if_drv **hif_drv_handler)
{
int result = 0;
struct host_if_drv *hif_drv;
struct wilc_vif *vif;
struct wilc *wilc;
int i;
vif = netdev_priv(dev);
wilc = vif->wilc;
scan_while_connected = false;
init_completion(&hif_wait_response);
hif_drv = kzalloc(sizeof(*hif_drv), GFP_KERNEL);
if (!hif_drv) {
result = -ENOMEM;
goto _fail_;
}
*hif_drv_handler = hif_drv;
for (i = 0; i < wilc->vif_num; i++)
if (dev == wilc->vif[i]->ndev) {
wilc->vif[i]->hif_drv = hif_drv;
break;
}
wilc_optaining_ip = false;
if (clients_count == 0) {
init_completion(&hif_thread_comp);
init_completion(&hif_driver_comp);
mutex_init(&hif_deinit_lock);
}
init_completion(&hif_drv->comp_test_key_block);
init_completion(&hif_drv->comp_test_disconn_block);
init_completion(&hif_drv->comp_get_rssi);
init_completion(&hif_drv->comp_inactive_time);
if (clients_count == 0) {
if (result < 0) {
netdev_err(vif->ndev, "Failed to creat MQ\n");
goto _fail_;
}
hif_workqueue = create_singlethread_workqueue("WILC_wq");
if (!hif_workqueue) {
netdev_err(vif->ndev, "Failed to create workqueue\n");
result = -ENOMEM;
goto _fail_;
}
setup_timer(&periodic_rssi, GetPeriodicRSSI,
(unsigned long)vif);
mod_timer(&periodic_rssi, jiffies + msecs_to_jiffies(5000));
}
setup_timer(&hif_drv->scan_timer, TimerCB_Scan, 0);
setup_timer(&hif_drv->connect_timer, TimerCB_Connect, 0);
setup_timer(&hif_drv->remain_on_ch_timer, ListenTimerCB, 0);
mutex_init(&hif_drv->cfg_values_lock);
mutex_lock(&hif_drv->cfg_values_lock);
hif_drv->hif_state = HOST_IF_IDLE;
hif_drv->cfg_values.site_survey_enabled = SITE_SURVEY_OFF;
hif_drv->cfg_values.scan_source = DEFAULT_SCAN;
hif_drv->cfg_values.active_scan_time = ACTIVE_SCAN_TIME;
hif_drv->cfg_values.passive_scan_time = PASSIVE_SCAN_TIME;
hif_drv->cfg_values.curr_tx_rate = AUTORATE;
hif_drv->p2p_timeout = 0;
mutex_unlock(&hif_drv->cfg_values_lock);
clients_count++;
_fail_:
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 205 | 50.62% | 2 | 4.65% |
Glen Lee | 76 | 18.77% | 5 | 11.63% |
Chaehyun Lim | 23 | 5.68% | 9 | 20.93% |
Tony Cho | 23 | 5.68% | 1 | 2.33% |
Leo Kim | 21 | 5.19% | 10 | 23.26% |
Greg Kroah-Hartman | 18 | 4.44% | 3 | 6.98% |
Chris Park | 10 | 2.47% | 1 | 2.33% |
Arnd Bergmann | 8 | 1.98% | 3 | 6.98% |
Alison Schofield | 8 | 1.98% | 4 | 9.30% |
Binoy Jayan | 7 | 1.73% | 1 | 2.33% |
sayli karnik | 2 | 0.49% | 1 | 2.33% |
Dean Lee | 2 | 0.49% | 1 | 2.33% |
Dan Carpenter | 1 | 0.25% | 1 | 2.33% |
Vincent Stehlé | 1 | 0.25% | 1 | 2.33% |
Total | 405 | 100.00% | 43 | 100.00% |
int wilc_deinit(struct wilc_vif *vif)
{
int result = 0;
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv) {
netdev_err(vif->ndev, "hif_drv = NULL\n");
return -EFAULT;
}
mutex_lock(&hif_deinit_lock);
terminated_handle = hif_drv;
del_timer_sync(&hif_drv->scan_timer);
del_timer_sync(&hif_drv->connect_timer);
del_timer_sync(&periodic_rssi);
del_timer_sync(&hif_drv->remain_on_ch_timer);
wilc_set_wfi_drv_handler(vif, 0, 0);
wait_for_completion(&hif_driver_comp);
if (hif_drv->usr_scan_req.scan_result) {
hif_drv->usr_scan_req.scan_result(SCAN_EVENT_ABORTED, NULL,
hif_drv->usr_scan_req.arg, NULL);
hif_drv->usr_scan_req.scan_result = NULL;
}
hif_drv->hif_state = HOST_IF_IDLE;
scan_while_connected = false;
memset(&msg, 0, sizeof(struct host_if_msg));
if (clients_count == 1) {
msg.id = HOST_IF_MSG_EXIT;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result != 0)
netdev_err(vif->ndev, "deinit : Error(%d)\n", result);
else
wait_for_completion(&hif_thread_comp);
destroy_workqueue(hif_workqueue);
}
kfree(hif_drv);
clients_count--;
terminated_handle = NULL;
mutex_unlock(&hif_deinit_lock);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 137 | 56.61% | 1 | 2.70% |
Leo Kim | 23 | 9.50% | 13 | 35.14% |
Tony Cho | 23 | 9.50% | 5 | 13.51% |
Glen Lee | 21 | 8.68% | 4 | 10.81% |
Chaehyun Lim | 14 | 5.79% | 7 | 18.92% |
Chris Park | 11 | 4.55% | 1 | 2.70% |
Greg Kroah-Hartman | 7 | 2.89% | 2 | 5.41% |
Binoy Jayan | 3 | 1.24% | 2 | 5.41% |
Arnd Bergmann | 2 | 0.83% | 1 | 2.70% |
Dean Lee | 1 | 0.41% | 1 | 2.70% |
Total | 242 | 100.00% | 37 | 100.00% |
void wilc_network_info_received(struct wilc *wilc, u8 *pu8Buffer,
u32 u32Length)
{
s32 result = 0;
struct host_if_msg msg;
int id;
struct host_if_drv *hif_drv = NULL;
struct wilc_vif *vif;
id = ((pu8Buffer[u32Length - 4]) | (pu8Buffer[u32Length - 3] << 8) | (pu8Buffer[u32Length - 2] << 16) | (pu8Buffer[u32Length - 1] << 24));
vif = wilc_get_vif_from_idx(wilc, id);
if (!vif)
return;
hif_drv = vif->hif_drv;
if (!hif_drv || hif_drv == terminated_handle) {
netdev_err(vif->ndev, "driver not init[%p]\n", hif_drv);
return;
}
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_RCVD_NTWRK_INFO;
msg.vif = vif;
msg.body.net_info.len = u32Length;
msg.body.net_info.buffer = kmalloc(u32Length, GFP_KERNEL);
memcpy(msg.body.net_info.buffer, pu8Buffer, u32Length);
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "message parameters (%d)\n", result);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 132 | 60.00% | 2 | 7.69% |
Glen Lee | 35 | 15.91% | 3 | 11.54% |
Tony Cho | 23 | 10.45% | 7 | 26.92% |
Chris Park | 12 | 5.45% | 1 | 3.85% |
Leo Kim | 10 | 4.55% | 5 | 19.23% |
Chaehyun Lim | 4 | 1.82% | 4 | 15.38% |
Greg Kroah-Hartman | 2 | 0.91% | 2 | 7.69% |
Arnd Bergmann | 1 | 0.45% | 1 | 3.85% |
Binoy Jayan | 1 | 0.45% | 1 | 3.85% |
Total | 220 | 100.00% | 26 | 100.00% |
void wilc_gnrl_async_info_received(struct wilc *wilc, u8 *pu8Buffer,
u32 u32Length)
{
s32 result = 0;
struct host_if_msg msg;
int id;
struct host_if_drv *hif_drv = NULL;
struct wilc_vif *vif;
mutex_lock(&hif_deinit_lock);
id = ((pu8Buffer[u32Length - 4]) | (pu8Buffer[u32Length - 3] << 8) | (pu8Buffer[u32Length - 2] << 16) | (pu8Buffer[u32Length - 1] << 24));
vif = wilc_get_vif_from_idx(wilc, id);
if (!vif) {
mutex_unlock(&hif_deinit_lock);
return;
}
hif_drv = vif->hif_drv;
if (!hif_drv || hif_drv == terminated_handle) {
mutex_unlock(&hif_deinit_lock);
return;
}
if (!hif_drv->usr_conn_req.conn_result) {
netdev_err(vif->ndev, "there is no current Connect Request\n");
mutex_unlock(&hif_deinit_lock);
return;
}
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_RCVD_GNRL_ASYNC_INFO;
msg.vif = vif;
msg.body.async_info.len = u32Length;
msg.body.async_info.buffer = kmalloc(u32Length, GFP_KERNEL);
memcpy(msg.body.async_info.buffer, pu8Buffer, u32Length);
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "synchronous info (%d)\n", result);
mutex_unlock(&hif_deinit_lock);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 155 | 59.16% | 2 | 6.90% |
Glen Lee | 41 | 15.65% | 3 | 10.34% |
Tony Cho | 24 | 9.16% | 7 | 24.14% |
Chaehyun Lim | 14 | 5.34% | 5 | 17.24% |
Leo Kim | 12 | 4.58% | 7 | 24.14% |
Chris Park | 12 | 4.58% | 1 | 3.45% |
Greg Kroah-Hartman | 2 | 0.76% | 2 | 6.90% |
Binoy Jayan | 1 | 0.38% | 1 | 3.45% |
Arnd Bergmann | 1 | 0.38% | 1 | 3.45% |
Total | 262 | 100.00% | 29 | 100.00% |
void wilc_scan_complete_received(struct wilc *wilc, u8 *pu8Buffer,
u32 u32Length)
{
s32 result = 0;
struct host_if_msg msg;
int id;
struct host_if_drv *hif_drv = NULL;
struct wilc_vif *vif;
id = ((pu8Buffer[u32Length - 4]) | (pu8Buffer[u32Length - 3] << 8) | (pu8Buffer[u32Length - 2] << 16) | (pu8Buffer[u32Length - 1] << 24));
vif = wilc_get_vif_from_idx(wilc, id);
if (!vif)
return;
hif_drv = vif->hif_drv;
if (!hif_drv || hif_drv == terminated_handle)
return;
if (hif_drv->usr_scan_req.scan_result) {
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_RCVD_SCAN_COMPLETE;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "complete param (%d)\n", result);
}
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 110 | 62.15% | 2 | 9.09% |
Glen Lee | 30 | 16.95% | 2 | 9.09% |
Tony Cho | 15 | 8.47% | 5 | 22.73% |
Leo Kim | 9 | 5.08% | 5 | 22.73% |
Chris Park | 6 | 3.39% | 1 | 4.55% |
Chaehyun Lim | 3 | 1.69% | 3 | 13.64% |
Greg Kroah-Hartman | 2 | 1.13% | 2 | 9.09% |
Arnd Bergmann | 1 | 0.56% | 1 | 4.55% |
Binoy Jayan | 1 | 0.56% | 1 | 4.55% |
Total | 177 | 100.00% | 22 | 100.00% |
int wilc_remain_on_channel(struct wilc_vif *vif, u32 session_id,
u32 duration, u16 chan,
wilc_remain_on_chan_expired expired,
wilc_remain_on_chan_ready ready,
void *user_arg)
{
int result = 0;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_REMAIN_ON_CHAN;
msg.body.remain_on_ch.ch = chan;
msg.body.remain_on_ch.expired = expired;
msg.body.remain_on_ch.ready = ready;
msg.body.remain_on_ch.arg = user_arg;
msg.body.remain_on_ch.duration = duration;
msg.body.remain_on_ch.id = session_id;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc mq send fail\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 74 | 50.00% | 1 | 3.12% |
Tony Cho | 27 | 18.24% | 6 | 18.75% |
Chaehyun Lim | 17 | 11.49% | 10 | 31.25% |
Leo Kim | 15 | 10.14% | 11 | 34.38% |
Glen Lee | 8 | 5.41% | 1 | 3.12% |
Chris Park | 5 | 3.38% | 1 | 3.12% |
Arnd Bergmann | 1 | 0.68% | 1 | 3.12% |
Binoy Jayan | 1 | 0.68% | 1 | 3.12% |
Total | 148 | 100.00% | 32 | 100.00% |
int wilc_listen_state_expired(struct wilc_vif *vif, u32 session_id)
{
int result = 0;
struct host_if_msg msg;
struct host_if_drv *hif_drv = vif->hif_drv;
if (!hif_drv) {
netdev_err(vif->ndev, "driver is null\n");
return -EFAULT;
}
del_timer(&hif_drv->remain_on_ch_timer);
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_LISTEN_TIMER_FIRED;
msg.vif = vif;
msg.body.remain_on_ch.id = session_id;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc mq send fail\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 50 | 42.02% | 1 | 4.17% |
Glen Lee | 19 | 15.97% | 2 | 8.33% |
Leo Kim | 17 | 14.29% | 6 | 25.00% |
Tony Cho | 14 | 11.76% | 7 | 29.17% |
Chris Park | 10 | 8.40% | 1 | 4.17% |
Chaehyun Lim | 6 | 5.04% | 4 | 16.67% |
Binoy Jayan | 1 | 0.84% | 1 | 4.17% |
Arnd Bergmann | 1 | 0.84% | 1 | 4.17% |
Greg Kroah-Hartman | 1 | 0.84% | 1 | 4.17% |
Total | 119 | 100.00% | 24 | 100.00% |
int wilc_frame_register(struct wilc_vif *vif, u16 frame_type, bool reg)
{
int result = 0;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_REGISTER_FRAME;
switch (frame_type) {
case ACTION:
msg.body.reg_frame.reg_id = ACTION_FRM_IDX;
break;
case PROBE_REQ:
msg.body.reg_frame.reg_id = PROBE_REQ_IDX;
break;
default:
break;
}
msg.body.reg_frame.frame_type = frame_type;
msg.body.reg_frame.reg = reg;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc mq send fail\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 73 | 55.73% | 1 | 4.17% |
Tony Cho | 21 | 16.03% | 6 | 25.00% |
Leo Kim | 12 | 9.16% | 7 | 29.17% |
Chaehyun Lim | 9 | 6.87% | 5 | 20.83% |
Glen Lee | 8 | 6.11% | 1 | 4.17% |
Chris Park | 5 | 3.82% | 1 | 4.17% |
Dean Lee | 1 | 0.76% | 1 | 4.17% |
Binoy Jayan | 1 | 0.76% | 1 | 4.17% |
Arnd Bergmann | 1 | 0.76% | 1 | 4.17% |
Total | 131 | 100.00% | 24 | 100.00% |
int wilc_add_beacon(struct wilc_vif *vif, u32 interval, u32 dtim_period,
u32 head_len, u8 *head, u32 tail_len, u8 *tail)
{
int result = 0;
struct host_if_msg msg;
struct beacon_attr *beacon_info = &msg.body.beacon_info;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_ADD_BEACON;
msg.vif = vif;
beacon_info->interval = interval;
beacon_info->dtim_period = dtim_period;
beacon_info->head_len = head_len;
beacon_info->head = kmemdup(head, head_len, GFP_KERNEL);
if (!beacon_info->head) {
result = -ENOMEM;
goto ERRORHANDLER;
}
beacon_info->tail_len = tail_len;
if (tail_len > 0) {
beacon_info->tail = kmemdup(tail, tail_len, GFP_KERNEL);
if (!beacon_info->tail) {
result = -ENOMEM;
goto ERRORHANDLER;
}
} else {
beacon_info->tail = NULL;
}
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc mq send fail\n");
ERRORHANDLER:
if (result) {
kfree(beacon_info->head);
kfree(beacon_info->tail);
}
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 104 | 46.43% | 1 | 2.63% |
Leo Kim | 45 | 20.09% | 11 | 28.95% |
Chaehyun Lim | 36 | 16.07% | 11 | 28.95% |
Tony Cho | 14 | 6.25% | 8 | 21.05% |
Glen Lee | 12 | 5.36% | 2 | 5.26% |
Chris Park | 5 | 2.23% | 1 | 2.63% |
Shraddha Barke | 4 | 1.79% | 1 | 2.63% |
Greg Kroah-Hartman | 2 | 0.89% | 1 | 2.63% |
Binoy Jayan | 1 | 0.45% | 1 | 2.63% |
Arnd Bergmann | 1 | 0.45% | 1 | 2.63% |
Total | 224 | 100.00% | 38 | 100.00% |
int wilc_del_beacon(struct wilc_vif *vif)
{
int result = 0;
struct host_if_msg msg;
msg.id = HOST_IF_MSG_DEL_BEACON;
msg.vif = vif;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc_mq_send fail\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 21 | 38.18% | 1 | 7.69% |
Leo Kim | 12 | 21.82% | 4 | 30.77% |
Glen Lee | 7 | 12.73% | 1 | 7.69% |
Tony Cho | 6 | 10.91% | 3 | 23.08% |
Chris Park | 5 | 9.09% | 1 | 7.69% |
Chaehyun Lim | 2 | 3.64% | 1 | 7.69% |
Arnd Bergmann | 1 | 1.82% | 1 | 7.69% |
Binoy Jayan | 1 | 1.82% | 1 | 7.69% |
Total | 55 | 100.00% | 13 | 100.00% |
int wilc_add_station(struct wilc_vif *vif, struct add_sta_param *sta_param)
{
int result = 0;
struct host_if_msg msg;
struct add_sta_param *add_sta_info = &msg.body.add_sta_info;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_ADD_STATION;
msg.vif = vif;
memcpy(add_sta_info, sta_param, sizeof(struct add_sta_param));
if (add_sta_info->rates_len > 0) {
add_sta_info->rates = kmemdup(sta_param->rates,
add_sta_info->rates_len,
GFP_KERNEL);
if (!add_sta_info->rates)
return -ENOMEM;
}
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc_mq_send fail\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 61 | 44.53% | 1 | 3.70% |
Chaehyun Lim | 21 | 15.33% | 7 | 25.93% |
Leo Kim | 18 | 13.14% | 6 | 22.22% |
Tony Cho | 17 | 12.41% | 7 | 25.93% |
Glen Lee | 11 | 8.03% | 2 | 7.41% |
Chris Park | 5 | 3.65% | 1 | 3.70% |
Arnd Bergmann | 3 | 2.19% | 2 | 7.41% |
Binoy Jayan | 1 | 0.73% | 1 | 3.70% |
Total | 137 | 100.00% | 27 | 100.00% |
int wilc_del_station(struct wilc_vif *vif, const u8 *mac_addr)
{
int result = 0;
struct host_if_msg msg;
struct del_sta *del_sta_info = &msg.body.del_sta_info;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_DEL_STATION;
msg.vif = vif;
if (!mac_addr)
eth_broadcast_addr(del_sta_info->mac_addr);
else
memcpy(del_sta_info->mac_addr, mac_addr, ETH_ALEN);
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc_mq_send fail\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 57 | 51.82% | 1 | 4.00% |
Tony Cho | 14 | 12.73% | 7 | 28.00% |
Leo Kim | 11 | 10.00% | 6 | 24.00% |
Chaehyun Lim | 10 | 9.09% | 5 | 20.00% |
Glen Lee | 8 | 7.27% | 1 | 4.00% |
Chris Park | 5 | 4.55% | 1 | 4.00% |
Arnd Bergmann | 3 | 2.73% | 2 | 8.00% |
Punit Vara | 1 | 0.91% | 1 | 4.00% |
Binoy Jayan | 1 | 0.91% | 1 | 4.00% |
Total | 110 | 100.00% | 25 | 100.00% |
int wilc_del_allstation(struct wilc_vif *vif, u8 mac_addr[][ETH_ALEN])
{
int result = 0;
struct host_if_msg msg;
struct del_all_sta *del_all_sta_info = &msg.body.del_all_sta_info;
u8 zero_addr[ETH_ALEN] = {0};
int i;
u8 assoc_sta = 0;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_DEL_ALL_STA;
msg.vif = vif;
for (i = 0; i < MAX_NUM_STA; i++) {
if (memcmp(mac_addr[i], zero_addr, ETH_ALEN)) {
memcpy(del_all_sta_info->del_all_sta[i], mac_addr[i], ETH_ALEN);
assoc_sta++;
}
}
if (!assoc_sta)
return result;
del_all_sta_info->assoc_sta = assoc_sta;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc_mq_send fail\n");
else
wait_for_completion(&hif_wait_response);
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 115 | 64.61% | 1 | 3.33% |
Chaehyun Lim | 19 | 10.67% | 9 | 30.00% |
Tony Cho | 14 | 7.87% | 7 | 23.33% |
Leo Kim | 12 | 6.74% | 7 | 23.33% |
Glen Lee | 8 | 4.49% | 1 | 3.33% |
Chris Park | 5 | 2.81% | 1 | 3.33% |
Arnd Bergmann | 2 | 1.12% | 2 | 6.67% |
Greg Kroah-Hartman | 2 | 1.12% | 1 | 3.33% |
Binoy Jayan | 1 | 0.56% | 1 | 3.33% |
Total | 178 | 100.00% | 30 | 100.00% |
int wilc_edit_station(struct wilc_vif *vif,
struct add_sta_param *sta_param)
{
int result = 0;
struct host_if_msg msg;
struct add_sta_param *add_sta_info = &msg.body.add_sta_info;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_EDIT_STATION;
msg.vif = vif;
memcpy(add_sta_info, sta_param, sizeof(struct add_sta_param));
if (add_sta_info->rates_len > 0) {
add_sta_info->rates = kmemdup(sta_param->rates,
add_sta_info->rates_len,
GFP_KERNEL);
if (!add_sta_info->rates)
return -ENOMEM;
}
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc_mq_send fail\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 61 | 44.53% | 1 | 3.70% |
Chaehyun Lim | 21 | 15.33% | 7 | 25.93% |
Leo Kim | 18 | 13.14% | 6 | 22.22% |
Tony Cho | 17 | 12.41% | 7 | 25.93% |
Glen Lee | 11 | 8.03% | 2 | 7.41% |
Chris Park | 5 | 3.65% | 1 | 3.70% |
Arnd Bergmann | 3 | 2.19% | 2 | 7.41% |
Binoy Jayan | 1 | 0.73% | 1 | 3.70% |
Total | 137 | 100.00% | 27 | 100.00% |
int wilc_set_power_mgmt(struct wilc_vif *vif, bool enabled, u32 timeout)
{
int result = 0;
struct host_if_msg msg;
struct power_mgmt_param *pwr_mgmt_info = &msg.body.pwr_mgmt_info;
if (wilc_wlan_get_num_conn_ifcs(vif->wilc) == 2 && enabled)
return 0;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_POWER_MGMT;
msg.vif = vif;
pwr_mgmt_info->enabled = enabled;
pwr_mgmt_info->timeout = timeout;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc_mq_send fail\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 48 | 41.74% | 1 | 3.85% |
Glen Lee | 24 | 20.87% | 2 | 7.69% |
Tony Cho | 14 | 12.17% | 7 | 26.92% |
Chaehyun Lim | 11 | 9.57% | 6 | 23.08% |
Leo Kim | 10 | 8.70% | 6 | 23.08% |
Chris Park | 5 | 4.35% | 1 | 3.85% |
Arnd Bergmann | 1 | 0.87% | 1 | 3.85% |
Dean Lee | 1 | 0.87% | 1 | 3.85% |
Binoy Jayan | 1 | 0.87% | 1 | 3.85% |
Total | 115 | 100.00% | 26 | 100.00% |
int wilc_setup_multicast_filter(struct wilc_vif *vif, bool enabled,
u32 count)
{
int result = 0;
struct host_if_msg msg;
struct set_multicast *multicast_filter_param = &msg.body.multicast_info;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_SET_MULTICAST_FILTER;
msg.vif = vif;
multicast_filter_param->enabled = enabled;
multicast_filter_param->cnt = count;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc_mq_send fail\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 48 | 48.48% | 1 | 4.00% |
Tony Cho | 14 | 14.14% | 7 | 28.00% |
Chaehyun Lim | 11 | 11.11% | 6 | 24.00% |
Leo Kim | 10 | 10.10% | 6 | 24.00% |
Glen Lee | 8 | 8.08% | 1 | 4.00% |
Chris Park | 5 | 5.05% | 1 | 4.00% |
Arnd Bergmann | 1 | 1.01% | 1 | 4.00% |
Dean Lee | 1 | 1.01% | 1 | 4.00% |
Binoy Jayan | 1 | 1.01% | 1 | 4.00% |
Total | 99 | 100.00% | 25 | 100.00% |
static void *host_int_ParseJoinBssParam(struct network_info *ptstrNetworkInfo)
{
struct join_bss_param *pNewJoinBssParam = NULL;
u8 *pu8IEs;
u16 u16IEsLen;
u16 index = 0;
u8 suppRatesNo = 0;
u8 extSuppRatesNo;
u16 jumpOffset;
u8 pcipherCount;
u8 authCount;
u8 pcipherTotalCount = 0;
u8 authTotalCount = 0;
u8 i, j;
pu8IEs = ptstrNetworkInfo->ies;
u16IEsLen = ptstrNetworkInfo->ies_len;
pNewJoinBssParam = kzalloc(sizeof(*pNewJoinBssParam), GFP_KERNEL);
if (pNewJoinBssParam) {
pNewJoinBssParam->dtim_period = ptstrNetworkInfo->dtim_period;
pNewJoinBssParam->beacon_period = ptstrNetworkInfo->beacon_period;
pNewJoinBssParam->cap_info = ptstrNetworkInfo->cap_info;
memcpy(pNewJoinBssParam->bssid, ptstrNetworkInfo->bssid, 6);
memcpy((u8 *)pNewJoinBssParam->ssid, ptstrNetworkInfo->ssid,
ptstrNetworkInfo->ssid_len + 1);
pNewJoinBssParam->ssid_len = ptstrNetworkInfo->ssid_len;
memset(pNewJoinBssParam->rsn_pcip_policy, 0xFF, 3);
memset(pNewJoinBssParam->rsn_auth_policy, 0xFF, 3);
while (index < u16IEsLen) {
if (pu8IEs[index] == SUPP_RATES_IE) {
suppRatesNo = pu8IEs[index + 1];
pNewJoinBssParam->supp_rates[0] = suppRatesNo;
index += 2;
for (i = 0; i < suppRatesNo; i++)
pNewJoinBssParam->supp_rates[i + 1] = pu8IEs[index + i];
index += suppRatesNo;
continue;
} else if (pu8IEs[index] == EXT_SUPP_RATES_IE) {
extSuppRatesNo = pu8IEs[index + 1];
if (extSuppRatesNo > (MAX_RATES_SUPPORTED - suppRatesNo))
pNewJoinBssParam->supp_rates[0] = MAX_RATES_SUPPORTED;
else
pNewJoinBssParam->supp_rates[0] += extSuppRatesNo;
index += 2;
for (i = 0; i < (pNewJoinBssParam->supp_rates[0] - suppRatesNo); i++)
pNewJoinBssParam->supp_rates[suppRatesNo + i + 1] = pu8IEs[index + i];
index += extSuppRatesNo;
continue;
} else if (pu8IEs[index] == HT_CAPABILITY_IE) {
pNewJoinBssParam->ht_capable = true;
index += pu8IEs[index + 1] + 2;
continue;
} else if ((pu8IEs[index] == WMM_IE) &&
(pu8IEs[index + 2] == 0x00) && (pu8IEs[index + 3] == 0x50) &&
(pu8IEs[index + 4] == 0xF2) &&
(pu8IEs[index + 5] == 0x02) &&
((pu8IEs[index + 6] == 0x00) || (pu8IEs[index + 6] == 0x01)) &&
(pu8IEs[index + 7] == 0x01)) {
pNewJoinBssParam->wmm_cap = true;
if (pu8IEs[index + 8] & BIT(7))
pNewJoinBssParam->uapsd_cap = true;
index += pu8IEs[index + 1] + 2;
continue;
} else if ((pu8IEs[index] == P2P_IE) &&
(pu8IEs[index + 2] == 0x50) && (pu8IEs[index + 3] == 0x6f) &&
(pu8IEs[index + 4] == 0x9a) &&
(pu8IEs[index + 5] == 0x09) && (pu8IEs[index + 6] == 0x0c)) {
u16 u16P2P_count;
pNewJoinBssParam->tsf = ptstrNetworkInfo->tsf_lo;
pNewJoinBssParam->noa_enabled = 1;
pNewJoinBssParam->idx = pu8IEs[index + 9];
if (pu8IEs[index + 10] & BIT(7)) {
pNewJoinBssParam->opp_enabled = 1;
pNewJoinBssParam->ct_window = pu8IEs[index + 10];
} else {
pNewJoinBssParam->opp_enabled = 0;
}
pNewJoinBssParam->cnt = pu8IEs[index + 11];
u16P2P_count = index + 12;
memcpy(pNewJoinBssParam->duration, pu8IEs + u16P2P_count, 4);
u16P2P_count += 4;
memcpy(pNewJoinBssParam->interval, pu8IEs + u16P2P_count, 4);
u16P2P_count += 4;
memcpy(pNewJoinBssParam->start_time, pu8IEs + u16P2P_count, 4);
index += pu8IEs[index + 1] + 2;
continue;
} else if ((pu8IEs[index] == RSN_IE) ||
((pu8IEs[index] == WPA_IE) && (pu8IEs[index + 2] == 0x00) &&
(pu8IEs[index + 3] == 0x50) && (pu8IEs[index + 4] == 0xF2) &&
(pu8IEs[index + 5] == 0x01))) {
u16 rsnIndex = index;
if (pu8IEs[rsnIndex] == RSN_IE) {
pNewJoinBssParam->mode_802_11i = 2;
} else {
if (pNewJoinBssParam->mode_802_11i == 0)
pNewJoinBssParam->mode_802_11i = 1;
rsnIndex += 4;
}
rsnIndex += 7;
pNewJoinBssParam->rsn_grp_policy = pu8IEs[rsnIndex];
rsnIndex++;
jumpOffset = pu8IEs[rsnIndex] * 4;
pcipherCount = (pu8IEs[rsnIndex] > 3) ? 3 : pu8IEs[rsnIndex];
rsnIndex += 2;
for (i = pcipherTotalCount, j = 0; i < pcipherCount + pcipherTotalCount && i < 3; i++, j++)
pNewJoinBssParam->rsn_pcip_policy[i] = pu8IEs[rsnIndex + ((j + 1) * 4) - 1];
pcipherTotalCount += pcipherCount;
rsnIndex += jumpOffset;
jumpOffset = pu8IEs[rsnIndex] * 4;
authCount = (pu8IEs[rsnIndex] > 3) ? 3 : pu8IEs[rsnIndex];
rsnIndex += 2;
for (i = authTotalCount, j = 0; i < authTotalCount + authCount; i++, j++)
pNewJoinBssParam->rsn_auth_policy[i] = pu8IEs[rsnIndex + ((j + 1) * 4) - 1];
authTotalCount += authCount;
rsnIndex += jumpOffset;
if (pu8IEs[index] == RSN_IE) {
pNewJoinBssParam->rsn_cap[0] = pu8IEs[rsnIndex];
pNewJoinBssParam->rsn_cap[1] = pu8IEs[rsnIndex + 1];
rsnIndex += 2;
}
pNewJoinBssParam->rsn_found = true;
index += pu8IEs[index + 1] + 2;
continue;
} else {
index += pu8IEs[index + 1] + 2;
}
}
}
return (void *)pNewJoinBssParam;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 1049 | 94.17% | 1 | 3.12% |
Leo Kim | 26 | 2.33% | 19 | 59.38% |
Chaehyun Lim | 16 | 1.44% | 5 | 15.62% |
Greg Kroah-Hartman | 9 | 0.81% | 1 | 3.12% |
Anish Bhatt | 6 | 0.54% | 1 | 3.12% |
Scott Matheina | 2 | 0.18% | 1 | 3.12% |
sayli karnik | 2 | 0.18% | 1 | 3.12% |
Glen Lee | 2 | 0.18% | 1 | 3.12% |
Abdul Hussain S | 1 | 0.09% | 1 | 3.12% |
Shraddha Barke | 1 | 0.09% | 1 | 3.12% |
Total | 1114 | 100.00% | 32 | 100.00% |
int wilc_setup_ipaddress(struct wilc_vif *vif, u8 *ip_addr, u8 idx)
{
int result = 0;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_SET_IPADDRESS;
msg.body.ip_info.ip_addr = ip_addr;
msg.vif = vif;
msg.body.ip_info.idx = idx;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc_mq_send fail\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 49 | 51.04% | 1 | 5.00% |
Tony Cho | 14 | 14.58% | 6 | 30.00% |
Glen Lee | 10 | 10.42% | 1 | 5.00% |
Leo Kim | 9 | 9.38% | 5 | 25.00% |
Chris Park | 5 | 5.21% | 1 | 5.00% |
Chaehyun Lim | 5 | 5.21% | 3 | 15.00% |
Greg Kroah-Hartman | 2 | 2.08% | 1 | 5.00% |
Arnd Bergmann | 1 | 1.04% | 1 | 5.00% |
Binoy Jayan | 1 | 1.04% | 1 | 5.00% |
Total | 96 | 100.00% | 20 | 100.00% |
static int host_int_get_ipaddress(struct wilc_vif *vif, u8 *ip_addr, u8 idx)
{
int result = 0;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_GET_IPADDRESS;
msg.body.ip_info.ip_addr = ip_addr;
msg.vif = vif;
msg.body.ip_info.idx = idx;
result = wilc_enqueue_cmd(&msg);
if (result)
netdev_err(vif->ndev, "wilc_mq_send fail\n");
return result;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 50 | 51.55% | 1 | 5.00% |
Tony Cho | 14 | 14.43% | 6 | 30.00% |
Glen Lee | 10 | 10.31% | 1 | 5.00% |
Leo Kim | 9 | 9.28% | 5 | 25.00% |
Chaehyun Lim | 5 | 5.15% | 3 | 15.00% |
Chris Park | 5 | 5.15% | 1 | 5.00% |
Greg Kroah-Hartman | 2 | 2.06% | 1 | 5.00% |
Binoy Jayan | 1 | 1.03% | 1 | 5.00% |
Arnd Bergmann | 1 | 1.03% | 1 | 5.00% |
Total | 97 | 100.00% | 20 | 100.00% |
int wilc_set_tx_power(struct wilc_vif *vif, u8 tx_power)
{
int ret = 0;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_SET_TX_POWER;
msg.body.tx_power.tx_pwr = tx_power;
msg.vif = vif;
ret = wilc_enqueue_cmd(&msg);
if (ret)
netdev_err(vif->ndev, "wilc_mq_send fail\n");
return ret;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Glen Lee | 81 | 98.78% | 1 | 50.00% |
Binoy Jayan | 1 | 1.22% | 1 | 50.00% |
Total | 82 | 100.00% | 2 | 100.00% |
int wilc_get_tx_power(struct wilc_vif *vif, u8 *tx_power)
{
int ret = 0;
struct host_if_msg msg;
memset(&msg, 0, sizeof(struct host_if_msg));
msg.id = HOST_IF_MSG_GET_TX_POWER;
msg.vif = vif;
ret = wilc_enqueue_cmd(&msg);
if (ret)
netdev_err(vif->ndev, "Failed to get TX PWR\n");
wait_for_completion(&hif_wait_response);
*tx_power = msg.body.tx_power.tx_pwr;
return ret;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Glen Lee | 87 | 96.67% | 1 | 33.33% |
Chaehyun Lim | 2 | 2.22% | 1 | 33.33% |
Binoy Jayan | 1 | 1.11% | 1 | 33.33% |
Total | 90 | 100.00% | 3 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johnny Kim | 13586 | 60.37% | 6 | 1.07% |
Leo Kim | 2600 | 11.55% | 194 | 34.58% |
Glen Lee | 1902 | 8.45% | 23 | 4.10% |
Chaehyun Lim | 1353 | 6.01% | 218 | 38.86% |
Tony Cho | 1335 | 5.93% | 63 | 11.23% |
Chris Park | 668 | 2.97% | 4 | 0.71% |
Arnd Bergmann | 370 | 1.64% | 8 | 1.43% |
Greg Kroah-Hartman | 288 | 1.28% | 10 | 1.78% |
Binoy Jayan | 241 | 1.07% | 3 | 0.53% |
Dean Lee | 56 | 0.25% | 2 | 0.36% |
Alison Schofield | 45 | 0.20% | 4 | 0.71% |
Shraddha Barke | 24 | 0.11% | 3 | 0.53% |
kbuild test robot | 8 | 0.04% | 8 | 1.43% |
Luis de Bethencourt | 7 | 0.03% | 2 | 0.36% |
Anish Bhatt | 6 | 0.03% | 1 | 0.18% |
sayli karnik | 4 | 0.02% | 1 | 0.18% |
Mihaela Muraru | 2 | 0.01% | 1 | 0.18% |
Scott Matheina | 2 | 0.01% | 1 | 0.18% |
Roger H. Newell | 2 | 0.01% | 2 | 0.36% |
Dan Carpenter | 2 | 0.01% | 2 | 0.36% |
Vincent Stehlé | 1 | 0.00% | 1 | 0.18% |
Hugo Camboulive | 1 | 0.00% | 1 | 0.18% |
Abdul Hussain S | 1 | 0.00% | 1 | 0.18% |
Punit Vara | 1 | 0.00% | 1 | 0.18% |
Rehas Sachdeva | 1 | 0.00% | 1 | 0.18% |
Total | 22506 | 100.00% | 561 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.