Home
last modified time | relevance | path

Searched refs:maxConn (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.h125 int (*setApMaxConnHw)(int maxConn, int channel);
126 int (*setApMaxConn)(int maxConn, int id);
H A Dhostapd_common_cmd.h70 const char *ifName, int32_t maxConn, int32_t id);
H A Dhostapd_common_cmd.c445 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 Dhdi_hostapd_hal.c654 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 Dhostapd_common_fuzzer.cpp170 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 Dwpa_hal_struct.h134 int32_t maxConn; member

Completed in 6 milliseconds