Home
last modified time | relevance | path

Searched refs:sta_num (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_device.c79 mac_dev->sta_num = 0; in mac_device_init()
332 mac_dev->sta_num--; in mac_device_set_vap_id()
351 mac_dev->sta_num++; in mac_device_set_vap_id()
H A Dmac_device.h471 sta_num : 3, /* 当前device下的STA数量 MAX 2 */ member
H A Dmac_vap.c891 mac_dev->sta_num++; in mac_inc_p2p_num()
993 mac_dev->sta_num--; in mac_vap_exit()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_wifi_api.h1424 * 3.sta_num:parameters can be passed in to specify the number of connected sta.The maximum is 6.
1426 * 4.sta_num should be the same with number of hi_wifi_ap_sta_info structures applied, Otherwise,
1428 * CNcomment:4.sta_num和申请的hi_wifi_ap_sta_info结构体数量一致,否则可能造成内存溢出。CNend
1430 * @param sta_num [IN/OUT] Type #unsigned int *, station number.CNcomment:STA个数.CNend
1439 int hi_wifi_softap_get_connected_sta(hi_wifi_ap_sta_info *sta_list, unsigned int *sta_num);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_wifi_api.h1535 * 3.sta_num:parameters can be passed in to specify the number of connected sta.The maximum is 6.
1537 * 4.sta_num should be the same with number of hi_wifi_ap_sta_info structures applied, Otherwise,
1539 * CNcomment:4.sta_num和申请的hi_wifi_ap_sta_info结构体数量一致,否则可能造成内存溢出。CNend
1541 * @param sta_num [IN/OUT] Type #unsigned int *, station number.CNcomment:STA个数.CNend
1549 int hi_wifi_softap_get_connected_sta(hi_wifi_ap_sta_info *sta_list, unsigned int *sta_num);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_wifi.c1001 hi_u32 sta_num = WIFI_DEFAULT_MAX_NUM_STA; in cmd_softap_show_sta() local
1008 ret = hi_wifi_softap_get_connected_sta(sta_list, &sta_num); in cmd_softap_show_sta()
1014 for (sta_index = 0; sta_index < sta_num; sta_index++, sta_list_node++) { in cmd_softap_show_sta()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_p2p.c212 if (mac_dev->sta_num > WLAN_STA_NUM_PER_DEVICE) { in hmac_p2p_check_vap_num()
214 "{hmac_p2p_check_vap_num::can't create p2p vap, because sta num [%d] is more than 2.}", mac_dev->sta_num); in hmac_p2p_check_vap_num()
H A Dhmac_config.c808 if ((mac_dev->vap_num - mac_dev->sta_num) >= WLAN_AP_NUM_PER_DEVICE) { in hmac_config_normal_check_vap_num()
814 if (mac_dev->sta_num >= WLAN_STA_NUM_PER_DEVICE) { in hmac_config_normal_check_vap_num()
818 mac_dev->sta_num); in hmac_config_normal_check_vap_num()

Completed in 24 milliseconds