Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:custom

342 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom)
346 wpa_printf(MSG_MSGDUMP, "WEXT: Custom wireless event: '%s'",
347 custom);
351 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
353 os_strstr(custom, " unicast ") != NULL;
356 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
360 spos = custom + 17;
401 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
402 if (hwaddr_aton(custom + 17, data.stkstart.peer)) {
404 "STKSTART.request '%s'", custom + 17);
410 } else if (os_strncmp(custom, "STOP", 4) == 0) {
412 } else if (os_strncmp(custom, "START", 5) == 0) {
541 char *pos, *end, *custom, *buf;
555 custom = pos + IW_EV_POINT_LEN;
569 custom += IW_EV_POINT_OFF;
596 if (custom + iwe->u.data.length > end) {
602 ctx, custom, iwe->u.data.length);
605 if (custom + iwe->u.data.length > end) {
613 os_memcpy(buf, custom, iwe->u.data.length);
625 if (custom + iwe->u.data.length > end) {
631 drv, custom, iwe->u.data.length);
634 if (custom + iwe->u.data.length > end) {
640 drv, custom, iwe->u.data.length);
643 if (custom + iwe->u.data.length > end) {
649 drv, custom, iwe->u.data.length);
1249 char *pos, *end, *custom, *genie, *gpos, *gend;
1303 custom = pos + IW_EV_POINT_LEN;
1316 custom += IW_EV_POINT_OFF;
1340 if (custom + ssid_len > end)
1346 os_memcpy(results[ap_num].ssid, custom,
1409 custom = pos + IW_EV_LCP_LEN;
1411 if (custom + clen > end)
1418 os_memcpy(&p, custom, sizeof(struct iw_param));
1422 custom += sizeof(struct iw_param);
1430 gpos = genie = custom;
1465 if (custom + clen > end)
1468 os_strncmp(custom, "wpa_ie=", 7) == 0 &&
1472 spos = custom + 7;
1473 bytes = custom + clen - spos;
1486 os_strncmp(custom, "rsn_ie=", 7) == 0 &&
1490 spos = custom + 7;
1491 bytes = custom + clen - spos;