Lines Matching defs:interface
77 void FuzzHostapdInterfaceStartAp(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceStartAp()
83 void FuzzHostapdInterfaceStopAp(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceStopAp()
89 void FuzzHostapdInterfaceEnableAp(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceEnableAp()
98 void FuzzHostapdInterfaceDisableAp(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceDisableAp()
107 void FuzzHostapdInterfaceSetApPasswd(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceSetApPasswd()
117 void FuzzHostapdInterfaceSetApName(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceSetApName()
127 void FuzzHostapdInterfaceSetApBand(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceSetApBand()
137 void FuzzHostapdInterfaceSetAp80211n(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceSetAp80211n()
147 void FuzzHostapdInterfaceSetApWmm(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceSetApWmm()
157 void FuzzHostapdInterfaceSetApChannel(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceSetApChannel()
167 void FuzzHostapdInterfaceSetApMaxConn(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceSetApMaxConn()
177 void FuzzHostapdInterfaceSetMacFilter(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceSetMacFilter()
187 void FuzzHostapdInterfaceDelMacFilter(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceDelMacFilter()
197 void FuzzHostapdInterfaceGetStaInfos(struct IHostapdInterface *interface, const uint8_t *rawData) in FuzzHostapdInterfaceGetStaInfos()
209 void FuzzHostapdInterfaceDisassociateSta(struct IHostapdInterface *interface, const uint8_t *rawDat… in FuzzHostapdInterfaceDisassociateSta()
219 void FuzzHostapdInterfaceRegisterEventCallback(struct IHostapdInterface *interface, const uint8_t *… in FuzzHostapdInterfaceRegisterEventCallback()
227 void FuzzHostapdInterfaceUnregisterEventCallback(struct IHostapdInterface *interface, const uint8_t… in FuzzHostapdInterfaceUnregisterEventCallback()
235 void FuzzHostapdInterfaceReloadApConfigInfo(struct IHostapdInterface *interface, const uint8_t *raw… in FuzzHostapdInterfaceReloadApConfigInfo()