Home | History | Annotate | Download | only in drivers

Lines Matching defs:custom

436 wpa_driver_nl80211_event_wireless_custom(void *ctx, char *custom)
440 wpa_printf(MSG_MSGDUMP, "WEXT: Custom wireless event: '%s'",
441 custom);
445 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
447 os_strstr(custom, " unicast ") != NULL;
450 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
454 spos = custom + 17;
495 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
496 if (hwaddr_aton(custom + 17, data.stkstart.peer)) {
498 "STKSTART.request '%s'", custom + 17);
629 char *pos, *end, *custom, *buf;
643 custom = pos + IW_EV_POINT_LEN;
657 custom += IW_EV_POINT_OFF;
684 ctx, custom, iwe->u.data.length);
687 if (custom + iwe->u.data.length > end)
692 os_memcpy(buf, custom, iwe->u.data.length);
699 drv, custom, iwe->u.data.length);
703 drv, custom, iwe->u.data.length);
707 drv, custom, iwe->u.data.length);