Lines Matching refs:bcm_atoi

965 	channel_width = bcm_atoi(command);  in wl_android_set_channel_width()
1070 val = bcm_atoi(token1); in wl_android_set_bandsteer()
1595 csa_arg.mode = bcm_atoi(command); in wl_android_set_csa()
1607 csa_arg.count = bcm_atoi(command); in wl_android_set_csa()
3130 sroam_mode = bcm_atoi(turn); in wl_android_sroam_turn_on()
3676 data = bcm_atoi(pcmd); in wl_cfg80211_wbtext_estm_enable()
4041 macmode = bcm_atoi(token); in wl_android_set_mac_address_filter()
4052 macnum = bcm_atoi(token); in wl_android_set_mac_address_filter()
4608 uint8 val = bcm_atoi(pcmd); in wl_android_natoe_subcmd_enable()
4818 ports_config.start_port_num = htod16(bcm_atoi(str)); in wl_android_natoe_subcmd_config_ports()
4826 ports_config.no_of_ports = htod16(bcm_atoi(str)); in wl_android_natoe_subcmd_config_ports()
4905 uint8 val = bcm_atoi(pcmd); in wl_android_natoe_subcmd_dbg_stats()
4982 uint32 val = bcm_atoi(pcmd); in wl_android_natoe_subcmd_tbl_cnt()
5173 uint8 cell_cap = bcm_atoi(pcmd); in wl_android_mbo_subcmd_cell_data_cap()
5460 ampdu_mpdu = bcm_atoi(string_num); in wl_android_set_ampdu_mpdu()
5524 channel = bcm_atoi(cmd_str); in wl_android_set_auto_channel()
5699 max_assoc = bcm_atoi(string_num); in wl_android_set_max_num_sta()
5742 hide_ssid = bcm_atoi(string_num); in wl_android_set_hide_ssid()
5795 lpc_enabled = bcm_atoi(string_num); in wl_android_set_lpc()
5911 if (strlen(straddr) == 1 && bcm_atoi(straddr) == 0) { in wl_android_rmc_set_leader()
5996 dbm = bcm_atoi(string_num); in wl_android_set_tx_power()
6044 s32 mode = bcm_atoi(string_num); in wl_android_set_sarlimit_txctrl()
6062 DHD_ERROR(("%s: Request for Unsupported:%d\n", __FUNCTION__, bcm_atoi(string_num))); in wl_android_set_sarlimit_txctrl()
6127 mode = bcm_atoi(token); in wl_android_set_tid()
6141 uid = bcm_atoi(token); in wl_android_set_tid()
6149 prio = bcm_atoi(token); in wl_android_set_tid()
7041 txchain = bcm_atoi(str); in wl_android_set_ibss_antenna()
7049 rxchain = bcm_atoi(str); in wl_android_set_ibss_antenna()
7626 set_param.enable = bcm_atoi(token); in wl_android_set_rssi_logging()
7634 set_param.rssi_threshold = bcm_atoi(token); in wl_android_set_rssi_logging()
7642 set_param.time_threshold = bcm_atoi(token); in wl_android_set_rssi_logging()
7806 rate = bcm_atoi(token); in wl_android_set_ap_beaconrate()
7911 enable = bcm_atoi(token); in wl_android_set_ap_rps()
7952 rps.pps = bcm_atoi(token); in wl_android_set_ap_rps_params()
7958 rps.level = bcm_atoi(token); in wl_android_set_ap_rps_params()
7964 rps.quiet_time = bcm_atoi(token); in wl_android_set_ap_rps_params()
7970 rps.sta_assoc_check = bcm_atoi(token); in wl_android_set_ap_rps_params()
8608 adps_mode = bcm_atoi(string_num); in wl_android_set_adps_mode()
9217 revinfo = bcm_atoi(rev_info_delim + 1); in wl_handle_private_cmd()