Hi Samuel, > /* policy for the attributes */ > @@ -561,6 +563,9 @@ static int nl80211_send_wiphy(struct sk_buff *msg, u32 pid, u32 seq, int flags, > CMD(deauth, DEAUTHENTICATE); > CMD(disassoc, DISASSOCIATE); > CMD(join_ibss, JOIN_IBSS); > + CMD(set_pmksa, SET_PMKSA); > + CMD(del_pmksa, DEL_PMKSA); > + CMD(flush_pmksa, FLUSH_PMKSA); once these have been accepted, don't forget to send a patch for iw that actually prints out the supported command list. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html