Searched refs:maxConn (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/ |
H A D | hdi_hostapd_hal.h | 125 int (*setApMaxConnHw)(int maxConn, int channel); 126 int (*setApMaxConn)(int maxConn, int id);
|
H A D | hostapd_common_cmd.h | 70 const char *ifName, int32_t maxConn, int32_t id);
|
H A D | hostapd_common_cmd.c | 445 int32_t maxConn, int32_t id) in HostapdInterfaceSetApMaxConn() 459 if (hostapdHalDevice->setApMaxConn(maxConn, id) != 0) { in HostapdInterfaceSetApMaxConn() 463 if (hostapdHalDevice->setApMaxConnHw(maxConn, g_channel) != 0) { in HostapdInterfaceSetApMaxConn() 444 HostapdInterfaceSetApMaxConn(struct IHostapdInterface *self, const char *ifName, int32_t maxConn, int32_t id) HostapdInterfaceSetApMaxConn() argument
|
H A D | hdi_hostapd_hal.c | 654 static int SetApMaxConnHw(int maxConn, int channel) in SetApMaxConnHw() argument 676 if (sprintf_s(maxStaNum, sizeof(maxStaNum), "%d", maxConn) == -1) { in SetApMaxConnHw() 705 static int SetApMaxConn(int maxConn, int id) in SetApMaxConn() argument 710 if (sprintf_s(cmd, sizeof(cmd), "SET max_num_sta %d", maxConn) < 0) { in SetApMaxConn()
|
/drivers/peripheral/wlan/test/fuzztest/ |
H A D | hostapd_common_fuzzer.cpp | 170 int32_t maxConn = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzHostapdInterfaceSetApMaxConn() local 173 interface->SetApMaxConn(interface, ifName, maxConn, id); in FuzzHostapdInterfaceSetApMaxConn()
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hal_struct.h | 134 int32_t maxConn; member
|
Completed in 6 milliseconds