Skip to content

Commit

Permalink
Fix for nlerror 19 on key refresh. Issue cozybit#22
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrin committed Jan 13, 2016
1 parent 05addc0 commit c886b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/meshd-nl80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,7 @@ void peer_created(unsigned char *peer)
NLA_PUT_U16(msg, NL80211_ATTR_STA_AID, 1);
NLA_PUT_U16(msg, NL80211_ATTR_STA_LISTEN_INTERVAL, 100);

nlcfg.supress_error = -EEXIST;
ret = send_nlmsg(nlcfg.nl_sock, msg);
sae_debug(MESHD_DEBUG, "new peer candidate (seq num=%d)\n",
nlmsg_hdr(msg)->nlmsg_seq);
Expand Down

0 comments on commit c886b9d

Please sign in to comment.