Lines Matching defs:cmd
51 return mHeader->cmd;
186 int create(int family, uint8_t cmd, int flags, int hdrlen);
187 int create(uint8_t cmd, int flags, int hdrlen) {
188 return create(mFamily, cmd, flags, hdrlen);
190 int create(uint8_t cmd) {
191 return create(mFamily, cmd, 0, 0);
330 int requestEvent(int cmd);
363 int registerHandler(int cmd) {
364 return wifi_register_handler(wifiHandle(), cmd, &event_handler, this);
367 void unregisterHandler(int cmd) {
368 wifi_unregister_handler(wifiHandle(), cmd);