Searched refs:ap_cfg (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_uap_wext.c | 303 mlan_uap_bss_param *sys_cfg = NULL, *ap_cfg = NULL; in woal_set_freq() local 308 ap_cfg = kmalloc(sizeof(mlan_uap_bss_param), GFP_KERNEL); in woal_set_freq() 309 if (ap_cfg == NULL) { in woal_set_freq() 322 ap_cfg)) { in woal_set_freq() 327 i = ap_cfg->num_of_chan; in woal_set_freq() 344 for (i = 0; i < (int)ap_cfg->num_of_chan; i++) in woal_set_freq() 345 if (ap_cfg->chan_list[i].chan_number == chan) in woal_set_freq() 347 if (i == (int)ap_cfg->num_of_chan) { in woal_set_freq() 363 kfree(ap_cfg); in woal_set_freq() 383 mlan_uap_bss_param *ap_cfg = NULL; in woal_get_freq() local [all …]
|
| H A D | moal_uap.c | 3811 mlan_uap_bss_param *ap_cfg, char *buf) in woal_uap_ap_cfg_parse_data() argument 3824 if (!ap_cfg->ssid.ssid_len) { in woal_uap_ap_cfg_parse_data() 3864 ap_cfg->ssid.ssid_len = strlen(value); in woal_uap_ap_cfg_parse_data() 3865 strncpy((char *)ap_cfg->ssid.ssid, value, in woal_uap_ap_cfg_parse_data() 3869 ap_cfg->ssid.ssid, in woal_uap_ap_cfg_parse_data() 3870 (int)ap_cfg->ssid.ssid_len); in woal_uap_ap_cfg_parse_data() 3885 ap_cfg->auth_mode = MLAN_AUTH_MODE_OPEN; in woal_uap_ap_cfg_parse_data() 3887 ap_cfg->wpa_cfg.length = 0; in woal_uap_ap_cfg_parse_data() 3888 ap_cfg->key_mgmt = KEY_MGMT_NONE; in woal_uap_ap_cfg_parse_data() 3889 ap_cfg->protocol = PROTOCOL_NO_SECURITY; in woal_uap_ap_cfg_parse_data() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_uap_wext.c | 300 mlan_uap_bss_param *sys_cfg = NULL, *ap_cfg = NULL; in woal_set_freq() local 305 ap_cfg = kmalloc(sizeof(mlan_uap_bss_param), GFP_KERNEL); in woal_set_freq() 306 if (ap_cfg == NULL) { in woal_set_freq() 320 ap_cfg)) { in woal_set_freq() 325 i = ap_cfg->num_of_chan; in woal_set_freq() 342 for (i = 0; i < ap_cfg->num_of_chan; i++) in woal_set_freq() 343 if (ap_cfg->chan_list[i].chan_number == chan) in woal_set_freq() 345 if (i == ap_cfg->num_of_chan) { in woal_set_freq() 362 kfree(ap_cfg); in woal_set_freq() 382 mlan_uap_bss_param *ap_cfg = NULL; in woal_get_freq() local [all …]
|
| H A D | moal_uap.c | 2731 woal_uap_ap_cfg_parse_data(mlan_uap_bss_param *ap_cfg, char *buf) in woal_uap_ap_cfg_parse_data() argument 2744 if (!ap_cfg->ssid.ssid_len) { in woal_uap_ap_cfg_parse_data() 2784 ap_cfg->ssid.ssid_len = strlen(value); in woal_uap_ap_cfg_parse_data() 2785 strncpy((char *)ap_cfg->ssid.ssid, value, in woal_uap_ap_cfg_parse_data() 2789 ap_cfg->ssid.ssid, in woal_uap_ap_cfg_parse_data() 2790 (int)ap_cfg->ssid.ssid_len); in woal_uap_ap_cfg_parse_data() 2805 ap_cfg->auth_mode = MLAN_AUTH_MODE_OPEN; in woal_uap_ap_cfg_parse_data() 2807 ap_cfg->wpa_cfg.length = 0; in woal_uap_ap_cfg_parse_data() 2808 ap_cfg->key_mgmt = KEY_MGMT_NONE; in woal_uap_ap_cfg_parse_data() 2809 ap_cfg->protocol = PROTOCOL_NO_SECURITY; in woal_uap_ap_cfg_parse_data() [all …]
|