Searched refs:arraysize (Results 1 – 1 of 1) sorted by relevance
2632 static oper_bw_chan *wlan_get_nonglobal_operclass_table(mlan_private *pmpriv, int *arraysize) argument2662 *arraysize = (int)sizeof(oper_bw_chan_us);2666 *arraysize = (int)sizeof(oper_bw_chan_jp);2670 *arraysize = (int)sizeof(oper_bw_chan_cn);2674 *arraysize = (int)sizeof(oper_bw_chan_eu);2693 int i = 0, arraysize = 0, channum = 0, table_size = 0; local2696 poper_bw_chan = wlan_get_nonglobal_operclass_table(pmpriv, &arraysize);2719 table_size = arraysize / (int)sizeof(oper_bw_chan);2911 int arraysize = 0, i = 0, channum = 0; local2942 poper_bw_chan = wlan_get_nonglobal_operclass_table(pmpriv, &arraysize);[all …]